You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/cephfs/fs-volumes.rst
+46-26Lines changed: 46 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -603,14 +603,17 @@ fail (if the metadata key did not exist).
603
603
Cloning Snapshots
604
604
-----------------
605
605
606
-
Subvolumes can be created by cloning subvolume snapshots. Cloning is an asynchronous operation that copies
607
-
data from a snapshot to a subvolume. Due to this bulk copying, cloning is inefficient for very large
608
-
data sets.
606
+
Subvolumes can be created by cloning subvolume snapshots. Cloning is an
607
+
asynchronous operation that copies data from a snapshot to a subvolume. Because
608
+
cloning is an operation that involves bulk copying, it is inefficient for
609
+
very large data sets.
609
610
610
-
.. note:: Removing a snapshot (source subvolume) would fail if there are pending or in progress clone operations.
611
+
.. note:: Removing a snapshot (source subvolume) fails when there are
612
+
pending or in-progress clone operations.
611
613
612
-
Protecting snapshots prior to cloning was a prerequisite in the Nautilus release, and the commands to protect/unprotect
613
-
snapshots were introduced for this purpose. This prerequisite, and hence the commands to protect/unprotect, is being
614
+
Protecting snapshots prior to cloning was a prerequisite in the Nautilus
615
+
release. Commands that made possible the protection and unprotection of
616
+
snapshots were introduced for this purpose. This prerequisite is being
614
617
deprecated and may be removed from a future release.
615
618
616
619
The commands being deprecated are:
@@ -624,33 +627,38 @@ The commands being deprecated are:
624
627
625
628
.. note:: Use the ``subvolume info`` command to fetch subvolume metadata regarding supported ``features`` to help decide if protect/unprotect of snapshots is required, based on the availability of the ``snapshot-autoprotect`` feature.
626
629
627
-
To initiate a clone operation use:
630
+
Run a command of the following form to initiate a clone operation:
Cloned subvolumes can be a part of a different group than the source snapshot (by default, cloned subvolumes are created in default group). To clone to a particular group use:
645
+
Cloned subvolumes can be a part of a different group than the source snapshot
646
+
(by default, cloned subvolumes are created in default group). Run a command of
647
+
the following form to clone to a particular group use:
Similar to specifying a pool layout when creating a subvolume, pool layout can be specified when creating a cloned subvolume. To create a cloned subvolume with a specific pool layout use:
653
+
Pool layout can be specified when creating a cloned subvolume in a way that is
654
+
similar to specifying a pool layout when creating a subvolume. Run a command of
655
+
the following form to create a cloned subvolume with a specific pool layout:
0 commit comments