Brian Hechinger wrote:
Could you "mix and match" by keeping the current style assuming there
are no -o options present?

# zfs create pool/fs

If you need to specify options, then they should all be options:

# zfs create -o name=pool/fs -o mountpoint=/bar -o etc

I would be tempted to have two forms of the command. One (as exists today) takes no options. The other takes only options, but doesn't need the "-o" markers. For example:

        zfs create pool/fs
or
        zfs create mountpoint=/bar name=pool/fs compression=on

In the second form, options may appear in any order.

--
        --Ed
begin:vcard
fn:Ed Gould
n:Gould;Ed
org:Sun Microsystems, Inc.;Sun Cluster
adr;dom:M/S UMPK17-201;;17 Network Circle;Menlo Park;CA;94025
email;internet:[EMAIL PROTECTED]
title:File System Architect
tel;work:650/786-4937
x-mozilla-html:FALSE
version:2.1
end:vcard

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to