[zfs-discuss] convert output zfs diff to something human readable

2010-12-07 Thread Yuri Vorobyev
Hello. It is possible to convert "octal representation" of zfs diff output to something human readable? Iconv may be? Please see screenshot http://i.imgur.com/bHhXV.png I create file with russian name there. OS is Solaris 11 Express. ___ zfs-discuss

Re: [zfs-discuss] Problem with a failed replace.

2010-12-07 Thread Mark J Musante
On Mon, 6 Dec 2010, Curtis Schiewek wrote: Hi Mark, I've tried running "zpool attach media ad24 ad12" (ad12 being the new disk) and I get no response. I tried leaving the command run for an extended period of time and nothing happens. What version of solaris are you running? __

[zfs-discuss] device retired?

2010-12-07 Thread Roy Sigurd Karlsbakk
hi all I had a 7-VDEV raid on some drives, and after rearranging them a bit, I booted up once more and tried to recreate a new, albeit similar zpool on them. This gave me an error message, c8t35d0 not available. The disk is there, is visible from the controller BIOS etc, so I tried to boot on t

Re: [zfs-discuss] [OpenIndiana-discuss] device retired?

2010-12-07 Thread Roy Sigurd Karlsbakk
- Original Message - > hi all > > I had a 7-VDEV raid on some drives, and after rearranging them a bit 11-vdev, even, but the problem was fm had stepped in and found something was wrong with c8t35d0. To fix this, I did: # fmadm repaired hc://:product-id=LSI-CORP-SAS2X28:server-id=:cha

Re: [zfs-discuss] [OpenIndiana-discuss] iops...

2010-12-07 Thread Roy Sigurd Karlsbakk
> Bear a few things in mind: > > iops is not iops. I am totally aware of these differences, but it seems some people think RAIDz is nonsense unless you don't need speed at all. My testing shows (so far) that the speed is quite good, far better than single drives. Also, as Eric said, those spe

Re: [zfs-discuss] snaps lost in space?

2010-12-07 Thread Joost Mulders
I was told that this could be caused by http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6792701 Removing large holey file does not free space However, attempts to verify the cause were fruitless as zdb dumps core: r...@onix# zdb -ddd p0 ... partial [2473161,2473169)

Re: [zfs-discuss] [OpenIndiana-discuss] iops...

2010-12-07 Thread Ross Walker
On Dec 7, 2010, at 12:46 PM, Roy Sigurd Karlsbakk wrote: >> Bear a few things in mind: >> >> iops is not iops. > > > I am totally aware of these differences, but it seems some people think RAIDz > is nonsense unless you don't need speed at all. My testing shows (so far) > that the speed is q

[zfs-discuss] Increase Volume Size

2010-12-07 Thread Tony MacDoodle
Is is possible to expand the size of a ZFS volume? It was created with the following command: zfs create -V 20G ldomspool/test Thanks ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] 3TB HDD in ZFS

2010-12-07 Thread Brandon High
On Mon, Dec 6, 2010 at 7:10 PM, taemun wrote: > Sorry, you're right. If they're using 512B internally, this is a non-event > here. I think that most folks talking about 3TB drives in this list are > looking for internal drives. That the desktop dock (USB, I presume) > coalesces blocks doesn't real

Re: [zfs-discuss] Increase Volume Size

2010-12-07 Thread Robert Milkowski
On 07/12/2010 23:54, Tony MacDoodle wrote: Is is possible to expand the size of a ZFS volume? It was created with the following command: zfs create -V 20G ldomspool/test see man page for zfs, section about volsize property. Best regards, Robert Milkowski http://milek.blogspot.com __

Re: [zfs-discuss] [OpenIndiana-discuss] iops...

2010-12-07 Thread Edward Ned Harvey
> From: Roy Sigurd Karlsbakk [mailto:r...@karlsbakk.net] > > > Bear a few things in mind: > > > > iops is not iops. > > > I am totally aware of these differences, but it seems some people think > RAIDz is nonsense unless you don't need speed at all. My testing shows (so > far) that the speed is

Re: [zfs-discuss] [OpenIndiana-discuss] iops...

2010-12-07 Thread Edward Ned Harvey
> From: Ross Walker [mailto:rswwal...@gmail.com] > > Well besides databases there are VM datastores, busy email servers, busy > ldap servers, busy web servers, and I'm sure the list goes on and on. > > I'm sure it is much harder to list servers that are truly sequential in IO then > random. This

Re: [zfs-discuss] convert output zfs diff to something human readable

2010-12-07 Thread Yuri Vorobyev
It is possible to convert "octal representation" of zfs diff output to something human readable? Iconv may be? Please see screenshot http://i.imgur.com/bHhXV.png I create file with russian name there. OS is Solaris 11 Express. This command did the job: zfs diff | perl -plne 's#\\\d{8}(\d

Re: [zfs-discuss] 3TB HDD in ZFS

2010-12-07 Thread Eugen Leitl
On Tue, Dec 07, 2010 at 05:17:08PM -0800, Brandon High wrote: > On Mon, Dec 6, 2010 at 7:10 PM, taemun wrote: > > Sorry, you're right. If they're using 512B internally, this is a non-event > > here. I think that most folks talking about 3TB drives in this list are > > looking for internal drives.