Kraus, Sebastian
2020-Jul-02 18:04 UTC
[Samba] Multiprotocol File Sharing via NFSv4 and Samba
Hi all, are there any non-commercial solutions (apart from solutions like Dell EMC, IBM and NetApp) around that allow to simultaneously access the same file system via NFSv4 and Samba exports in a (nearly) non-conflicting manner, especially w.r.t. to NFSv4/Windows ACL incompatibilities? Best Sebatian ____________________ Sebastian Kraus Team IT am Institut f?r Chemie Geb?ude C, Stra?e des 17. Juni 115, Raum C7 Technische Universit?t Berlin Fakult?t II Institut f?r Chemie Sekretariat C3 Stra?e des 17. Juni 135 10623 Berlin Email: sebastian.kraus at tu-berlin.de
Strahil Nikolov
2020-Jul-02 19:07 UTC
[Samba] Multiprotocol File Sharing via NFSv4 and Samba
Hi Kraus, I know that Gluster can be exported over NFS-Ganesha (supports v4.X), Samba (protocol 1.0 in order to get 'real' permissions), Apple's stuff and if you rebuild the source - you can use the built-in gNFS (supports NFS v3 over tcp) all at once. Yet, I'm not sure about the ACLs, so you should either test it yourself or ask on the gluster mailing list. Deployment is quite easy for a distributed filesystem, so you can test it even on a single VM. Best Regards, Strahil Nikolov ?? 2 ??? 2020 ?. 21:04:12 GMT+03:00, "Kraus, Sebastian via samba" <samba at lists.samba.org> ??????:>Hi all, >are there any non-commercial solutions (apart from solutions like Dell >EMC, IBM and NetApp) around that allow to simultaneously access the >same file system via NFSv4 and Samba exports in a (nearly) >non-conflicting manner, especially w.r.t. to NFSv4/Windows ACL >incompatibilities? > >Best >Sebatian > >____________________ >Sebastian Kraus >Team IT am Institut f?r Chemie >Geb?ude C, Stra?e des 17. Juni 115, Raum C7 > >Technische Universit?t Berlin >Fakult?t II >Institut f?r Chemie >Sekretariat C3 >Stra?e des 17. Juni 135 >10623 Berlin > >Email: sebastian.kraus at tu-berlin.de
Andrew Walker
2020-Jul-02 20:54 UTC
[Samba] Multiprotocol File Sharing via NFSv4 and Samba
FreeNAS / FreeBSD have native NFSv4 ACLs. They do however lack kernel oplock support so there are perhaps some caveats in that regard. On Thu, Jul 2, 2020 at 3:07 PM Strahil Nikolov via samba < samba at lists.samba.org> wrote:> Hi Kraus, > > I know that Gluster can be exported over NFS-Ganesha (supports v4.X), > Samba (protocol 1.0 in order to get 'real' permissions), Apple's stuff > and if you rebuild the source - you can use the built-in gNFS (supports NFS > v3 over tcp) all at once. > > Yet, I'm not sure about the ACLs, so you should either test it > yourself or ask on the gluster mailing list. > > > Deployment is quite easy for a distributed filesystem, so you can test > it even on a single VM. > > Best Regards, > Strahil Nikolov > > ?? 2 ??? 2020 ?. 21:04:12 GMT+03:00, "Kraus, Sebastian via samba" < > samba at lists.samba.org> ??????: > >Hi all, > >are there any non-commercial solutions (apart from solutions like Dell > >EMC, IBM and NetApp) around that allow to simultaneously access the > >same file system via NFSv4 and Samba exports in a (nearly) > >non-conflicting manner, especially w.r.t. to NFSv4/Windows ACL > >incompatibilities? > > > >Best > >Sebatian > > > >____________________ > >Sebastian Kraus > >Team IT am Institut f?r Chemie > >Geb?ude C, Stra?e des 17. Juni 115, Raum C7 > > > >Technische Universit?t Berlin > >Fakult?t II > >Institut f?r Chemie > >Sekretariat C3 > >Stra?e des 17. Juni 135 > >10623 Berlin > > > >Email: sebastian.kraus at tu-berlin.de > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
Nico Kadel-Garcia
2020-Jul-03 01:20 UTC
[Samba] Multiprotocol File Sharing via NFSv4 and Samba
On Thu, Jul 2, 2020 at 2:16 PM Kraus, Sebastian via samba <samba at lists.samba.org> wrote:> > Hi all, > are there any non-commercial solutions (apart from solutions like Dell EMC, IBM and NetApp) around that allow to simultaneously access the same file system via NFSv4 and Samba exports in a (nearly) non-conflicting manner, especially w.r.t. to NFSv4/Windows ACL incompatibilities? > > Best > SebatianI've done it at a commercial scale with locally configured NFS on Linux clients and Samba for CIFS access on windows clients. It's very tricky to scale, and to maintain consistent privileges. NFSv4 map somewhat, but not *perfectly* to CIFS credentials. And lock files become an adventure, because clients *cannot* be entirely in sync with a centralized server, the constant monitoring and updating to be in tight4er and tighter sync themselves cost bandwidth and CPU. So collaboration working with the same files can require thoughtful programming to ensure atomic operation. I don't recommend it: I'd generally recommend picking one protocol or the other and using it everywhere. It's extraordinarily difficult to predict incompatibilities someone may run into with ocmmercial software, written to use lock files with *very* peculiar behavior. And of course there is the filesystem namespace collission issue. In NFS, README.md" is a different file from README.MD or readme.md, and resolving this with CIFS clients o the same workspace can be an adventure. There are many inexpensive office grade petabyte storage servers which rely on Samba internally and would probably serve your needs.
On 2020-07-02 at 18:04 +0000 Kraus, Sebastian via samba sent off:> are there any non-commercial solutions (apart from solutions like Dell EMC, IBM and NetApp) around that allow to simultaneously access the same file system via NFSv4 and Samba exports in a (nearly) non-conflicting manner, especially w.r.t. to NFSv4/Windows ACL incompatibilities?related to this topic the NFS4 ACL overview in the wiki: https://wiki.samba.org/index.php/NFS4_ACL_overview Bj?rn
Gaiseric Vandal
2020-Jul-12 23:37 UTC
[Samba] Multiprotocol File Sharing via NFSv4 and Samba
I have several Solaris files with ZFS file systems that share directories out via NFS and Samba. It has been working pretty well. Latest releases of Ubuntu and RedHat Enterprise Linux have added ZFS support. -----Original Message----- From: samba <samba-bounces at lists.samba.org> On Behalf Of Bj?rn JACKE via samba Sent: Monday, July 6, 2020 6:17 AM To: Kraus, Sebastian <sebastian.kraus at tu-berlin.de> Cc: samba at lists.samba.org; linux-nfs at vger.kernel.org Subject: Re: [Samba] Multiprotocol File Sharing via NFSv4 and Samba On 2020-07-02 at 18:04 +0000 Kraus, Sebastian via samba sent off:> are there any non-commercial solutions (apart from solutions like DellEMC, IBM and NetApp) around that allow to simultaneously access the same file system via NFSv4 and Samba exports in a (nearly) non-conflicting manner, especially w.r.t. to NFSv4/Windows ACL incompatibilities? related to this topic the NFS4 ACL overview in the wiki: https://wiki.samba.org/index.php/NFS4_ACL_overview Bj?rn -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba