I'm near .... but :
#rbd snap ls cephPool1/vm-106-disk-0
==>
SNAPID NAME SIZE TIMESTAMP
32 Backup28102019 32GiB Mon Oct 28 19:46:00 2019
Then
#rbd map --read-only cephPool1/vm-106-disk-0@Backup28102019
==>
/dev/rbd3
# rbd showmapped
id pool image snap device
0 cephPool1 vm-101-disk-0 - /dev/rbd0
1 cephPool1 vm-106-disk-0 - /dev/rbd1
2 cephPool1 vm-107-disk-0 - /dev/rbd2
3 cephPool1 vm-106-disk-0 Backup28102019 /dev/rbd3
And finaly :
mount /dev/rbd3 /mnt/borg .....
==>
# mount /dev/rbd/cephPool1/vm-106-disk-0@Backup28102019 /mnt/borg/
mount: /dev/rbd3 is write protected, ans will b e mount in read only (OK ! good)
mount: impossible to mount /dev/rbd3 in read only (ouchhhhhh !!!)
dmesg|tail
==>
[1342340.220678] EXT4-fs (rbd3): Unrecognized mount option "nouuid" or missing value
[1342354.756600] EXT4-fs (rbd3): Unrecognized mount option "nouuid" or missing value
[1342407.463896] EXT4-fs (rbd3): INFO: recovery required on readonly filesystem
[1342407.463898] EXT4-fs (rbd3): write access unavailable, cannot proceed (try mounting with noload)
[1342864.427501] rbd: rbd3: capacity 34359738368 features 0x1
[1342873.906068] EXT4-fs (rbd3): INFO: recovery required on readonly filesystem
[1342873.906070] EXT4-fs (rbd3): write access unavailable, cannot proceed (try mounting with noload)
[1343242.451830] rbd: rbd3: capacity 34359738368 features 0x1
[1343285.621429] EXT4-fs (rbd3): INFO: recovery required on readonly filesystem
[1343285.621430] EXT4-fs (rbd3): write access unavailable, cannot proceed (try mounting with noload)
Failed !!!
Why ?
#rbd snap ls cephPool1/vm-106-disk-0
==>
SNAPID NAME SIZE TIMESTAMP
32 Backup28102019 32GiB Mon Oct 28 19:46:00 2019
Then
#rbd map --read-only cephPool1/vm-106-disk-0@Backup28102019
==>
/dev/rbd3
# rbd showmapped
id pool image snap device
0 cephPool1 vm-101-disk-0 - /dev/rbd0
1 cephPool1 vm-106-disk-0 - /dev/rbd1
2 cephPool1 vm-107-disk-0 - /dev/rbd2
3 cephPool1 vm-106-disk-0 Backup28102019 /dev/rbd3
And finaly :
mount /dev/rbd3 /mnt/borg .....
==>
# mount /dev/rbd/cephPool1/vm-106-disk-0@Backup28102019 /mnt/borg/
mount: /dev/rbd3 is write protected, ans will b e mount in read only (OK ! good)
mount: impossible to mount /dev/rbd3 in read only (ouchhhhhh !!!)
dmesg|tail
==>
[1342340.220678] EXT4-fs (rbd3): Unrecognized mount option "nouuid" or missing value
[1342354.756600] EXT4-fs (rbd3): Unrecognized mount option "nouuid" or missing value
[1342407.463896] EXT4-fs (rbd3): INFO: recovery required on readonly filesystem
[1342407.463898] EXT4-fs (rbd3): write access unavailable, cannot proceed (try mounting with noload)
[1342864.427501] rbd: rbd3: capacity 34359738368 features 0x1
[1342873.906068] EXT4-fs (rbd3): INFO: recovery required on readonly filesystem
[1342873.906070] EXT4-fs (rbd3): write access unavailable, cannot proceed (try mounting with noload)
[1343242.451830] rbd: rbd3: capacity 34359738368 features 0x1
[1343285.621429] EXT4-fs (rbd3): INFO: recovery required on readonly filesystem
[1343285.621430] EXT4-fs (rbd3): write access unavailable, cannot proceed (try mounting with noload)
Failed !!!
Why ?