Re: [zfs-discuss] zfs-discuss mailing list opensolaris EOL

2013-02-17 Thread Sašo Kiselkov
On 02/17/2013 06:40 AM, Ian Collins wrote:
 Toby Thain wrote:
 Signed up, thanks.

 The ZFS list has been very high value and I thank everyone whose wisdom
 I have enjoyed, especially people like you Sašo, Mr Elling, Mr
 Friesenhahn, Mr Harvey, the distinguished Sun and Oracle engineers who
 post here, and many others.

 Let the Illumos list thrive.
 
 This list certainly has been high value for ZFS users (I think I
 subscribed the day is started!).
 
 One of its main advantages is it has been platform agnostic.  We see
 Solaris, Illumos, BSD and more recently ZFS on Linux questions all give
 the same respect.
 
 I do hope we can get another, platform agnostic, home for this list.

Despite having a lists.illumos.org DNS name, the Illumos ZFS list
isn't just about Illumos. We have regular contributions from the FreeBSD
and ZOL folks, they are on the list and we frequently use it to exchange
contributions. For example, when I got LZ4 compression integrated,
within a few days those changes were pulled into both FreeBSD and ZOL -
I'd say the community is pretty active!

Cheers,
--
Saso
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] zfs-discuss mailing list opensolaris EOL

2013-02-17 Thread Edward Ned Harvey (opensolarisisdeadlongliveopensolaris)
 From: cindy swearingen [mailto:cindy.swearin...@gmail.com]
 
 This was new news to use too and we're just talking over some options
 yesterday
 afternoon so please give us a chance to regroup and provide some
 alternatives.
 
 This list will be shutdown but we can start a new one on java.net.

Thanks Cindy - I, for one, am in favor of another list on java.net, because the 
development is basically split into oracle  illumos.  While illumos users 
might have a small aversion to using another oracle list, I think oracle users 
will likely have a much larger aversion to using a non-oracle list.  So I think 
there's room for both lists, as well as just cause for both lists.

If at all possible, I would advise preserving the history of these mailing 
lists.  Extremely useful sometimes, when referencing past conversations and 
stuff, and searching for little tidbits via google.

I would also advise making some sort of announcement on any of the other 
opensolaris mailing lists that happen to be active.

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


Re: [zfs-discuss] maczfs / ZEVO

2013-02-17 Thread Edward Ned Harvey (opensolarisisdeadlongliveopensolaris)
 From: Tim Cook [mailto:t...@cook.ms]
 Sent: Friday, February 15, 2013 11:14 AM
 
 I have a few coworkers using it.  No horror stories and it's been in use 
 about 6
 months now.  If there were any showstoppers I'm sure I'd have heard loud
 complaints by now :)

So, I have discovered a *couple* of unexpected problems.
At first, I thought it would be nice to split my HD into 2 partitions, use the 
2nd partition for zpool, and use vmdk wrapper around a zvol raw device.  So I 
started partitioning my HD.  As it turns out, there's a bug in diskutility...  
As long as you partition your hard drive and *format* the second partition with 
hfs+, then it works very smoothly. But then I couldn't find any way to dismount 
the second partition (there is no eject) ... If I go back, I think maybe I'll 
figure it out, but I didn't try too hard ... I resized back to normal, and then 
split again, selecting the Empty Space option for the second partition.  Bad 
idea.  Diskutillity horked the partition tables, and I had to restore from time 
machine.  I thought maybe it was just a fluke, so I repeated the whole process 
a second time ... try to split disk, try to make the second half Free Space 
and forced to restore system.

Lesson learned. Don't try to create an unused partition on the mac HD.

So then I just created one big honking file via dd and used it for zpool 
store.  Tried to create zvol.  Unfortunately zevo doesn't do zvol.

Ok, no problem.  Windows can run NTFS inside a vmdk file inside a zfs 
filesystem inside an hfs+ file inside the hfs+ filesystem.  (Yuk.)  But it 
works.  

Unfortunately, because it's a file in the backend, zevo doesn't find the pool 
on reboot.  It doesn't seem to do the equivalent of a zpool.cache.  I've asked 
a question in their support forum to see if there's some way to solve that 
problem, but I don't know yet.

Tim, Simon, Volker, Chris, and Erik - How do you use it?
I am making the informed guess, that you're using it primarily on non-laptops, 
which have second hard drives, and you're giving the entire disk to the zpool.  
Right?

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


[zfs-discuss] zfs raid1 error resilvering and mount

2013-02-17 Thread Konstantin Kuklin
hi, i have raid1 on zfs with 2 device on pool
first device died and boot from second not working...

i try to get http://mfsbsd.vx.sk/ flash and load from it with zpool import
http://puu.sh/2402E

when  i load zfs.ko and opensolaris.ko i see this message:
Solaris: WARNING: Can't open objset for zroot/var/crash
Solaris: WARNING: Can't open objset for zroot/var/crash

zpool status:
http://puu.sh/2405f

resilvering freeze with:
zpool status -v
.
zroot/usr:0x28ff
zroot/usr:0x29ff
zroot/usr:0x2aff
zroot/var/crash:0x0
 root@Flash:/root #

how i can delete or drop it fs zroot/var/crash (1m-10m size i didn`t
remember) and mount other zfs points with my data
-- 
С уважением
Куклин Константин.
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] maczfs / ZEVO

2013-02-17 Thread Erik Ableson


On 17 févr. 2013, at 15:15, Edward Ned Harvey 
(opensolarisisdeadlongliveopensolaris) 
opensolarisisdeadlongliveopensola...@nedharvey.com wrote:

 From: Tim Cook [mailto:t...@cook.ms]
 Sent: Friday, February 15, 2013 11:14 AM
 
 I have a few coworkers using it.  No horror stories and it's been in use 
 about 6
 months now.  If there were any showstoppers I'm sure I'd have heard loud
 complaints by now :)
 
 So, I have discovered a *couple* of unexpected problems.
 At first, I thought it would be nice to split my HD into 2 partitions, use 
 the 2nd partition for zpool, and use vmdk wrapper around a zvol raw device.  
 So I started partitioning my HD.  As it turns out, there's a bug in 
 diskutility...  As long as you partition your hard drive and *format* the 
 second partition with hfs+, then it works very smoothly. But then I couldn't 
 find any way to dismount the second partition (there is no eject) ... If I go 
 back, I think maybe I'll figure it out, but I didn't try too hard ... I 
 resized back to normal, and then split again, selecting the Empty Space 
 option for the second partition.  Bad idea.  Diskutillity horked the 
 partition tables, and I had to restore from time machine.  I thought maybe it 
 was just a fluke, so I repeated the whole process a second time ... try to 
 split disk, try to make the second half Free Space and forced to restore 
 system.
 
 Lesson learned. Don't try to create an unused partition on the mac HD.
 
 So then I just created one big honking file via dd and used it for zpool 
 store.  Tried to create zvol.  Unfortunately zevo doesn't do zvol.
 
 Ok, no problem.  Windows can run NTFS inside a vmdk file inside a zfs 
 filesystem inside an hfs+ file inside the hfs+ filesystem.  (Yuk.)  But it 
 works.  
 Unfortunately, because it's a file in the backend, zevo doesn't find the pool 
 on reboot.  It doesn't seem to do the equivalent of a zpool.cache.  I've 
 asked a question in their support forum to see if there's some way to solve 
 that problem, but I don't know yet.
 
 Tim, Simon, Volker, Chris, and Erik - How do you use it?
 I am making the informed guess, that you're using it primarily on 
 non-laptops, which have second hard drives, and you're giving the entire disk 
 to the zpool.  Right?

Actually, my usage is with a laptop, but I've pretty much given up on doing 
anything serious in ZFS without going whole disk, so I hadn't run across the 
partitioning issues or the lack of ZFS.cache for mounting file based pools.

Back to the day to day usage. I'm using it primarily with my MacBook Air and I 
have Seagate GoFlex thunderbolt adaptor into which I plug SSDs holding VMs and 
sources. While on the move, I leave the external drive in my bag and use a 1m 
thunderbolt cable so I'm tethered to the bag, but it's usable.

Eventually, I'll probably get one of the StarTech 4 disk toaster docks on USB 3 
for while I'm at the office, and continue to rely on the thunderbolt SSD while 
on the road. 

On the partitioning front, after thinking a bit, you should be able to tell 
Zevo to use a second partition on the main disk. The trick would be creating 
the partition normally as an HFS+ volume, unmounting it with something like 
sudo diskutil unmount disk0s4, followed by sudo zpool create zevo disk0s4

Oh, other side notes I almost forgot. To ensure that you don't chew up all of 
your memory with ARC it's also a good idea to disable spotlight searching on 
ZFS volumes (sudo mdutil -i off /Volumes/Zevo)

Cheers,

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


Re: [zfs-discuss] zfs-discuss mailing list opensolaris EOL

2013-02-17 Thread Edward Ned Harvey (opensolarisisdeadlongliveopensolaris)
 From: Tim Cook [mailto:t...@cook.ms]
 
 Why would I spend all that time and
 energy participating in ANOTHER list controlled by Oracle, when they have
 shown they have no qualms about eliminating it with basically 0 warning, at
 their whim?

From an open source, community perspective, I understand and agree with this 
sentiment.  If OSS projects behave this way, they die.  The purpose of an 
oracle-hosted mailing list is not for the sake of being open in any way. It's 
for the sake of allowing public discussions about their product.  While a 
certain amount of knowledge will exist with or without the list (people can 
still download solaris 11 for evaluation purposes and test it out on the honor 
system) there will be less oracle-specific knowledge in existence without the 
list.  For anyone who's 100% dedicated to OSS and/or illumos and doesn't care 
about oracle-specific stuff, there's no reason to use that list.  But for 
those of us who are sysadmins, developers using eval-licensed solaris, or in 
any way not completely closed to the possibility of using oracle zfs / 
solaris...  For those of us, it makes sense.

Guess what, I formerly subscribed to netapp-toasters as well.  Until zfs came 
along and I was able to happily put netapp in my past.  Perhaps someday I'll 
leave zfs behind in favor of btrfs.  But not yet.

Guess what also, there is a very active thriving Microsoft forum out there too. 
 And they don't even let you download MS Office or Windows for evaluation 
purposes - they're even more closed than Oracle in this regard.  They learned 
their lesson about piracy and the honor system.   ;-)

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


Re: [zfs-discuss] zfs raid1 error resilvering and mount

2013-02-17 Thread Jim Klimov

On 2013-02-17 15:46, Konstantin Kuklin wrote:

hi, i have raid1 on zfs with 2 device on pool
first device died and boot from second not working...


You didn't say which OS version created the pool (ultimately -
which pool version is there) and I'm not sure about support of
the zfs versions in that flash you linked to. Possibly, OI LiveCD
might do you a better job - but maybe your disks got too corrupted
in some cataclysm :(

However, generally, recent implementations should have several
useful zpool import flags:
* forcing an import with rollback to an older pool state (-F) -
  which may be or not be more intact (up to 32 or 128 transactions);
* import without automount (-N)
* read-only import (-o ro) which should panic in a lot less cases and
  allows to evacuate readable data by at least cp/rsync
* import without cachefile and/or relocated pool root mountpoint
  (-R /a) so as to, in particular, not damage the namespace of
  your system by this pool (not really relevant in case of livecd's)

Hopefully, you can either import without mounts and issue a zfs 
destroy of your offending dataset, or rollback (irreversible) to

a working state. However, it is also possible that the corruption
is among metadata. If you're lucky and just the latest transaction
got broken during the crash (i.e. disk firmware ignored queuing and
caching hints, and wrote something out of order), then rollback by
one or a few TXGs may point you to an older root of metadata tree
which is not yet overwritten by newer transactions (note: this is
not guaranteed by the OS, just probable) and does contain consistent
metadata in at least one copy of each of the metadata blocks.

Breakage in /var/crash remotely suggests that your system tried to
either create a dump (kernel panic) or more likely process one (via
savecore in case of Solaris), and failed during this procedure in
a mid-write.



i try to get http://mfsbsd.vx.sk/ flash and load from it with zpool import
http://puu.sh/2402E

when  i load zfs.ko and opensolaris.ko i see this message:
Solaris: WARNING: Can't open objset for zroot/var/crash
Solaris: WARNING: Can't open objset for zroot/var/crash

zpool status:
http://puu.sh/2405f

resilvering freeze with:
zpool status -v
 .
 zroot/usr:0x28ff
 zroot/usr:0x29ff
 zroot/usr:0x2aff
 zroot/var/crash:0x0
  root@Flash:/root #

how i can delete or drop it fs zroot/var/crash (1m-10m size i didn`t
remember) and mount other zfs points with my data
--
С уважением
Куклин Константин.


Good luck,
//Jim Klimov

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


Re: [zfs-discuss] zfs raid1 error resilvering and mount

2013-02-17 Thread Jim Klimov

Also, adding to my recent post: instead of resilvering, try to run
zpool scrub first - it should verify all checksums and repair
whatever it can via redundancy (for metadata - extra copies).

Resilver is similar to scrub, but it has its other goals and
implementation, and might be not so forgiving about pool errors.

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


Re: [zfs-discuss] zfs raid1 error resilvering and mount

2013-02-17 Thread Fleuriot Damien
Hmmm, zfs destroy -f zroot/var/crash ?

Then you can try to zfs mount -a



Removing pjd and mm from cc, if they want to read your message they're old 
enough to check their ML subscription.


On Feb 17, 2013, at 3:46 PM, Konstantin Kuklin konstantin.kuk...@gmail.com 
wrote:

 hi, i have raid1 on zfs with 2 device on pool
 first device died and boot from second not working...
 
 i try to get http://mfsbsd.vx.sk/ flash and load from it with zpool import
 http://puu.sh/2402E
 
 when  i load zfs.ko and opensolaris.ko i see this message:
 Solaris: WARNING: Can't open objset for zroot/var/crash
 Solaris: WARNING: Can't open objset for zroot/var/crash
 
 zpool status:
 http://puu.sh/2405f
 
 resilvering freeze with:
 zpool status -v
.
zroot/usr:0x28ff
zroot/usr:0x29ff
zroot/usr:0x2aff
zroot/var/crash:0x0
 root@Flash:/root #
 
 how i can delete or drop it fs zroot/var/crash (1m-10m size i didn`t
 remember) and mount other zfs points with my data
 -- 
 С уважением
 Куклин Константин.
 ___
 freebsd...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-fs
 To unsubscribe, send any mail to freebsd-fs-unsubscr...@freebsd.org

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


Re: [zfs-discuss] zfs-discuss mailing list opensolaris EOL

2013-02-17 Thread Tim Cook
On Sun, Feb 17, 2013 at 8:58 AM, Edward Ned Harvey
(opensolarisisdeadlongliveopensolaris) 
opensolarisisdeadlongliveopensola...@nedharvey.com wrote:

  From: Tim Cook [mailto:t...@cook.ms]
 
  Why would I spend all that time and
  energy participating in ANOTHER list controlled by Oracle, when they have
  shown they have no qualms about eliminating it with basically 0 warning,
 at
  their whim?

 From an open source, community perspective, I understand and agree with
 this sentiment.  If OSS projects behave this way, they die.  The purpose of
 an oracle-hosted mailing list is not for the sake of being open in any way.
 It's for the sake of allowing public discussions about their product.
  While a certain amount of knowledge will exist with or without the list
 (people can still download solaris 11 for evaluation purposes and test it
 out on the honor system) there will be less oracle-specific knowledge in
 existence without the list.  For anyone who's 100% dedicated to OSS and/or
 illumos and doesn't care about oracle-specific stuff, there's no reason to
 use that list.  But for those of us who are sysadmins, developers using
 eval-licensed solaris, or in any way not completely closed to the
 possibility of using oracle zfs / solaris...  For those of us, it makes
 sense.

 Guess what, I formerly subscribed to netapp-toasters as well.  Until zfs
 came along and I was able to happily put netapp in my past.  Perhaps
 someday I'll leave zfs behind in favor of btrfs.  But not yet.

 Guess what also, there is a very active thriving Microsoft forum out there
 too.  And they don't even let you download MS Office or Windows for
 evaluation purposes - they're even more closed than Oracle in this regard.
  They learned their lesson about piracy and the honor system.   ;-)


We can agree to disagree.

I think you're still operating under the auspices of Oracle wanting to have
an open discussion.  This is patently false.  There's a reason why anytime
someone has an issue the response from the Oracle team that posts here is
almost always open a support ticket and give me the number.  And then we
never hear about it again/get the fix unless the end-user happens to come
back and update us.  If you think that Oracle is going to change that
stance with a list hosted on Java.net, you're sadly mistaken.  Their
(collectively, I'm not speaking of any individual) only goal is to help
paying customers.  Period.  The way they've decided to go about that is by
hoarding knowledge.  I've dealt with the company for over a decade, there
will be no open discussions.

NetApp has historically been open with their user community (although at
times in recent history they have made the mistake of turtling up), which
is why the toasters mailing list did as well as it did.  Hell, Dave Hitz
used to be a regular poster.  MS forums are active and thriving because
they've got a massive user base full of extremely experienced admins.  If
there was an open and free version of the MS products, I'm willing to bet
that you'd find the closed source version a ghost town.  For all the
bashing MS has taken throughout history, they're a very open company
relatively speaking.  I can both browse their knowledge base and download
hotfixes without any support contract.

If you're going to have to open a support ticket to get help with issues
anyways, why bother with a mailing list/forum?  Just go straight to
support.  The reason THESE lists have done so well is because the guys who
wrote the code actively participate and give detailed help in the open.  If
the only responses that ever came here were the Oracle responses to open up
a ticket beyond anything but basic problems, this place would've died a
long time ago.  I think the saddest part of the whole situation is Oracle
is so backwards and broken they don't even allow their employees to tell us
what they aren't allowed to talk to us about.  THAT is f-ed.


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


Re: [zfs-discuss] zfs-discuss mailing list opensolaris EOL

2013-02-17 Thread Edward Ned Harvey (opensolarisisdeadlongliveopensolaris)
 From: Tim Cook [mailto:t...@cook.ms]
 
 We can agree to disagree.
 
 I think you're still operating under the auspices of Oracle wanting to have an
 open discussion.  This is patently false.  

I'm just going to respond to this by saying thank you, Cindy, Casper, Neil, and 
others, for all the help over the years.  I think we all agree it was cooler 
when opensolaris was open, but things are beyond our control, so be it.  Moving 
forward, I don't expect Oracle to be any more open than MS or Apple or Google, 
which is to say, I understand there's stuff you can't talk about, and support 
you can't give freely or openly.  But to the extent you're still able to 
discuss publicly known things, thank you.

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


Re: [zfs-discuss] zfs-discuss mailing list opensolaris EOL

2013-02-17 Thread Ian Collins

Edward Ned Harvey (opensolarisisdeadlongliveopensolaris) wrote:

From: Tim Cook [mailto:t...@cook.ms]

We can agree to disagree.

I think you're still operating under the auspices of Oracle wanting to have an
open discussion.  This is patently false.

I'm just going to respond to this by saying thank you, Cindy, Casper, Neil, and 
others, for all the help over the years.  I think we all agree it was cooler 
when opensolaris was open, but things are beyond our control, so be it.  Moving 
forward, I don't expect Oracle to be any more open than MS or Apple or Google, 
which is to say, I understand there's stuff you can't talk about, and support 
you can't give freely or openly.  But to the extent you're still able to 
discuss publicly known things, thank you.


+1.

--
Ian.

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


Re: [zfs-discuss] zfs-discuss mailing list opensolaris EOL

2013-02-17 Thread Volker A. Brandt
Ian Collins writes:
 Edward Ned Harvey (opensolarisisdeadlongliveopensolaris) wrote:
  From: Tim Cook [mailto:t...@cook.ms]
 
  We can agree to disagree.
 
  I think you're still operating under the auspices of Oracle
  wanting to have an open discussion.  This is patently false.
  I'm just going to respond to this by saying thank you, Cindy,
  Casper, Neil, and others, for all the help over the years.  I
  think we all agree it was cooler when opensolaris was open, but
  things are beyond our control, so be it.  Moving forward, I don't
  expect Oracle to be any more open than MS or Apple or Google,
  which is to say, I understand there's stuff you can't talk about,
  and support you can't give freely or openly.  But to the extent
  you're still able to discuss publicly known things, thank you.
 
 +1.

+9

:-)

-- 

Volker A. Brandt   Consulting and Support for Oracle Solaris
Brandt  Brandt Computer GmbH   WWW: http://www.bb-c.de/
Am Wiesenpfad 6, 53340 Meckenheim, GERMANYEmail: v...@bb-c.de
Handelsregister: Amtsgericht Bonn, HRB 10513  Schuhgröße: 46
Geschäftsführer: Rainer J.H. Brandt und Volker A. Brandt

When logic and proportion have fallen sloppy dead
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] zfs raid1 error resilvering and mount

2013-02-17 Thread Konstantin Kuklin
i can`t do it, because resilvering in progress(freeze on 0.1%) and zfs
list empty

2013/2/17 Fleuriot Damien m...@my.gd:
 Hmmm, zfs destroy -f zroot/var/crash ?

 Then you can try to zfs mount -a



 Removing pjd and mm from cc, if they want to read your message they're old 
 enough to check their ML subscription.


 On Feb 17, 2013, at 3:46 PM, Konstantin Kuklin konstantin.kuk...@gmail.com 
 wrote:

 hi, i have raid1 on zfs with 2 device on pool
 first device died and boot from second not working...

 i try to get http://mfsbsd.vx.sk/ flash and load from it with zpool import
 http://puu.sh/2402E

 when  i load zfs.ko and opensolaris.ko i see this message:
 Solaris: WARNING: Can't open objset for zroot/var/crash
 Solaris: WARNING: Can't open objset for zroot/var/crash

 zpool status:
 http://puu.sh/2405f

 resilvering freeze with:
 zpool status -v
.
zroot/usr:0x28ff
zroot/usr:0x29ff
zroot/usr:0x2aff
zroot/var/crash:0x0
 root@Flash:/root #

 how i can delete or drop it fs zroot/var/crash (1m-10m size i didn`t
 remember) and mount other zfs points with my data
 --
 С уважением
 Куклин Константин.
 ___
 freebsd...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-fs
 To unsubscribe, send any mail to freebsd-fs-unsubscr...@freebsd.org




--
С уважением
Куклин Константин.
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss