mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
doc: clarified subvol in shallow-ro-vol.md
instead of subvol, subvolume has been used for consistency across the doc Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
e1cbd90c0b
commit
66f8a51c93
@ -58,7 +58,7 @@ Key points:
|
|||||||
* No actual new subvolumes are created in CephFS.
|
* No actual new subvolumes are created in CephFS.
|
||||||
* The resulting volume is a reference to the source subvolume snapshot. This
|
* The resulting volume is a reference to the source subvolume snapshot. This
|
||||||
reference would be stored in `Volume.volume_context` map. In order to
|
reference would be stored in `Volume.volume_context` map. In order to
|
||||||
reference a snapshot, we need subvol name and snapshot name.
|
reference a snapshot, we need subvolume name and snapshot name.
|
||||||
* Mounting such volume means mounting the respective CephFS subvolume and
|
* Mounting such volume means mounting the respective CephFS subvolume and
|
||||||
exposing the snapshot to workloads.
|
exposing the snapshot to workloads.
|
||||||
* Let's call a *shallow read-only volume with a subvolume snapshot as its data
|
* Let's call a *shallow read-only volume with a subvolume snapshot as its data
|
||||||
@ -73,7 +73,7 @@ a shallow volume is created, what would happen if:
|
|||||||
exists?_
|
exists?_
|
||||||
|
|
||||||
This shouldn't be a problem already. The parent volume has either
|
This shouldn't be a problem already. The parent volume has either
|
||||||
`snapshot-retention` subvol feature in which case its snapshots remain
|
`snapshot-retention` subvolume feature in which case its snapshots remain
|
||||||
available, or if it doesn't have that feature, it will fail to be deleted
|
available, or if it doesn't have that feature, it will fail to be deleted
|
||||||
because it still has snapshots associated to it.
|
because it still has snapshots associated to it.
|
||||||
* _Source snapshot from which the shallow volume originates is removed while
|
* _Source snapshot from which the shallow volume originates is removed while
|
||||||
@ -256,16 +256,15 @@ Volume context `Volume.volume_context`:
|
|||||||
[`NodeStageVolume`, `NodeUnstageVolume` section](#NodeStageVolume-NodeUnstageVolume)
|
[`NodeStageVolume`, `NodeUnstageVolume` section](#NodeStageVolume-NodeUnstageVolume)
|
||||||
, snapshots cannot be mounted directly. How do we pass in path to the parent
|
, snapshots cannot be mounted directly. How do we pass in path to the parent
|
||||||
subvolume?
|
subvolume?
|
||||||
* a) Path to the snapshot is passed in via `subvolumePath` / `rootPath`,
|
* a) Path to the snapshot is passed in via `subvolumePath` / `rootPath`, e.g.
|
||||||
e.g.
|
`/volumes/<VOLUME NAME>/<SUBVOLUME NAME>/<UUID>/.snap/<SNAPSHOT NAME>`. From
|
||||||
`/volumes/<VOLUME NAME>/<SUBVOLUME NAME>/<UUID>/.snap/<SNAPSHOT NAME>`.
|
that we can derive path to the subvolume: it's the parent of `.snap`
|
||||||
From that we can derive path to the subvolume: it's the parent of `.snap`
|
|
||||||
directory.
|
directory.
|
||||||
* b) Similar to a), path to the snapshot is passed in via `subvolumePath` /
|
* b) Similar to a), path to the snapshot is passed in via `subvolumePath` /
|
||||||
`rootPath`, but instead of trying to derive the right path we introduce
|
`rootPath`, but instead of trying to derive the right path we introduce
|
||||||
another volume context parameter containing path to the parent subvolume
|
another volume context parameter containing path to the parent subvolume
|
||||||
explicitly.
|
explicitly.
|
||||||
* c) `subvolumePath` / `rootPath` contains path to the parent subvolume and
|
* c) `subvolumePath` / `rootPath` contains path to the parent subvolume and we
|
||||||
we introduce another volume context parameter containing name of the
|
introduce another volume context parameter containing name of the snapshot.
|
||||||
snapshot. Path to the snapshot is then formed by appending
|
Path to the snapshot is then formed by appending
|
||||||
`/.snap/<SNAPSHOT NAME>` to the subvolume path.
|
`/.snap/<SNAPSHOT NAME>` to the subvolume path.
|
||||||
|
Loading…
Reference in New Issue
Block a user