Re: [osol-discuss] 64-bit zfs ?

2006-01-19 Thread Dennis Clarke
On 1/18/06, Eric Schrock [EMAIL PROTECTED] wrote: On Wed, Jan 18, 2006 at 07:16:16PM -0500, Dennis Clarke wrote: I was surprised to not see a sparcv9 in there anywhere. Why? What would the benefit of a 64-bit zfs/zpool binary be? A man walks into a large park. The wild lion park it is

[osol-discuss] 64-bit zfs ?

2006-01-18 Thread Dennis Clarke
# file /sbin/zfs /sbin/zfs: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped # ldd /sbin/zfs libzfs.so.1 = /lib/libzfs.so.1 libuutil.so.1 = /lib/libuutil.so.1 libumem.so.1 = /lib/libumem.so.1 libc.so.1 = /lib/libc.so.1

Re: [osol-discuss] 64-bit zfs ?

2006-01-18 Thread Rob Johnston
You'll find many of the binaries under /usr/bin and /usr/sbin have only 32bit versions. That said most of the real work wrt zfs is done in the kernel, which on SPARC platforms is 64 bit only. rob Dennis Clarke wrote: # file /sbin/zfs /sbin/zfs: ELF 32-bit MSB executable SPARC Version

Re: [osol-discuss] 64-bit zfs ?

2006-01-18 Thread Eric Schrock
On Wed, Jan 18, 2006 at 07:16:16PM -0500, Dennis Clarke wrote: I was surprised to not see a sparcv9 in there anywhere. Why? What would the benefit of a 64-bit zfs/zpool binary be? - Eric -- Eric Schrock, Solaris Kernel Development http://blogs.sun.com/eschrock

Re: [osol-discuss] 64-bit zfs ?

2006-01-18 Thread Robert Milkowski
Hello Dennis, Thursday, January 19, 2006, 1:16:16 AM, you wrote: DC # file /sbin/zfs DC /sbin/zfs: ELF 32-bit MSB executable SPARC Version 1, dynamically DC linked, not stripped Why do you think 64-bit version of /sbin/zfs would be needed? -- Best regards, Robert