go-ceph/cephfs/admin
John Mulligan 1fec20be83 cephfs admin: add SubVolumeSnapshotInfo function for octopus
Add the new to octopus call for subvolume snapshot info.  Two fields
appear to return strings "yes"/"no", so could possibly have been
converted to booleans. In the chance that other string values get
returned and simplicity I left them as strings. If we need to, we can add
convenience funcs to return bools later.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2020-09-28 13:43:25 -04:00
..
bytecount.go cephfs admin: add quotaSizePlaceholder type for JSON unmarshaling 2020-09-28 13:16:34 -04:00
doc.go cephfs admin: disable package on 'luminous' and 'mimic' 2020-08-31 10:38:38 -04:00
fsadmin.go cephfs admin: add a SubVolumePath function 2020-09-25 13:39:31 -04:00
fsadmin_test.go cephfs admin: add support for running MON commands 2020-09-24 15:50:51 -04:00
subvolume.go cephfs admin: add subvolume snapshot create, remove, and list funcs 2020-09-28 13:43:25 -04:00
subvolume_octopus.go cephfs admin: add SubVolumeSnapshotInfo function for octopus 2020-09-28 13:43:25 -04:00
subvolume_octopus_test.go cephfs admin: add SubVolumeSnapshotInfo function for octopus 2020-09-28 13:43:25 -04:00
subvolume_test.go cephfs admin: add subvolume snapshot create, remove, and list funcs 2020-09-28 13:43:25 -04:00
subvolumegroup.go cephfs admin: add a SubVolumeGroupPath function 2020-09-25 13:39:31 -04:00
subvolumegroup_test.go cephfs admin: add a SubVolumeGroupPath function 2020-09-25 13:39:31 -04:00
timestamp.go cephfs admin: add TimeStamp type for JSON unmarshaling 2020-09-28 13:16:34 -04:00
timestamp_test.go cephfs admin: add TimeStamp type for JSON unmarshaling 2020-09-28 13:16:34 -04:00
volume.go cephfs admin: add EnumerateVolumes function 2020-09-24 15:50:51 -04:00
volume_octopus.go cephfs admin: add "Similar To" doc comments 2020-08-31 10:38:38 -04:00
volume_octopus_test.go cephfs admin: move volume status to octopus specific files 2020-08-31 10:38:38 -04:00
volume_test.go cephfs admin: add EnumerateVolumes function 2020-09-24 15:50:51 -04:00