diff -up sos-2.2/sos/plugins/gluster.py.orig sos-2.2/sos/plugins/gluster.py --- sos-2.2/sos/plugins/gluster.py.orig 2012-05-23 13:48:59.093154956 +0100 +++ sos-2.2/sos/plugins/gluster.py 2012-05-23 13:53:17.685160857 +0100 @@ -61,6 +61,9 @@ class gluster(sos.plugintools.PluginBase self.addCopySpec("/var/lib/glusterd/") self.addForbiddenPath("/var/lib/glusterd/geo-replication/secret.pem") + # collect unified file and object storage configuration + self.addCopySpec("/etc/swift/") + # glusterfs-server rpm scripts stash this on migration to 3.3.x self.addCopySpec("/etc/glusterd.rpmsave")