#nabox disk resize help
1 messages · Page 1 of 1 (latest)
Doesn't look like it is, I'll work on that.
@old matrix just increase your vmdk size and reboot
I have done
it should have been done automatically
But data is still 200g
311
ok. WHat does lvdisplay;fdisk -l /dev/vg_data/lv_data say ?
I'm trying to understand why it has not been done automatically.
Did you stop nabox, change vmdk size, reboot, and then lvextend ?
Vmware team resized disk 3 and i rebooted
Can you tell me how to resize the fs? This is our productive grafana
odd. I'll have to look into this.
What happened is you didn't use -r so the filesystem didn't grow with the LV
Can i rerun lvextend with-r?
resize2fs /dev/vg_data/lv_data
Resize2fs is Not installed?
definitely should be
mmm. did you log in with root ?
Oh yes
or admin then su ?
root is good
really odd. Ok go ahead from within nabox-api then
resize2fs /dev/vg_data/lv_data
Same commando?
No resize2fs there to
apk list -I e2fsprogs
Sorry about that apk list -I e2fsprogs-extras
Should be there since 3.0.5
I have always updated
can you re-upload the upgrade package ? Don't go with the upgrade, just upload it ?
apk add --no-network --allow-untrusted apk/*
Done
you should have e2fsprogs-extra
ok
go ahead
❤️
Is there a possibility to report that when the volume gets full?
not currently, you can use the REST API to get a status of FS usage and alert accordingly though