Translations:CephFS/14/en

From Alliance Doc
Jump to navigation Jump to search
    https://docs.ceph.com/en/nautilus/install/get-packages/
  • Configure Keys:

    • Create two files in your instance, each containing the access key. This key can be found in the rule definition, or in the Access Rules section of your share definition.

    • File 1: /etc/ceph/client.fullkey.shareName (e.g. client.fullkey.def-project-shareName-read-write)

      • contents:
        [client.shareName]
            key = AccessKey
        
    • File 2: /etc/ceph/client.keyonly.shareName (e.g client.keyonly.def-project-shareName-read-write)

      • contents:
        AccessKey
        
      • This file only contains the access key.
    • Own these files correctly to protect the key information:

      • Each file should be own to root