Re: [zfs-discuss] How to destroy your system in funny way with ZFS

2009-12-27 Thread Bob Friesenhahn
On Sun, 27 Dec 2009, Cyril Plisko wrote: gzip compression is not supported in GRUB zfs reader. You should avoid using it for boot filesystem. If may try to revert compression setting to "off or "on" (which defaults to lzjb) and try to boot that way. (That is if you didn't rewrite any critical da

Re: [zfs-discuss] How to destroy your system in funny way with ZFS

2009-12-27 Thread Sriram Narayanan
You could revert to the @install snapshot (via the livecd) and swe if that works for you. -- Sriram On 12/27/09, Tomas Bodzar wrote: > So I booted from Live CD and then : > > zpool import > pfexec zpool import -f rpool > pfexec zfs set compression=off rpool > pfexec zpool export rpool > > and re

Re: [zfs-discuss] How to destroy your system in funny way with ZFS

2009-12-27 Thread Tomas Bodzar
So I booted from Live CD and then : zpool import pfexec zpool import -f rpool pfexec zfs set compression=off rpool pfexec zpool export rpool and reboot but still same problem. -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs

Re: [zfs-discuss] How to destroy your system in funny way with ZFS

2009-12-27 Thread Thomas Burgess
you should be able to boot with the live cd then import the pool i would think... On Sun, Dec 27, 2009 at 4:40 AM, Tomas Bodzar wrote: > Uh, but why system allowed that if it's not running? And how to revert it > as I can't boot even to single user mode? Is there a way to do that with > Live CD

Re: [zfs-discuss] How to destroy your system in funny way with ZFS

2009-12-27 Thread Tomas Bodzar
Uh, but why system allowed that if it's not running? And how to revert it as I can't boot even to single user mode? Is there a way to do that with Live CD? -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.

Re: [zfs-discuss] How to destroy your system in funny way with ZFS

2009-12-27 Thread Cyril Plisko
On Sun, Dec 27, 2009 at 11:25 AM, Tomas Bodzar wrote: > Hi all, > > I installed another OpenSolaris (snv_129) in VirtualBox 3.1.0 on Windows > because snv_130 doesn't boot anymore after installation of VirtualBox guest > additions. Older builds before snv_129 were running fine too. I like some

Re: [zfs-discuss] How to destroy your system in funny way with ZFS

2009-12-27 Thread James Lever
Hi Tomas, On 27/12/2009, at 7:25 PM, Tomas Bodzar wrote: > pfexec zpool set dedup=verify rpool > pfexec zfs set compression=gzip-9 rpool > pfexec zfs set devices=off rpool/export/home > pfexec zfs set exec=off rpool/export/home > pfexec zfs set setuid=off rpool/export/home grub doesn’t support g