用root-squash root权限访问GlusterFS卷

我想导出我的glusterfs卷与选项server.root-squash启用,以便客户端(我无法控制)不能在卷上作为执行操作。

然而,作为pipe理员,我仍然希望能够以root身份(至less从服务器)访问文件,以便我可以更改权限并运行rsync。

使用NFS,如果我启用了root-squash,我仍然可以login到服务器并以root身份执行操作。

我怎样才能获得与gluster相同的结果?