Some non-obvious things in the config
cat /etc/ganesha/ganesha.conf
EXPORT
{
Export_ID=1;
Path = "/nfs-stage";
Pseudo = "/nfs-stage";
Access_Type = RW;
Protocols = 4;
Transports = TCP;
Anonymous_Uid = 1000;
Anonymous_Gid = 1000;
FSAL {
Name = RGW;
User_Id = "nfs-stage";
Access_Key_Id ="ACCESS_KEY";
Secret_Access_Key = "SECRET_KEY";
}
CLIENT
{
Clients = 10.10.0.0/24;
Squash = None;
Access_Type = RW;
}
}
RGW {
ceph_conf = "/etc/ceph/ceph.conf";
name = "client.admin";
cluster = "ceph";
init_args = "--keyring=/etc/ceph/ceph.client.admin.keyring";
}
#LOG {
# Facility {
# name = FILE;
# destination = "/var/log/ganesha.log";
# enable = active;
# }
#}
Комментариев нет:
Отправить комментарий