[zfs-discuss] setup_install_server, cpio and zfs : fix needed ?

2007-05-13 Thread Gael
As I saw the same issue with the previous release, I'm going to post that one here and not on the U4 Beta forum. I'm trying to create a miniroot image for wanboot from the S10u4 media (same issue occured with S10u3 media) on a zfs filesystem on a U3 server. SunOS jumps8002 5.10 Generic_125100-05

Re: [zfs-discuss] setup_install_server, cpio and zfs : fix needed ?

2007-05-13 Thread Mike Gerdts
On 5/13/07, Gael <[EMAIL PROTECTED]> wrote: jumps8002:/tank/sol10u4b #truss -wall -eall -f -p 27628 27628/1:psargs: cpio -pdum /tank/sol10u4b/wanboot/interim_dir You will probably find that that there is also a find process that is walking its way through the DVD to generate a list a fi

[zfs-discuss] ZFS in S10update 4

2007-05-13 Thread Selim Daoud
hi all, is there a way to obtain the list of ZFS bug/fixes/RFE that have been integrated in S10U4 thanks selim ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] setup_install_server, cpio and zfs : fix needed ?

2007-05-13 Thread Gael
No, no find is running alas... jumps8002:/root #ps -edf | grep 25751 root 27628 25751 0 11:58:30 pts/3 0:18 cpio -pdum /tank/sol10u4b/wanboot/interim_dir root 25751 25656 0 11:28:31 pts/3 0:00 /bin/sh ./setup_install_server -w /tank/sol10u4b/wanboot /tank/sol10u4b/install

Re: [zfs-discuss] setup_install_server, cpio and zfs : fix needed ?

2007-05-13 Thread Jens Elkner
On Sun, May 13, 2007 at 12:24:48PM -0500, Gael wrote: > As I saw the same issue with the previous release, I'm going to post that > one here and not on the U4 Beta forum. > > I'm trying to create a miniroot image for wanboot from the S10u4 media (same > issue occured with S10u3 media) on a zfs fil

Re: [zfs-discuss] setup_install_server, cpio and zfs : fix needed ?

2007-05-13 Thread Mike Gerdts
On 5/13/07, Gael <[EMAIL PROTECTED]> wrote: No, no find is running alas... jumps8002:/root #ps -edf | grep 25751 root 27628 25751 0 11:58:30 pts/3 0:18 cpio -pdum /tank/sol10u4b/wanboot/interim_dir root 25751 25656 0 11:28:31 pts/3 0:00 /bin/sh ./setup_install_server -w /

Re: [zfs-discuss] setup_install_server, cpio and zfs : fix needed ?

2007-05-13 Thread Gael
jumps8002:/root #ptree 25751 267 /usr/lib/ssh/sshd 25640 /usr/lib/ssh/sshd 25643 /usr/lib/ssh/sshd 25645 -sh 25656 bash 25751 /bin/sh ./setup_install_server -w /tank/sol10u4b/wanboot /tank/sol10u4b/install 27627 /bin/sh /tmp/a/Solaris_10/Tools/dial

[zfs-discuss] Re: [osol-discuss] ZFS over a layered driver interface

2007-05-13 Thread Manoj Joseph
Hi, This is probably better discussed on zfs-discuss. I am CCing the list. Followup emails could leave out opensolaris-discuss... Shweta Krishnan wrote: Does zfs/zpool support the layered driver interface? I wrote a layered driver with a ramdisk device as the underlying device, and successfu

[zfs-discuss] Re: ZFS over a layered driver interface

2007-05-13 Thread Shweta Krishnan
I ran zpool with truss, and here is the system call trace. (again, zfs_lyr is the layered driver I am trying to use to talk to the ramdisk driver). When I compared it to a successful zpool creation, the culprit is the last failing ioctl i.e. ioctl(3, ZFS_IOC_CREATE_POOL, ) I tried looking at th