Author Topic: Problem - eBox 1.4 - XFS partition with acl option  (Read 2651 times)

Joao Correia

  • Zen Apprentice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
    • Genectiva - Intelligent Systems
Problem - eBox 1.4 - XFS partition with acl option
« on: April 15, 2010, 05:02:15 pm »
Hello,

I am sorry if it is wrong to post here, but here it goes.

I have installed eBox 1.4 and followed the install documentation. i have made 4 software raid1 drives and an external drive for backup purposes.
Code: [Select]
/dev/md0     /boot
/dev/md1     /
/dev/md2     /var
/dev/md3     /home
/dev/sdc2    /localbackup

fstab
Code: [Select]
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/md1
UUID=8e0d8d9a-f662-40b7-9b4a-9600e8623670 /               ext3    relatime,errors=remount-ro 0       1
# /dev/md0
UUID=16d8f6b3-96f5-4466-8b3e-378ef79b989c /boot           ext3    relatime        0       2
# /dev/md3
UUID=2a40e358-d1e6-4fcb-8056-d045a5ae84cf /home           xfs     relatime,usrquota,grpquota,acl        0       2
# /dev/md2
UUID=0dd04f1a-5bb5-4e61-ba1d-9bfd41ef0df3 /var            xfs     relatime        0       2
# /dev/sdc1
UUID=38a26337-8f0f-4c18-8688-e528829ced1d none            swap    sw              0       0
# /dev/sdc2
/dev/sdc2 /localbackup ext3 defaults,errors=remount-ro 0 0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0

At boot time, everything was working fine, but md3 was showing resyncing, after finishing something went very wrong, it was no longer mounted. and as i tried to mount it, the logs were saying :
Code: [Select]
Apr 15 14:30:04 svr01 kernel: [56905.656603] XFS: unknown mount option [acl].
Going a little further, i have disabled de acl option on fstab, but i do not know if this is the best solution for this problem.

Can someone help me on this? Is there anything to provide? config files, more info on the system?

Please HELP.

Thanks.
João Correia
Genectiva - Intelligent Systems
http://www.genectiva.com

bert.vorenholt

  • Zen Apprentice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Problem - eBox 1.4 - XFS partition with acl option
« Reply #1 on: August 11, 2010, 02:14:10 am »
Same for me.

J. A. Calvo

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1986
  • Karma: +67/-3
    • View Profile
    • http://blogs.zentyal.org/jacalvo
Re: Problem - eBox 1.4 - XFS partition with acl option
« Reply #2 on: August 11, 2010, 03:40:42 am »
This was a known bug, it was fixed on ebox-samba 1.5.3.

I suppose you can workaround it just by editing your /etc/fstab file and removing the "acl" option from the xfs partition.
Zentyal Server Lead Developer

bert.vorenholt

  • Zen Apprentice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Problem - eBox 1.4 - XFS partition with acl option
« Reply #3 on: August 11, 2010, 11:44:14 am »
This was a known bug, it was fixed on ebox-samba 1.5.3.

Sorry, I missed that. I searched with Google and came accross this topic, so I responded.  :-[

I suppose you can workaround it just by editing your /etc/fstab file and removing the "acl" option from the xfs partition.

Thanks for your prompt answer!