On Tuesday 20 June 2006 02:35 am, Dick Davies wrote:
> erk!
>
> zfs list -t filesystem -o mountpoint|egrep -v '^(legacy|MOUNTPOINT)$'
>
> :)
This is why I like UNIX. Now we can get 15 different regular expressions to
accomplish the same thing...Rube Goldberg has to be damn proud looking down
at
On Tuesday 20 June 2006 02:12 am, Darren J Moffat wrote:
> > # mount -p | fgrep " zfs " | cut -f3 -d' ' > /tmp/excludeList
>
> eek.
>
> $ zfs list -t filesystem -o mountpoint > /tmp/excludelist
Hey, that's the new improved approachability influenced syntax!
--
Alan DuBoff - Sun Microsystems
Sol
On 20/06/06, Darren J Moffat <[EMAIL PROTECTED]> wrote:
Dick Davies wrote:
> erk!
>
> zfs list -t filesystem -o mountpoint|egrep -v '^(legacy|MOUNTPOINT)$'
You don't need to use egrep to get rid of the MOUNTPOINT you use the -H
flag to zfs list and it won't print the header.
Why would you
Dick Davies wrote:
On 20/06/06, Darren J Moffat <[EMAIL PROTECTED]> wrote:
Alan DuBoff wrote:
> On Friday 16 June 2006 11:09 pm, Ian Collins wrote:
>> I guess I should follow the install list to see where we are with live
>> upgrade and ZFS and Zones.
>
> Ian,
>
> I see quite a few folks provide
On 20/06/06, Darren J Moffat <[EMAIL PROTECTED]> wrote:
Alan DuBoff wrote:
> On Friday 16 June 2006 11:09 pm, Ian Collins wrote:
>> I guess I should follow the install list to see where we are with live
>> upgrade and ZFS and Zones.
>
> Ian,
>
> I see quite a few folks provided you the info that
Alan DuBoff wrote:
On Friday 16 June 2006 11:09 pm, Ian Collins wrote:
I guess I should follow the install list to see where we are with live
upgrade and ZFS and Zones.
Ian,
I see quite a few folks provided you the info that this is a bug.
Nobody mentioned the workaround.
before you lucreat
On Friday 16 June 2006 11:09 pm, Ian Collins wrote:
> I guess I should follow the install list to see where we are with live
> upgrade and ZFS and Zones.
Ian,
I see quite a few folks provided you the info that this is a bug.
Nobody mentioned the workaround.
before you lucreate, issue this:
# m
>I've just (live) upgraded from build 36 to build 41 and I have a couple
>of observations:
>
>The nVidia driver in the source BE still gets mucked up.
>
>The machine is now a brick. Must be a ZFS change, I see
>
>cannot mount '/export/home1': directory is not empty
No, this is a liveupgrade bug;
Richard Lowe wrote:
> Ian Collins wrote:
>
>> I've just (live) upgraded from build 36 to build 41 and I have a couple
>> of observations:
>>
>> The nVidia driver in the source BE still gets mucked up.
>>
>> The machine is now a brick. Must be a ZFS change, I see
>>
>> cannot mount '/export/home1'
Richard Lowe writes:
> Live upgrade will create directories for all mount points, even those
> under other mount points. ZFS will not mount over a non-empty directory.
>
> Removing the spurious directories should take care of that.
Yep. This is CR 6376420.
--
James Carlson, KISS Network
Ian Collins wrote:
I've just (live) upgraded from build 36 to build 41 and I have a couple
of observations:
The nVidia driver in the source BE still gets mucked up.
The machine is now a brick. Must be a ZFS change, I see
cannot mount '/export/home1': directory is not empty
followed by an exp
I've just (live) upgraded from build 36 to build 41 and I have a couple
of observations:
The nVidia driver in the source BE still gets mucked up.
The machine is now a brick. Must be a ZFS change, I see
cannot mount '/export/home1': directory is not empty
followed by an explanation of the fix
12 matches
Mail list logo