rbd: enable setmetadata by default

this enables setmetadata flag by default.

fixes: #5328

Signed-off-by: yati1998 <ypadia@redhat.com>
This commit is contained in:
yati1998
2025-05-26 13:15:43 +05:30
committed by mergify[bot]
parent 67189cd3f4
commit a0074471ce
4 changed files with 6 additions and 6 deletions

View File

@ -48,6 +48,7 @@ make image-cephcsi
| `--fusemountoptions` | _empty_ | Comma separated string of mount options accepted by ceph-fuse mounter.<br>`Note: These options will be replaced if fuseMountOptions are defined in the ceph-csi-config ConfigMap for the specific cluster.` |
| `--domainlabels` | _empty_ | Kubernetes node labels to use as CSI domain labels for topology aware provisioning, should be a comma separated value (ex:= "failure-domain/region,failure-domain/zone") |
| `--enable-read-affinity` | `false` | enable read affinity |
|`--setmetadata` | `true` | Set metadata on volume |
| `--crush-location-labels`| _empty_ | Kubernetes node labels that determine the CRUSH location the node belongs to, separated by ','.<br>`Note: These labels will be replaced if crush location labels are defined in the ceph-csi-config ConfigMap for the specific cluster.` |
| `--radosnamespacecephfs`| _empty_ | CephFS RadosNamespace used to store CSI specific objects and keys. |
| `--logslowopinterval` | `30s` | Log slow operations at the specified rate. Operation is considered slow if it outlives its deadline. |