Re: [zfs-discuss] ZFS Jumpstart integration and the amazing invisible zpool.cache

2007-11-05 Thread Dave Pratt
---8--- run last in client_end_script ---8--- #!/bin/sh zpool list | grep -w data /dev/null || exit 0 echo /sbin/zpool export data /sbin/zpool export data echo /sbin/mount -F lofs /devices /a/devices /sbin/mount -F lofs /devices /a/devices echo chroot /a /sbin/zpool import data

[zfs-discuss] ZFS Jumpstart integration and the amazing invisible zpool.cache

2007-11-02 Thread Dave Pratt
I've been wrestling with implementing some ZFS mounts for /var and /usr into a jumpstart setup. I know that jumpstart does know anything about zfs as in your can't define ZFS volumes or pools in the profile. I've gone ahead and let the JS do a base install into a single ufs slice and then