2010/3/28 Frank Lahm <[email protected]>: > 2010/3/28 Ante Karamatić <[email protected]>: >> On 27.03.2010 17:38, Frank Lahm wrote: >> >>> deb http://ppa.launchpad.net/ubuntu-ha/ppa/ubuntu lucid main >> >> It's: >> >> deb http://ppa.launchpad.net/ubuntu-ha/lucid-cluster/ubuntu lucid main >> >> that was an error on the wiki. > > Thank you very much for you help and the guide! I've now already > completed initial application benchmarking. Seems OCFS2 beets the > pants out of GFS2. > <https://sourceforge.net/apps/mediawiki/netatalk/index.php?title=Lantest_Results> > > Unfortunately OCFS2 still has no Extended Attributes while GFS2 does. > These are starting to get a requirement for my application (Netatalk).
Although official Oracle documentation indeed suggests that: <http://oss.oracle.com/osswiki/OCFS2/NewFeaturesList> "Extended Attributes Required Kernel: Linux 2.6.28 Required Tools: Ocfs2 Tools 1.4.4 (not yet released)" I can use EAs after creating an OCFS fs with xattr support: # mount | grep ocfs /dev/sdb on /mnt type ocfs2 (rw,_netdev,cluster_stack=pcmk) # cd /mnt/ # setfattr -n user.test -v bla file # getfattr file # file: file user.test Cheers, Frank -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
