update
This commit is contained in:
parent
644e362fd2
commit
0cffb19a8e
1 changed files with 9 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue