Enabling bucket logging by using the Guaranteed option
Use the default CephFS storage class or ReadWriteMany PersistentVolumeClaim (RWX PVC) to enable bucket logging for the guaranteed option.
Enable guaranteed bucket logging by using the NooBaa Custom Resource (CR) in one of the following ways:
-
By using the default Cepheus storage class:
bucketLogging: { loggingType: guaranteed } -
By using the RWX PVC that you created:
Important: Make sure that the PVC supports RWX.bucketLogging: { loggingType: guaranteed bucketLoggingPVC: <pvc-name> }