>
> On Aug 24, 2009, at 10:02 PM, "LEES, Cooper"
> wrote:
>
> > Hi Duncan,
> >
> > I also do the same with my Mac for timemachine and
> get the same WOEFUL
> > performance to my x4500 filer.
> >
> > I have mounted ISCSI zvols on a linux machine and
> it performs as
> > expected
> > (50 mbytes
Ross,
Do you have any links to doco / blog posts for time machine over NFS? I
would love to do this ... I have mounted NFS before with "Connect to Server"
/ Automoutner but don't know how to get Mac OS X to see it as a valid 'disk'
to backup to.
Ta,
Cooper
On 25/08/09 2:10 PM, "Ross Walker" wr
On Aug 24, 2009, at 10:02 PM, "LEES, Cooper" wrote:
Hi Duncan,
I also do the same with my Mac for timemachine and get the same WOEFUL
performance to my x4500 filer.
I have mounted ISCSI zvols on a linux machine and it performs as
expected
(50 mbytes a second) as apposed to my Mac that goes
Hi Duncan,
I also do the same with my Mac for timemachine and get the same WOEFUL
performance to my x4500 filer.
I have mounted ISCSI zvols on a linux machine and it performs as expected
(50 mbytes a second) as apposed to my Mac that goes @ 1mbyte a second. I do
believe the client for Mac is crap
Hi, I have just setup an ISCSI volume on ZFS to use with OS X as a backup disk
but performance is extremely bad. I am using the GlobalSAN iSCSI initiator.
Without getting into too much detail does anyone know whether there is a reason
why an iSCSI device seems to perform so badly ? I have c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
sed -e "s/http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
> How about if you don't 'detach' them? Just unplug
> the backup device in the pair, plug in the
> temporary replacement, and tell zfs to
> replace the device.
Hm. I had tried a variant: a three-way mirror, with one device missing most of
the time. The annoyance of that was that the pool c
On Mon, 24 Aug 2009, Daniel Carosone wrote:
I got burnt (thankfully only in testing) by a previous attempt to
use mirrors and resilvering with such files. They're ~useless once
detached. The downside is the need to completely re-write the
How about if you don't 'detach' them? Just unplug th
On Aug 24, 2009, at 5:22 PM, Daniel Carosone wrote:
You can validate a stream stored as a file at any
time using the "zfs receive -n" option.
Interesting. Maybe it's just a documentation issue, but the man
page doesn't make it clear that this command verifies much more than
the names in t
> You can validate a stream stored as a file at any
> time using the "zfs receive -n" option.
Interesting. Maybe it's just a documentation issue, but the man page doesn't
make it clear that this command verifies much more than the names in the
stream, and suggests that the rest of the data cou
On Sun, 23 Aug 2009 22:05:15 -0400
Edward Ned Harvey wrote:
> ## Create Full snapshot and send it
> zfs send sourc...@uniquesnapname | ssh somehost 'zfs receive -F
> targe...@uniquesnapname'
this is what I want to do. However I want a recursive backup from the
root pool. From the solaris dox I u
On Mon, Aug 24, 2009 at 02:01:39PM -0500, Bob Friesenhahn wrote:
> On Mon, 24 Aug 2009, Albert Chin wrote:
>>
>> Seems some of the new drives are having problems, resulting in CKSUM
>> errors. I don't understand why I have so many data errors though. Why
>> does the third raidz2 vdev report 34.0K C
On Mon, 24 Aug 2009 16:36:13 +0100
Darren J Moffat wrote:
> Joerg Schilling wrote:
> > dick hoogendijk wrote:
> >
> >> On Sun, 23 Aug 2009 22:05:15 -0400
> >> Edward Ned Harvey wrote:
> >>
> zfs send -Rv rp...@0908 > /net/remote/rpool/snaps/rpool.0908
> >>> The recommended thing is to "zf
Is there a formula to determine the optimal size of dedicated cache space for
zraid systems to improve speed?
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listin
On Mon, 24 Aug 2009, Albert Chin wrote:
Seems some of the new drives are having problems, resulting in CKSUM
errors. I don't understand why I have so many data errors though. Why
does the third raidz2 vdev report 34.0K CKSUM errors?
Is it possible that this third raidz2 is inflicted with a sha
On Mon, Aug 24, 2009 at 5:55 PM, Richard Elling wrote:
>
...
>> No it shouldn't.
>>
>> Alice$ cd ~/proj1; ln -s /etc .,
>>
>> Alice$ echo "Hi helpdesk, Bob is on vacation and he has a bunch of
>> files in my home directory for a project that we are working on
>> together. Unfortunately, his umask
> Suffice to say, 2 top-level raidz2 vdevs of similar size with copies=2
> should offer very nearly the same protection as raidz2+1.
> -- richard
This looks like the way to go. Thanks for your input. It's much appreciated!
--
This message posted from opensolaris.org
_
Richard Elling wrote:
> >>> Helpdesk$ pfexec chmod -fR a+rw /home/alice/proj1
> >>>
> >>> Alice$ rm /etc/shadow
> >>> Alice$ cp myshadow /etc
> >>> Alice$ su -
> >>> root#
> > One could achieve the same result with a request to chmod a+rw
> > /etc/shadow, but this would be more noticeable.
> >
>
Will Murnane wrote:
> >> Helpdesk$ pfexec chmod -fR a+rw /home/alice/proj1
> >>
> >> Alice$ rm /etc/shadow
> >> Alice$ cp myshadow /etc
> >> Alice$ su -
> >> root#
> One could achieve the same result with a request to chmod a+rw
> /etc/shadow, but this would be more noticeable.
>
> One of my frie
Added a third raidz2 vdev to my pool:
pool: tww
state: DEGRADED
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
s
On Aug 24, 2009, at 11:10 AM, Ron Mexico wrote:
I'm putting together a 48 bay NAS for my company [24 drives to
start]. My manager has already ordered 24 2TB [b]WD Caviar Green[/b]
consumer drives - should we send these back and order the 2TB [b]WD
RE4-GP[/b] enterprise drives instead?
I w
Thanks Robert,
The older version of nfs that was exactly the problem. Nfs3 made the
directorieslook like they were empty, while nfs4 displays the contents of
each directory.
Many Thanks!
Gregory
On Mon, 24 Aug 2009, Robert Thurlow wrote:
Gregory Skelton wrote:
> What are you using for
I'm putting together a 48 bay NAS for my company [24 drives to start]. My
manager has already ordered 24 2TB [b]WD Caviar Green[/b] consumer drives -
should we send these back and order the 2TB [b]WD RE4-GP[/b] enterprise drives
instead?
I'm tempted to try these out. First off, they're about $
Gregory Skelton wrote:
What are you using for a client? What version of NFS?
We're using Red Hat Enterprise Linux(Centos) 5.3 for the clients, with
nfs 3
You should try NFSv4 - Linux NFSv4 support came in with this
"mirror mount" support.
If its possible, I'd still like to mount the base
On Aug 24, 2009, at 10:22 AM, Will Murnane wrote:
On Mon, Aug 24, 2009 at 12:55, Richard
Elling wrote:
Alice$ cd ~/proj1; ln -s /etc .,
Alice$ echo "Hi helpdesk, Bob is on vacation and he has a bunch of
files in my home directory for a project that we are working on
together. Unfortunately,
Hi,
What are you using for a client? What version of NFS?
We're using Red Hat Enterprise Linux(Centos) 5.3 for the clients, with
nfs 3
NFSv4 in Solaris Nevada build 77 and later, or any OpenSolaris
versions, will do this "mirror mounts" stuff automatically.
Other than that, it's manual mo
On Aug 23, 2009, at 11:17 AM, dick hoogendijk wrote:
On Sun, 23 Aug 2009 09:54:07 PDT
Ross wrote:
If you really want to store a backup, create another ZFS filesystem
somewhere and do a send/receive into it. Please don't try to dump
zfs send to a file and store the results.
If this is true
On Mon, Aug 24, 2009 at 12:55, Richard Elling wrote:
>> Alice$ cd ~/proj1; ln -s /etc .,
>>
>> Alice$ echo "Hi helpdesk, Bob is on vacation and he has a bunch of
>> files in my home directory for a project that we are working on
>> together. Unfortunately, his umask was messed up and I can't modif
On Aug 23, 2009, at 8:12 PM, Daniel Carosone wrote:
On Sun, 23 Aug 2009, Daniel Carosone wrote:
Userland tools to read and verify a stream, without
having to play
it into a pool (seek and io overhead) could really
help here.
This assumes that the problem is data corruption of
the stream,
On Aug 24, 2009, at 8:32 AM, Mike Gerdts wrote:
On Mon, Aug 24, 2009 at 8:08 AM, Edward Ned Harvey> wrote:
It's a strange question anyway - You want a single file to have
permissions
(suppose 755) in one directory, and some different permissions
(suppost 700)
in some other directory? Then
Gregory Skelton wrote:
Yes, that is exactly whats happening to us. I've tried to "share" the
zfs inside the other zfs. Like so, but I'm still seeing an empty directory.
What are you using for a client? What version of NFS?
NFSv4 in Solaris Nevada build 77 and later, or any OpenSolaris
versio
you could mount both, but you should talk to the nfs/zfs experts about the
proper way.
Theres more than one method of doing so. What i did was something like
this:
i had a ZFS share called /store and another at /store/Video
i wanted to share them via nfs, so i mount /store on /mnt/store on my l
Hi Thomas,
Yes, that is exactly whats happening to us. I've tried to "share" the zfs
inside the other zfs. Like so, but I'm still seeing an empty directory.
export1/dfazi sharenfs rw local
So in our particular setup, we have the following:
export1/dfazi
On Mon, Aug 24, 2009 at 8:08 AM, Edward Ned Harvey wrote:
>> >It's a strange question anyway - You want a single file to have
>> permissions
>> >(suppose 755) in one directory, and some different permissions
>> (suppost 700)
>> >in some other directory? Then some users could access the file if
>>
Joerg Schilling wrote:
dick hoogendijk wrote:
On Sun, 23 Aug 2009 22:05:15 -0400
Edward Ned Harvey wrote:
zfs send -Rv rp...@0908 > /net/remote/rpool/snaps/rpool.0908
The recommended thing is to "zfs send | zfs receive"
I have a zpool named backup for this purpose (mirrored).
Do I create
> You can "zpool replace" a bad slog device now.
>From which kernel release is this implemented/working?
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zf
dick hoogendijk wrote:
> On Sun, 23 Aug 2009 22:05:15 -0400
> Edward Ned Harvey wrote:
>
> > > zfs send -Rv rp...@0908 > /net/remote/rpool/snaps/rpool.0908
> >
> > The recommended thing is to "zfs send | zfs receive"
>
> I have a zpool named backup for this purpose (mirrored).
>
> Do I create
On Sun, 23 Aug 2009 22:05:15 -0400
Edward Ned Harvey wrote:
> > zfs send -Rv rp...@0908 > /net/remote/rpool/snaps/rpool.0908
>
> The recommended thing is to "zfs send | zfs receive"
I have a zpool named backup for this purpose (mirrored).
Do I create a seperate FS (backup/FS) into it or can I
I believe I had just redirected zfs send to a file, then ftp'ed the file. I
tried that after my script had been producing the error. It had been trying to
do "zfs send | socat | zfs receive" essentially.
--
This message posted from opensolaris.org
___
>My point exactly. I'm being bold or brazen or ignorant by saying: There is
>no point to do a chmod and not follow symlink. Chmod should always follow
>symlinks. That's why it's the default behavior, and that's why it's rare,
>strange, or impossible to override that behavior.
As long as you
> >It's a strange question anyway - You want a single file to have
> permissions
> >(suppose 755) in one directory, and some different permissions
> (suppost 700)
> >in some other directory? Then some users could access the file if
> they use
> >path A, but would be denied access to the same file
Hi.
I recently transferred a zfs drive containing one pool from a FreeNAS 0.7RC1
box to a FreeNAS 0.7RC2 box.
I had earlier reinstalled the first box several times, and managed to get the
pool back just using the FreeNAS gui. However, after moving the drive to the
new box, and doing the same pr
Folks,
Need help with ZFS recovery following zfs create ...
We recently received new laptops (hardware refresh) and I simply transfered the
multiboot hdd (using OpenSolaris 2008.11 as the primary production OS) from the
old laptop to the new one (used the live DVD to do the zpool import, updat
James Lever wrote:
Is there a mechanism by which you can perform a zfs send | zfs receive
and not have the data uncompressed and recompressed at the other end?
I have a gzip-9 compressed filesystem that I want to backup to a remote
system and would prefer not to have to recompress everything a
Harry Putnam wrote:
I would like some input about the use of zfs snapshot.
The Auto snapshot is nice on rpool but in some of the other zfs fs
I've created that kind of frequency doesn't seem necessary.
The frequency is configurable on a per ZFS dataset basis:
http://src.opensolaris.org/source
On Sun, 23 Aug 2009 22:05:15 -0400
Edward Ned Harvey wrote:
> > zfs send -Rv rp...@0908 > /net/remote/rpool/snaps/rpool.0908
>
> The recommended thing is to "zfs send | zfs receive" [...]
[cut the rest of the reply]
I want to thank everyone for the insights shared on this matter. I
learned a l
>It's a strange question anyway - You want a single file to have permissions
>(suppose 755) in one directory, and some different permissions (suppost 700)
>in some other directory? Then some users could access the file if they use
>path A, but would be denied access to the same file if they used
47 matches
Mail list logo