Hi, I want to use Samba with ZFS volume, although I know 3.0.25c dose not work with ZFS volume. And I found modules/vfs_zfsacl.c on Samba-3.0.26. ( http://viewcvs.samba.org/cgi-bin/viewcvs.cgi/branches/SAMBA_3_0_26/source/modules/ ) But I can't find samba-3.0.26.tar.gz on samba.org. So, I have two question. 1. It is possible to download samba-3.0.26.tar.gz (or something another which can use with ZFS volume) ? 2. Or, Is there any schedule of release day, if there is nothing which can use with ZFS volume? Please help me,thanks very much. -- Yoshikuni.Yanagiya@Sun.COM
On Tue, 2007-08-28 at 09:58 +0900, Yoshikuni.Yanagiya@Sun.COM wrote:> Hi, > > I want to use Samba with ZFS volume, although I know 3.0.25c dose not > work with ZFS volume.Samba generally will work with any filesystem, the only condition is that it has to be posix compatible. WIth ZFS almost everything will work except native ZFS ACLs, that's what the vfs_zfsacl module is for.> And I found modules/vfs_zfsacl.c on Samba-3.0.26. > ( > http://viewcvs.samba.org/cgi-bin/viewcvs.cgi/branches/SAMBA_3_0_26/source/modules/ > ) > But I can't find samba-3.0.26.tar.gz on samba.org.After 3.0.25 we decided to change the minor release number because of the amount of changes and the change in license (GPLv2->GPLv3), so the next release, which correspond to the former 3.0.26 code base, is now 3.2.0 and will be released eventually before the end of the year. Simo. -- Simo Sorce Samba Team GPL Compliance Officer email: idra@samba.org http://samba.org
Thomas Flaig
2007-Aug-30 07:05 UTC
Any filesystem for Samba shares? (Was: Re: [Samba] How to use ZFS volume)
Hello, Am Mittwoch, 29. August 2007 19:45 schrieb simo:> On Tue, 2007-08-28 at 09:58 +0900, Yoshikuni.Yanagiya@Sun.COM wrote: > > I want to use Samba with ZFS volume, although I know 3.0.25c dose not > > work with ZFS volume. > Samba generally will work with any filesystem, the only condition is > that it has to be posix compatible.Do you really mean any filesystem or only any local filesystem? I thought that nfs-filsystems should be a posix compatible filesystem. Or is nfs not posix compatible? Last week I have learned on this mailing list, that it is not always a good idea to have samba shares on nfs-filesystems. (Volker Lendecke even wrote on this list that this is not supported). For References see: Message-Id: <200708211725.21894.thomas.flaig@unibw.de> Message-Id: <E1INW5d-0003BK-4O@intern.SerNet.DE> and the answers to these mails on this mailing list. Sure, if we add | kernel oplocks = no to the global part of our smb.conf file, sharing smb-shares on nfs-filesystems seems to work. Thomas -- Thomas Flaig mailto: thomas.flaig@unibw.de
2007/8/29, Peter Baumgartner <sgt.hulka@gmail.com>:> On 8/29/07, Nicolas Dorfsman <ndorfsman@gmail.com> wrote: > > > > I did use samba 3.0.25c with vfs_zfsacl module downloaded from 3.2.0 branch. > > It seems to work perfectly. > > > > Nicolas, did you need to rebuild Samba or can that module be > integrated into the existing solaris binary?You just need to build vfs module and install it in lib/vfs/ Nicolas