Skip to content

Commit

Permalink
Add note that the M flag in recv is not supported on Linux.
Browse files Browse the repository at this point in the history
As pointed out by behlendorf, Linux does not support forcible
unmount. Document this behavior.

Signed-off-by: Mariusz Zaborski <oshogbo@vexillium.org>
  • Loading branch information
oshogbo committed Mar 11, 2020
1 parent 5d8f4fb commit c58bd79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion man/man8/zfs-receive.8
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
.\" Copyright 2018 Nexenta Systems, Inc.
.\" Copyright 2019 Joyent, Inc.
.\"
.Dd January 27, 2020
.Dd February 16, 2020
.Dt ZFS-RECEIVE 8
.Os Linux
.Sh NAME
Expand Down Expand Up @@ -231,6 +231,7 @@ snapshot as described in the paragraph above.
Skip the receive of holds. There is no effect if holds are not sent.
.It Fl M
Force an unmount of the file system while receiving a snapshot.
This option is not supported on Linux.
.It Fl n
Do not actually receive the stream.
This can be useful in conjunction with the
Expand Down

0 comments on commit c58bd79

Please sign in to comment.