-
I used imager
I created the cluster using:
In the
and apiVersion: v1alpha1
kind: VolumeConfig
name: IMAGECACHE
provisioning:
diskSelector:
match: 'system_disk'
minSize: 2GB
maxSize: 2GB After running the apply-config this shows in
What have I done wrong? 😅 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
When I use the uncompressed image After applying the config in the dashboard I see logs like:
![]() Full dmesg output here: https://gist.github.com/alongwill/e97e8f1a8ff14f9ca20560896cae1285
Image cache files appear to be present on disk:
I tried
|
Beta Was this translation helpful? Give feedback.
-
I increased |
Beta Was this translation helpful? Give feedback.
So look at your
/dev/vda
size now, I guess it doesn't have enough space to allocate STATE/EPHEMERAL, as I guess you have them by default pinned to the system disk.