Hi Jason,
now I'm a bit confused ...
I recreated the peers again with names clear:
#main site:
rbd mirror pool info testpool
Mode: image
Site Name: master
Peer Sites:
UUID: e7443ebd-b9e2-47ab-bcfe-f40cb75a6294
Name: backup
Mirror UUID: e0d03424-1913-4e0b-90dd-61defabae51a
Direction: tx-only
#b
Hi,
this is the main site:
rbd mirror pool info testpool
Mode: image
Site Name: ceph
Peer Sites:
UUID: 1f1877cb-5753-4a0e-8b8c-5e5547c0619e
Name: backup
Mirror UUID: e9e2c4a0-1900-4db6-b828-e655be5ed9d8
Direction: tx-only
and the backup site:
rbd --cluster backup mirror pool info testpool
Mo
Hi,
i have a working journal based mirror setup initially created with nautilus.
I recently upgraded to octopus (15.2.4) to use snapshot based mirroring.
After that I disabled mirroring for the first image and reenabled it snapshot
based.
The remote Image is created but it never starts syncing.
addendum:
If I try to purge snaps the following happens:
rbd snap purge rbd_hdd_1.8tb_01_3t/vm-29009-disk-2
Removing all snapshots: 50% complete...failed.
rbd: removing snaps failed: (2) No such file or directory
Despite the output a rbd ls -l don't show any snapshots any longer.
After this the
Hi,
yesterday I had to power off some vm (proxmox) backed by rbd images for
maintenance.
After the VMs were off, I tried to create a Snapshot which didn't finish even
after half an hour.
Because it was maintenance I rebooted all VM nodes an all ceph nodes - nothing
changed.
Powering on the VM w
Hi,
I have a working RBD Mirror Setup using ceph version 14.2.4 on both sides.
I want to have a clone of a non primay image.
I do it this way:
1. create snapshot of primary image
2. wait for the snapshot to appear on the backup cluster
3. create a clone in backup cluster (using Simplified RBD Im