go-ceph/cephfs/admin
John Mulligan 135e624aa5 cephfs admin: add ListFileSystems function for listing fs with pools
For users who need to know the pools (by name) as well as the files
systems, we add ListFileSystems which is similar to 'ceph fs ls', rather
than the existing ListVolumes as that function is simlar to 'ceph fs
volume ls' and that does not return pool information.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2020-10-09 10:15:16 +02:00
..
bytecount.go cephfs admin: add quotaSizePlaceholder type for JSON unmarshaling 2020-09-28 13:16:34 -04:00
clone_test.go cephfs admin: add in a test for canceling clones 2020-10-02 09:12:02 -04:00
clone.go cephfs admin: doc comment improvements for clone 2020-10-07 08:54:34 -04:00
doc.go cephfs admin: disable package on 'luminous' and 'mimic' 2020-08-31 10:38:38 -04:00
fsadmin_test.go cephfs admin: add ability to check server version in tests 2020-10-03 11:08:13 -04:00
fsadmin.go cephfs admin: add ForceRemove<XYZ> variants for subvolumes and groups 2020-10-02 09:12:02 -04:00
response_test.go cephfs admin: add support for returning not-implemented errors 2020-10-03 11:08:13 -04:00
response.go cephfs admin: add support for returning not-implemented errors 2020-10-03 11:08:13 -04:00
subvolume_test.go cephfs admin: move tests that were previously only built on octopus 2020-10-03 11:08:13 -04:00
subvolume.go cephfs admin: expose all functions to all build tags >=natuilus 2020-10-03 11:08:13 -04:00
subvolumegroup_test.go cephfs admin: add ForceRemove<XYZ> variants for subv and group snaps 2020-10-02 09:12:02 -04:00
subvolumegroup.go cephfs admin: add ForceRemove<XYZ> variants for subv and group snaps 2020-10-02 09:12:02 -04:00
timestamp_test.go cephfs admin: add TimeStamp type for JSON unmarshaling 2020-09-28 13:16:34 -04:00
timestamp.go cephfs admin: add TimeStamp type for JSON unmarshaling 2020-09-28 13:16:34 -04:00
volume_test.go cephfs admin: add ListFileSystems function for listing fs with pools 2020-10-09 10:15:16 +02:00
volume.go cephfs admin: add ListFileSystems function for listing fs with pools 2020-10-09 10:15:16 +02:00