#the proxmox pve get an orange triangle

1 messages · Page 1 of 1 (latest)

mighty beacon
#

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

drowsy zodiac
#

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?

mighty beacon
molten hinge
#

what version of home assistant is running here btw?

drowsy zodiac
#

I have updated it, but keep having to roll back to a date from a few months ago to get it back running again

molten hinge
#

they fixed this in the newest version 9.3 iirc, let me find patch notes

#

that is a common cause of ballooning size

mighty beacon
#

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

drowsy zodiac
#

i have tried that, i guess i will do that again and try to document and follow more closely this time

#

it doesn't look like anything is taking up space, but proxmox disk is definitely filling up on this pve somehow

mighty beacon
#

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

drowsy zodiac
#

That's the terminal of the pve for hassio, right?

mighty beacon
#

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

drowsy zodiac
#

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

mighty beacon
#

my /config directory is 1.6GB

mighty beacon
#

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)

hybrid cloud
#

Proxmox version is now at 7.2-14

mighty beacon
#

it is? will check. I haven't restarted it recently

hybrid cloud
#

No need to restart. Just hit the "Updates" tab

mighty beacon
#

looks like latest pve-manager is actually 7.2-15 🙂

#

Which pkg includes the ui-seen version number?

hybrid cloud
#

There ya go, I'm behind also

mighty beacon
#

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

hybrid cloud
#

@drowsy zodiac needs to follow the 2 steps mentioned above to get back on track

mighty beacon
#

are you the tteck who authored those scripts?

hybrid cloud
#

yes

mighty beacon
#

Sweet. Love them.

#

Good job

hybrid cloud
#

Thanks

mighty beacon
#

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?)

hybrid cloud
#

Always adding new stuff

mighty beacon
#

(not so sure about either of those being virtualised, other than to play with)

mighty beacon
#

getting anywhere @drowsy zodiac?

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

mighty beacon
#

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?

drowsy zodiac
#

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?

mighty beacon
#

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

drowsy zodiac
#

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?

mighty beacon
#

how did you install HA in proxmox?