Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
> From: Lars Ellenberg <Lars.Ellenberg at linbit.com> > Subject: Re: [DRBD-user] Re: acl support with drbd - revisited > To: drbd-user at lists.linbit.com > Message-ID: <XyTdHZWLIfklPjXidlp9fyg=lge at web.de> > Content-Type: text/plain; charset=us-ascii > > / 2004-10-23 13:52:17 -0500 > \ john little: > >>>Hello all, >>> >>>I am attempting to use acl support with drbd. So far I haven't been >>>able to get the acl's to failover properly. (At least I think that's the >>>problem-if there is some other reason that you know of please let me >> >>know). >> >>>Setup: >>>2 x SLES 8 Servers >>>2 x drbd version: 0.7.4, setup with heartbeat to start smb, nmb, winbind >> >>Hello all! >> >>I previously wrote the above post and received several good ideas which >>I have implemented-or attempted to. >> >>One of these was to go to SLES 9 which I did. I also went with >>reiserfs. I can't seem to get the syntax correct in the haresources >>file for drbd to mount the devices with acls. My syntax: >>fp3la 128.1.245.240/16 drbddisk::drbd0 >>Filesystem::/dev/nb0::/www::reiserfs::rw::acl::user_xattr. > > > of course needs to be one line, or the first ending in \ Yes of course :) > > and it should read > Filesystem::/dev/nb0::/www::reiserfs::rw,acl,user_xattr Ok that did it. Thanks for your help. John > > which will translate to > mount -t reiserfs -o rw,acl,user_xattr /dev/nb0 /www > > > Lars Ellenberg >