Hi,
in the Ceph configuration file /etc/ceph/ceph.conf you define a non-standard path for parameter "keyring" in section global:
root@ld4257:/# more /etc/ceph/ceph.conf
[global]
auth client required = cephx
auth cluster required = cephx
auth service required = cephx
cluster network = 192.168.100.8/29
fsid = fda2f219-7355-4c46-b300-8a65b3834761
keyring = /etc/pve/priv/$cluster.$name.keyring
[...]
Why are you doing this?
The downside of this is that I cannot use a custom keyring with different permission and ownership demands because any file copied to /etc/pve/priv/ gets permission 600 and ownership root:www-data.
But I need to modify group ownership and set permission 640.
Any advice?
THX
in the Ceph configuration file /etc/ceph/ceph.conf you define a non-standard path for parameter "keyring" in section global:
root@ld4257:/# more /etc/ceph/ceph.conf
[global]
auth client required = cephx
auth cluster required = cephx
auth service required = cephx
cluster network = 192.168.100.8/29
fsid = fda2f219-7355-4c46-b300-8a65b3834761
keyring = /etc/pve/priv/$cluster.$name.keyring
[...]
Why are you doing this?
The downside of this is that I cannot use a custom keyring with different permission and ownership demands because any file copied to /etc/pve/priv/ gets permission 600 and ownership root:www-data.
But I need to modify group ownership and set permission 640.
Any advice?
THX