diff --git a/technology/linux/filesystems/Ceph.md b/technology/linux/filesystems/Ceph.md index f86b74f..9787d41 100644 --- a/technology/linux/filesystems/Ceph.md +++ b/technology/linux/filesystems/Ceph.md @@ -70,3 +70,12 @@ ceph orch host add --label _admin `mount -t ceph :/ /mnt -o name=admin,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`