On Sun, Nov 2, 2008 at 4:30 PM, Mark Shellenbaum
<[EMAIL PROTECTED]> wrote:
> I believe this panic shouldn't happen on OpenSolaris. It has some extra
> protection to prevent the panic that doesn't exist in the S10 code base.
>
> Are there any ACLs on the parent directory that would be inherited t
1) How can I check which ZFS filesystems still have sharesmb=on? I
can't seem to recursively list that property or other properties
properly.
2) Currently I am having issues with the "extended" ACLs (NFS
v4/Windows compliant?) setup by default - I am mounting it as the user
that owns/supposed to o
Cesare wrote:
> Hi all,
>
> I've recently started down to put on production use for zfs and I'm
> looking to how doing a backup of filesystem. I've more than one server
> to migrate to ZFS and not so more server where there is a tape backup.
> So I've put a L280 tape drive on one server and use
Are you running this on a live pool? If so, zdb can't get a reliable
block count -- and zdb -L [live pool] emits a warning to that effect.
Jeff
On Thu, Oct 16, 2008 at 03:36:25AM -0700, Ben Rockwood wrote:
> I've been struggling to fully understand why disk space seems to vanish.
> I've dug t
dick hoogendijk wrote:
> On Sun, 02 Nov 2008 19:47:52 +0100
> [EMAIL PROTECTED] (Joerg Schilling) wrote:
>
>> Ian Collins <[EMAIL PROTECTED]> wrote:
>>
>>> dick hoogendijk wrote:
As I understand ufsrestore is independent of the FS it writes to.
So, I wonder, is it possible to do a pipe f
Matthew R. Wilson wrote:
> I can reliably reproduce this panic with a similar stack trace on a
> newly installed Solaris 10 10/08 system (I know, not OpenSolaris but
> it appears to be the same problem). I just opened a support case w/
> Sun but then discovered what appear to be the specific steps
On Sun, 2 Nov 2008, Turanga Leela wrote:
> I guess difficult questions go unanswered :(
Mailing lists are not an efficient substitute for reading the
documentation, blogs, wikis, and existing mailing list postings.
Your question is a FAQ. Google is your friend.
Bob
I guess difficult questions go unanswered :(
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
[b]Set up for test:[/b]
(I picked v8 for no particular reason this linux install can speak zfs v3
and zpool v13, as can our solaris b101 installs, but some of the older solaris
boxes we have can't I guess... so... I picked 8? I want to use this my little
500gb external ZFS disk. But first s
I can reliably reproduce this panic with a similar stack trace on a
newly installed Solaris 10 10/08 system (I know, not OpenSolaris but
it appears to be the same problem). I just opened a support case w/
Sun but then discovered what appear to be the specific steps for me to
reproduce it.
My setup
On Mon, 3 Nov 2008 08:53:39 +1300
Ian Collins <[EMAIL PROTECTED]> wrote:
>
> On Mon 03/11/08 08:11 , dick hoogendijk [EMAIL PROTECTED] sent:
> > On Mon, 03 Nov 2008 07:16:29 +1300
> > Ian Collins <[EMAIL PROTECTED]
> > .com> wrote:
> > > dick hoogendijk wrote:
> > > > SUN advices to create a sepe
On Mon 03/11/08 08:11 , dick hoogendijk [EMAIL PROTECTED] sent:
> On Mon, 03 Nov 2008 07:16:29 +1300
> Ian Collins <[EMAIL PROTECTED]
> .com> wrote:
> > dick hoogendijk wrote:
> > > SUN advices to create a seperate zfs
> filesystem for every zone.> > # zfs create -o canmount=noauto
> rpool/ROOT/s1
On Mon, 03 Nov 2008 07:16:29 +1300
Ian Collins <[EMAIL PROTECTED]> wrote:
> dick hoogendijk wrote:
> > SUN advices to create a seperate zfs filesystem for every zone.
> > # zfs create -o canmount=noauto rpool/ROOT/s10BE/zones
> > # zfs mount rpool/ROOT/s10BE/zones
> > # zfs create -o canmount=noau
On Sun, 02 Nov 2008 19:47:52 +0100
[EMAIL PROTECTED] (Joerg Schilling) wrote:
> Ian Collins <[EMAIL PROTECTED]> wrote:
>
> > dick hoogendijk wrote:
> > > As I understand ufsrestore is independent of the FS it writes to.
> > > So, I wonder, is it possible to do a pipe from a UFS to a ZFS
> > > des
Ian Collins <[EMAIL PROTECTED]> wrote:
> dick hoogendijk wrote:
> > As I understand ufsrestore is independent of the FS it writes to. So, I
> > wonder, is it possible to do a pipe from a UFS to a ZFS destination
> > like:
> >
> > # ufsdump 0f - /dev/rdsk/c0d0s4 | (cd /dest; ufsrestore xf -)
> > [u
Hi all,
I've recently started down to put on production use for zfs and I'm looking
to how doing a backup of filesystem. I've more than one server to migrate to
ZFS and not so more server where there is a tape backup. So I've put a L280
tape drive on one server and use it from remote connection.
dick hoogendijk wrote:
> SUN advices to create a seperate zfs filesystem for every zone.
> # zfs create -o canmount=noauto rpool/ROOT/s10BE/zones
> # zfs mount rpool/ROOT/s10BE/zones
> # zfs create -o canmount=noauto rpool/ROOT/s10BE/zones/zrootA
> And so on for every zone.
> This takes memory. Can
dick hoogendijk wrote:
> As I understand ufsrestore is independent of the FS it writes to. So, I
> wonder, is it possible to do a pipe from a UFS to a ZFS destination
> like:
>
> # ufsdump 0f - /dev/rdsk/c0d0s4 | (cd /dest; ufsrestore xf -)
> [ufs-source -> zfs destination]
>
>
You can, but I do
SUN advices to create a seperate zfs filesystem for every zone.
# zfs create -o canmount=noauto rpool/ROOT/s10BE/zones
# zfs mount rpool/ROOT/s10BE/zones
# zfs create -o canmount=noauto rpool/ROOT/s10BE/zones/zrootA
And so on for every zone.
This takes memory. Can't I do with a rpool/ROOT/s10BE/zon
As I understand ufsrestore is independent of the FS it writes to. So, I
wonder, is it possible to do a pipe from a UFS to a ZFS destination
like:
# ufsdump 0f - /dev/rdsk/c0d0s4 | (cd /dest; ufsrestore xf -)
[ufs-source -> zfs destination]
--
Dick Hoogendijk -- PGP/GnuPG key: 01D2433D
+ http://n
boot -L
gives you a list of boot able zfs - pick the none broke one to get to
luactivate etc...
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discus
21 matches
Mail list logo