#the qcow2 disk requires a dir storage I
1 messages ยท Page 1 of 1 (latest)
Run this
wget https://github.com/home-assistant/operating-system/releases/download/11.0/haos_ova-11.0.qcow2.xz
unxz haos_ova-11.0.qcow2.xz
qm disk import VMID haos_ova-11.0.qcow2 STORAGE
That will probably work with pure LVM as well but thin is quite nice. You could create a thin pool/volume?
It's 1 command and a few clicks and gives you snapshots and thin provisioning.
When I installed PVE on this machine, I was looking for the pure performance, and LVM was by far the best ๐
I'm in a VM right now...
root@proxmox:~/HASS_QCOW2_DISK# qm disk import 106 haos_ova-11.1.qcow2 NVME_SMS
ERROR: unknown command 'qm disk'
Huh. What's your PVE version?
6.4-15
yes, it is ..
unfortunately I've got no time to do proper backups to PBS (lots of VMs running in PROD) ... & updating to latest
No problem. Keep me updated
@open mortar both links lead to 8.x documentation...
Proxmox doesn't keep docs for old versions ๐คท
qm importdisk <VMID> <THEVM_DISK>.qcow2 <Target_Storage> --format raw
worked, though.. only 32 gig..
That's expected.
yeah, but now it's a "raw" disk (as in lvm), they aren't resizable on demand
I didn't tell you to use raw and I don't know your storage setup.
They are resizable, btw. LVM-Thin?
no, no thin..
Why not? You can use the disk button the extend it.
When the host was setup, only LVM storage was chosen. No "disk" no "lvm-thin"
You really want thin for snapshots and the like. You could create a thin volume on LVM but it's not really related to this thread.
qm resize 106 virtio1 +28G did the job, now it's 60G. Now I gotta detatch the old disk, adjust boot to the new one and restore backup, and see if all is good....
Those ...s make everything you say come of kind of passive aggressive.
oh, sorry about that ๐
Not passive-aggressive or aggressive at all.
2024-04-08 19:37:38.602 INFO (MainThread) [supervisor.homeassistant.core] Starting HomeAssistant landingpage
2024-04-08 19:37:38.615 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 12.1 / BootSlot A
2024-04-08 19:37:38.616 WARNING (MainThread) [supervisor.jobs] 'GitRepo.clone' blocked from execution, not enough free space (0.6GB) left on the device
2024-04-08 19:37:38.616 ERROR (MainThread) [supervisor.store] Can't add repository https://github.com/hassio-addons/repository due to 'GitRepo.clone' blocked from execution, not enough free space (0.6GB) left on the device
2024-04-08 19:37:38.616 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_reload - store / a0d7b954
2024-04-08 19:37:38.616 INFO (MainThread) [supervisor.resolution.module] Create new issue fatal_error - store / a0d7b954
2024-04-08 19:37:38.616 WARNING (MainThread) [supervisor.jobs] 'GitRepo.clone' blocked from execution, not enough free space (0.6GB) left on the device
2024-04-08 19:37:38.616 ERROR (MainThread) [supervisor.store] Can't add repository https://github.com/esphome/home-assistant-addon due to 'GitRepo.clone' blocked from execution, not enough free space (0.6GB) left on the device
2024-04-08 19:37:38.616 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_reload - store / 5c53de3b
2024-04-08 19:37:38.616 INFO (MainThread) [supervisor.resolution.module] Create new issue fatal_error - store / 5c53de3b
2024-04-08 19:37:38.616 WARNING (MainThread) [supervisor.jobs] 'GitRepo.clone' blocked from execution, not enough free space (0.6GB) left on the device
2024-04-08 19:37:38.616 ERROR (MainThread) [supervisor.store] Can't add repository core due to 'GitRepo.clone' blocked from execution, not enough free space (0.6GB) left on the device
HAOS should grow the file system at boot. Can you check lsblk and df -h inside the VM?
let me do a quick reboot
after reboot, it greeted me.. now uploading the backup
How long does it usually take to restore 1.5G backup ?
Not sure. Best to ask this in the other channels. You can tag me if you want a answer from me specifically.
restored, all good - sees 58Gig
damn.. addons aren't working now ...
adguard home, esphome ... in settings -> addons shows them as "running" but when I click on the menu - "asks me to start xyz"
Restores require a reboot. Sadly it's not mentioned anywhere.
Would be nice if proxmox (6x (even though EOL) & latest) was added to the website - would help other PVE users.
You can contribute to the docs. PVE 6 is EOL, btw: https://forum.proxmox.com/threads/proxmox-ve-support-lifecycle.35755/
I know, still - a lot of users use it ๐