On Sun, Dec 1, 2013 at 1:39 PM, Bill Sommerfeld <[email protected]>wrote:
> On 12/01/13 11:48, Christopher Siden wrote: > >> http://code.delphix.com/illumos-4369/ >> > > I think there's an error in the change to usr/src/man/man1m/zfs.1m: > > "Generate a send stream, which may be of a filesystem, and > may be incremental from a bookmark. If the destination is > a filesystem or volume, the pool must be read-only, or the > filesystem must not be mounted. " > > The word "destination" doesn't really make sense here. Did you intend to > say "source" instead? No; the source can not be a filesystem or volume. "destination" in this context means "the thing that is being sent", as contrasted with the incremental "source" -- we are sending an incremental from "source" to "destination" (zfs send -i <source> <destination>). "target" might be a better word to use here, although there is some precedent for "destination": If the destination is a clone, the source may be the origin snapshot, which must be fully specified (for example, pool/fs@origin, not just @origin). --matt > > > > > > ------------------------------------------- > illumos-zfs > Archives: https://www.listbox.com/member/archive/182191/=now > RSS Feed: https://www.listbox.com/member/archive/rss/182191/ > 21635000-ebd1d460 > Modify Your Subscription: https://www.listbox.com/ > member/?member_id=21635000&id_secret=21635000-73dc201a > Powered by Listbox: http://www.listbox.com >
_______________________________________________ developer mailing list [email protected] http://lists.open-zfs.org/mailman/listinfo/developer
