[BlueOnyx:23340] Re: EasyMigrate error

Michael Stauber mstauber at blueonyx.it
Tue Oct 15 14:59:15 -05 2019


Hi Maurice,

> ERROR: Unable to get target Vsite baseline.
> 
> /var/log/messages shows an error, perhaps related, but why is it failing?
> 
> Oct 15 21:19:59 centos8 cced(smd)[9701]: client
> 0:handlers/base/vsite/vsite_create.pl: CREATE  VirtualHost ipaddrIPv6 =
> [...]
> handlers/base/disk/modquota.pl failed

I had a similar issue yesterday and I think I know what this is.

Check /etc/fstab on your server. Or check with "mount" what it reports.

~]# cat /etc/fstab|grep /home
/dev/mapper/VolGroup00-home /home                   xfs
defaults,grpquota,usrquota        0 0

~]# mount |grep /home
/dev/mapper/VolGroup00-home on /home type xfs
(rw,relatime,attr2,inode64,usrquota,grpquota)

As you can see: If properly configured /home should have the options
"defaults,grpquota,usrquota" set in /etc/fstab in order to have disk
quota active.

Due to an oversight of mine the "yum groupinstall blueonyx" proecedure
didn't do that for XFS. It only enabled quota on /, but not on /home as
well.

The fix is easy. Run /usr/sausalito/scripts/enableQuota.sh as "root" and
then reboot. That will make all the required changes for you to properly
enable quotas.


-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list