mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
cmd/zfs: clone: accept -u to not mount newly created datasets
Signed-off-by: Ivan Shapovalov <intelfx@intelfx.name> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Alexander Motin <alexander.motin@TrueNAS.com> Closes #18080
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.Nm zfs
|
||||
.Cm clone
|
||||
.Op Fl p
|
||||
.Op Fl pu
|
||||
.Oo Fl o Ar property Ns = Ns Ar value Oc Ns …
|
||||
.Ar snapshot Ar filesystem Ns | Ns Ar volume
|
||||
.
|
||||
@@ -64,6 +64,8 @@ Datasets created in this manner are automatically mounted according to the
|
||||
property inherited from their parent.
|
||||
If the target filesystem or volume already exists, the operation completes
|
||||
successfully.
|
||||
.It Fl u
|
||||
Do not mount the newly created file system.
|
||||
.El
|
||||
.
|
||||
.Sh EXAMPLES
|
||||
|
||||
Reference in New Issue
Block a user