DirectAdmin Task Queue Log - Every minute

Nickske00

Verified User
Joined
Nov 30, 2015
Messages
89
Hi,

I was looking at my logs today and noticed that in the 'DirectAdmin Task Queue Log' this entry is repeated every minute;
Code:
....
2022:02:01-13:23:01: auto detect filesystem type: quota_partition=/ : but ext4 is used for /. Setting xfs_on_domains=0
2022:02:01-13:24:01: auto detect filesystem type: quota_partition=/ : but ext4 is used for /. Setting xfs_on_domains=0
2022:02:01-13:25:01: auto detect filesystem type: quota_partition=/ : but ext4 is used for /. Setting xfs_on_domains=0
2022:02:01-13:26:01: auto detect filesystem type: quota_partition=/ : but ext4 is used for /. Setting xfs_on_domains=0

Is this normal or is there a setting I need to set?
 
Thanks, but for future reference, the notice should do as it says, set the config value itself and restart DA or make it clear it expects you to set it. 'Set xfs_on_domains=0 in directadmin.conf' instead of 'Setting xfs_on_domains=0'.

The documentation you are pointing to is also out of date because the only setting related to xfs mentioned on the page is no longer in use. Doing 'directadmin set use_xfs_quota 0 restart' gives an error.
 
Back
Top