This commit is contained in:
JMARyA 2024-10-30 01:43:29 +01:00
parent 644e362fd2
commit 0cffb19a8e
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -70,3 +70,12 @@ ceph orch host add <hostname> <host_ip> --label _admin
`mount -t ceph <MON_IP>:/ /mnt -o name=admin,secret=<SECRET>`
Secret can be found in the keyring at `/etc/ceph`
## Snapshots
Ceph can take directory scoped snapshots of the filesystem.
Snapshots of the directory will be stored in `.snap`.
**Create a new snapshot**: `mkdir .snap/snap_name`
**Remove a snapshot**: `rmdir .snap/snap_name`