We have a ceph cluster with roughly 600 RBD's. 2 of the 600 randomly have a new feature which is breaking our backup's.
root@cephmon:~# rbd info Cloud-Ceph1/vm-134-disk-0
rbd image 'vm-134-disk-0':
size 1000 GiB in 256000 objects
order 22 (4 MiB objects)
snapshot_count: 11
id: 7c326b8b4567
block_name_prefix: rbd_data.7c326b8b4567
format: 2
features: layering, exclusive-lock, object-map, fast-diff, deep-flatten, operations
op_features: snap-trash
flags:
create_timestamp: Fri Aug 14 07:11:44 2020
access_timestamp: Thu Jun 8 06:31:06 2023
modify_timestamp: Thu Jun 8 06:31:11 2023
Anyone have any idea what "operations" is? Or snap-trash? These images were created over 3 years ago, so its very odd. Can't seem to find much about "operations" or if its safe to simple use feature disable.
root@cephmon:~# rbd info Cloud-Ceph1/vm-134-disk-0
rbd image 'vm-134-disk-0':
size 1000 GiB in 256000 objects
order 22 (4 MiB objects)
snapshot_count: 11
id: 7c326b8b4567
block_name_prefix: rbd_data.7c326b8b4567
format: 2
features: layering, exclusive-lock, object-map, fast-diff, deep-flatten, operations
op_features: snap-trash
flags:
create_timestamp: Fri Aug 14 07:11:44 2020
access_timestamp: Thu Jun 8 06:31:06 2023
modify_timestamp: Thu Jun 8 06:31:11 2023
Anyone have any idea what "operations" is? Or snap-trash? These images were created over 3 years ago, so its very odd. Can't seem to find much about "operations" or if its safe to simple use feature disable.