UserVolumeConfig Unit size??? #10947
Answered
by
smira
DrummyFloyd
asked this question in
Q&A
-
i don't find anything related to the Unit used for the it's only limited to which one is recommended ? apiVersion: v1alpha1
kind: UserVolumeConfig
name: ceph-data # Name of the volume.
# The provisioning describes how the volume is provisioned.
provisioning:
# The disk selector expression.
diskSelector:
match: disk.transport == "nvme"
maxSize: 50GiB #
... |
Beta Was this translation helpful? Give feedback.
Answered by
smira
May 8, 2025
Replies: 1 comment
-
You can use either |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DrummyFloyd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use either
GiB
,GB
,MiB
or bytes, please note thatGiB
andGB
are different units.