Re: [zfs-discuss] Resliver making the system unresponsive

2010-09-30 Thread jason matthews
Replace it. Reslivering should not as painful if all your disks are functioning normally. -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] Write Once Read Many on ZFS

2010-08-27 Thread jason matthews
I can think of two rather ghetto ways to go. 1. write data then set the read-only property. If you need to make updates cycle back to rw, write data, set read only. 2. Write data, snapshot the fs, expose the snapshot instead of the r/w file system. Your mileage may vary depending on the impleme