mirror of https://github.com/ceph/go-ceph
13bdb3e26c
On ceph quincy, removing the subvolume explicitly (even with --force) triggered an error. Due to the discussion in https://tracker.ceph.com/issues/54625 I was informed that the explicit delete was not necessary, and while the error on quincy was not correct, even on previous versions the call is basically a no-op. Rather than wait for this to be changed back to a no-op on quincy, we remove the unneeded call. While we're at it, change the polling loop to use the assert lib's Eventually call which is much nicer to read and expires based on a duration avoiding the need to think about loop iterations. :-) Signed-off-by: John Mulligan <jmulligan@redhat.com> |
||
---|---|---|
.. | ||
bytecount.go | ||
clone.go | ||
clone_test.go | ||
doc.go | ||
flags.go | ||
fsadmin.go | ||
fsadmin_test.go | ||
mgrmodule.go | ||
mirror.go | ||
mirror_test.go | ||
mirror_workflow_test.go | ||
response.go | ||
subvolume.go | ||
subvolume_test.go | ||
subvolumegroup.go | ||
subvolumegroup_test.go | ||
timestamp.go | ||
timestamp_test.go | ||
volume.go | ||
volume_test.go | ||
workflow_test.go |