go-ceph/rbd
John Mulligan 40e1224871 rbd: add tests for GetGlobalMirrorStatus based on two ceph clusters
With the infrastructure for running two ceph clusters now available,
we add tests to ensure the functionality of GetGlobalMirrorStatus in
the more typical case, when one or more mirroring clusters exist,

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2021-04-13 09:47:43 +00:00
..
diff_iterate.go rbd: eliminate invalid unsafe.Pointers 2020-11-09 08:58:22 +00:00
diff_iterate_test.go rbd: rename error type's Errno method to ErrorCode 2020-08-10 13:03:24 -04:00
doc.go
errors.go rbd: add GetGlobalMirrorStatus implementing rbd_mirror_image_get_global_status 2021-04-13 09:47:43 +00:00
errors_test.go rbd: use FormatErrorCode for formatting rbd errors 2020-08-10 13:03:24 -04:00
features.go rbd: make RBDError type unexported 2020-07-17 13:47:32 -04:00
features_mimic.go
features_mimic_test.go
features_nautilus.go
features_nautilus_test.go
features_test.go rbd: convert uses of RbdImageOptionX to ImageOptionX 2020-03-23 10:09:25 -04:00
group.go rbd: add GetGroup implementing rbd_get_group 2021-02-02 15:48:00 +00:00
group_snap.go rbd: add GroupSnapRollbackWithProgress function 2021-02-08 15:29:11 +00:00
group_snap_test.go rbd: add GroupSnapRollbackWithProgress function 2021-02-08 15:29:11 +00:00
group_test.go rbd: add GetGroup implementing rbd_get_group 2021-02-02 15:48:00 +00:00
metadata.go rbd: add ListMetadata implementing rbd_metadata_list 2020-11-04 14:01:51 +00:00
metadata_test.go rbd: add ListMetadata implementing rbd_metadata_list 2020-11-04 14:01:51 +00:00
mirror.go rbd: add CreateMirrorSnapshot implementing rbd_mirror_image_create_snapshot 2021-04-13 09:47:43 +00:00
mirror_test.go rbd: add tests for GetGlobalMirrorStatus based on two ceph clusters 2021-04-13 09:47:43 +00:00
namespace_nautilus.go rbd: convert NamespaceList for nautilus to use cutil.SplitSparseBuffer 2020-07-23 16:38:39 -04:00
namespace_nautilus_test.go rbd: add wrapper for rbd_namespace_list() function. 2020-06-15 13:43:26 -04:00
options.go rbd: add RBD_IMAGE_OPTION_FLATTEN for Mimic 2020-06-09 08:54:33 -04:00
options_mimic.go rbd: moved ImageOptionCloneFormat to rbd/options_mimic.go 2020-07-24 10:20:27 -04:00
options_octopus.go rbd: add RBD_IMAGE_OPTION_MIRROR_IMAGE_MODE for Octopus 2020-06-09 08:54:33 -04:00
options_test.go rbd: rename uses of RbdImageOptions to ImageOptions 2020-03-23 10:09:25 -04:00
pool_nautilus.go rbd: add constants for pool stat options and wrapper for rbd_pool_stats_get() 2020-07-24 10:35:57 -04:00
pool_nautilus_test.go rbd: add constants for pool stat options and wrapper for rbd_pool_stats_get() 2020-07-24 10:35:57 -04:00
rbd.go rbd: test that cephIoctx helper panics when fed invalid inputs 2021-02-01 15:31:17 +00:00
rbd_mimic.go rbd: convert GetImageNames for mimic to use cutil.SplitSparseBuffer 2020-07-23 16:38:39 -04:00
rbd_nautilus.go rbd: add Sparsify implementing rbd_sparsify 2020-08-27 14:22:52 -04:00
rbd_nautilus_test.go rbd: add wrapper for rbd_snap_set_by_id() 2020-09-24 14:03:01 -04:00
rbd_test.go rbd: add a test helper to get a conn for a given cluster by config 2021-04-13 09:47:43 +00:00
snapshot.go rbd: add wrapper for rbd_snap_get_timestamp() 2020-09-24 14:03:01 -04:00
snapshot_mimic.go rbd: convert ListChildren for mimic to use cutil.SplitSparseBuffer 2020-07-23 16:38:39 -04:00
snapshot_namespace.go rbd: add wrapper for function rbd_snap_get_trash_namespace() 2020-07-24 10:20:27 -04:00
snapshot_namespace_test.go rbd: add wrapper for function rbd_snap_get_trash_namespace() 2020-07-24 10:20:27 -04:00
snapshot_nautilus.go rbd: add wrapper for rbd_snap_set_by_id() 2020-09-24 14:03:01 -04:00
snapshot_octopus.go rbd: add snapshot ID related functions 2020-09-24 14:03:01 -04:00
snapshot_octopus_test.go rbd: add snapshot ID related functions 2020-09-24 14:03:01 -04:00
snapshot_test.go rbd: add wrapper for rbd_snap_get_timestamp() 2020-09-24 14:03:01 -04:00
watchers_mimic.go rbd: eliminate invalid unsafe.Pointers 2020-11-09 08:58:22 +00:00
watchers_mimic_test.go rbd: add a UpdateWatch test case with multiple watches and go channels 2020-07-23 13:19:57 -04:00