mirror of https://github.com/ceph/go-ceph
a71ec050bf
Previously, I was sort of abusing the build tags system to just get our tests working. That was incorrect because you could be building go-ceph against nautilus libs but using an octopus server and vice versa. In addition, I've learned that some of the snapshot and clone behaviors are being changed as items are backported in ceph. This means that build tags themselves are not good indicators of what a particular version of ceph supports. This patch is the first step to removing these restrictions and making cephfs admin work more smoothly across more versions of ceph. Signed-off-by: John Mulligan <jmulligan@redhat.com> |
||
---|---|---|
.. | ||
bytecount.go | ||
clone.go | ||
clone_test.go | ||
doc.go | ||
fsadmin.go | ||
fsadmin_test.go | ||
response.go | ||
response_test.go | ||
subvolume.go | ||
subvolume_octopus_test.go | ||
subvolume_test.go | ||
subvolumegroup.go | ||
subvolumegroup_test.go | ||
timestamp.go | ||
timestamp_test.go | ||
volume.go | ||
volume_octopus_test.go | ||
volume_test.go |