WARNING: getfattr not found, certain checks will be skipped
时间:2019-08-20 17:58:32 来源:igfitidea点击:
Ubuntu14.04中挂载Gluster卷,提示:
WARNING: getfattr not found, certain checks will be skipped
解决方法
getfattr是获取文件系统对象扩展属性的命令。安装attr包之后,我们可以得到这个命令。
attr是一个命令,用于XFS文件系统对象的扩展属性。
安装attr包
sudo apt-get install attr