#the proxmox pve get an orange triangle
1 messages · Page 1 of 1 (latest)
nothing on the console? where is orange triangle? Anything in task history?
how did you install/configure HA in proxmox? Mine is running with 32GB fine
i know, it's nuts that it's taking so much space!! when you say the console, do you mean the console of the pve for ha, or the ha console itself?
what version of home assistant is running here btw?
right now
Home Assistant Supervisor 2022.07.0
Home Assistant OS 8.1
Kernel version 5.15.41
Agent version 1.2.1```
I have updated it, but keep having to roll back to a date from a few months ago to get it back running again
https://www.home-assistant.io/integrations/logger/ if you used logger in your configuration.yaml with no set log level it will default to debug or something crazy
they fixed this in the newest version 9.3 iirc, let me find patch notes
that is a common cause of ballooning size
Why not do a new install of HA, then restore a backup into it?
if size was actually ballooning, you'd be able to see something increasing
i have tried that, i guess i will do that again and try to document and follow more closely this time
the other strange thing is that I have this: https://imgur.com/a/n5VgUKN
it doesn't look like anything is taking up space, but proxmox disk is definitely filling up on this pve somehow
I use a one-line script to install HAOS in proxmox. From https://tteck.github.io/Proxmox/
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/vm/haos-vm-v4.sh)"
Fast, repeatable
If you think it's the logger, turn it off/down, and restart HA
But seriously, if it's guest-VM storage, it will show up in the terminal df/du etc
That's the terminal of the pve for hassio, right?
it's very hard to tell what's going on from there, with all the volume-mounts etc. Start from Terminal add-on to HA
That I have. And du in there. I see what you're saying. Ok I will give this all a shot. I really appreciate the help. It's been frustrating not knowing quite enough to work it out
my /config directory is 1.6GB
FYI my proxmox is latest 7.2-11
And my HA is:
Home Assistant 2022.11.4
Supervisor 2022.11.2
Operating System 9.3
Frontend 20221108.0 - latest
Which is a few minor bumps since I installed it using script (but that will do latest afaik)
Proxmox version is now at 7.2-14
it is? will check. I haven't restarted it recently
No need to restart. Just hit the "Updates" tab
looks like latest pve-manager is actually 7.2-15 🙂
Which pkg includes the ui-seen version number?
There ya go, I'm behind also
I doubt those minor versions have any significant impact
My update is running
Done
I guess I update check my pfsense more often than my proxmox
@drowsy zodiac needs to follow the 2 steps mentioned above to get back on track
are you the tteck who authored those scripts?
yes
Thanks
It's the first place I check, when I want to play with some new proxmox thing
Are you actively adding new things to it? (like truenas, or octoprint?)
Always adding new stuff
(not so sure about either of those being virtualised, other than to play with)
getting anywhere @drowsy zodiac?
so i've had a chance to handle this and get a fresh new instance running. The space available in df -h is dwindling consistently.
I just made a snapshot before going in to do some upgrade work, and now I'm at 98% utilization rate.
I guess one of my main issues is that I don't have any experience/knowledge on the proxmox side of things. I don't know how to find out what's taking up space, how much space is left, etc.
any advice in this area would be much appreciated. Short of just allocating additional GB's to this particular PVE I don't know how to manage this space issue. And, I guess, that's aside from getting to the bottom of what is causing HA to grow by leaps and bounds
The problem doesn't sound like proxmox, sounds like your HA is using up storage. You need to find where, and stop/cap the usage
My usage is fairly flat at about 12/30G used
Have you set any logging to debug?
i don't think so, but how can I check for sure?
is there a way i can figure out which files in proxmox are taking up the most space?
The files aren't really in proxmox, they're in the VM
logging config would be in your configuration.yaml. Mine is:
logger:
default: info
# logs:
# homeassistant.components.automation.send_to_pvoutput: debug
# homeassistant.components.rest_command: debug
# homeassistant.components.iotawatt: debug
# homeassistant.components.goodwe: debug
I had a few things at debug, while I debugged them, but turned them off
I've gone back to bare metal install of proxmox....reinstalled home assistant (i made two different pve's, one clean and one i restored a backup copy of home assistant.
My question is.......when i run snapshots, I get this:
completed saving the VM state in 1m 53s, saved 1.63 GiB
snapshotting 'drive-scsi0' (local-lvm:vm-101-disk-1)
WARNING: You have not turned on protection against thin pools running out of space.
WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
Logical volume "snap_vm-101-disk-1_clean_hassio_install" created.
WARNING: Sum of all thin volume sizes (<144.99 GiB) exceeds the size of thin pool pve/data and the amount of free space in volume group (16.00 GiB).
snapshotting 'drive-efidisk0' (local-lvm:vm-101-disk-0)
WARNING: You have not turned on protection against thin pools running out of space.
WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
Logical volume "snap_vm-101-disk-0_clean_hassio_install" created.
WARNING: Sum of all thin volume sizes (144.99 GiB) exceeds the size of thin pool pve/data and the amount of free space in volume group (16.00 GiB).
TASK OK
since i think disk space is the root of my issue, i'm concerned that something I'm doing is causing some kind of issue......
Any advice on this?
how did you install HA in proxmox?