Recent content by GoZippy

  1. G

    [PVE7] - wipe disk doesn't work in GUI

    THIS ^^^ was the way. Simply go to the Node, Disks, LVM, select the correct ceph-XXX-XX-XX-XX-XXX volume group associated with the disk you wiped ( you can see with "lsblk" and "lvscan" from the cli to confirm but the GUI does show you the location /dev/sdx so all you need to really worry about...
  2. G

    FreeDOS VM shared storage

    you are right - I was wondering if there was any way to get it to work but the abstraction layer is there for a reason lol.
  3. G

    FreeDOS VM shared storage

    Any way to share VM storage from FreeDOS as a VM on Proxmox with attachable something like virtual USB drive storage?
  4. G

    Is it possible to install Proxmox on WSL2 Debian distro with GPU passthrough?

    Thanks for this. I went to the Nvidia site but they only reference Enterprise devices which are for the most part unobtainable by consumers like me... So I went to Nvidia developer forums to ask about 4080 support... Haven't heard back yet. I'll let you know if it works.
  5. G

    Is it possible to install Proxmox on WSL2 Debian distro with GPU passthrough?

    any update on this 2years later? I am looking to have a node for pm on my windows host machines to make use of additional hardware infrastructure I have without needing to change those machines main purpose so this would be an ideal solution and also allow me to have some additional redundancy...
  6. G

    Resize /dev/pve/data and transfer it to /dev/pve/root

    This came in handy so many times over the years - still works today. Should make this part of official docs for troubleshooting root partition size full... I use ceph and mon and other stuff fills up default small proxmox installer root size while leaving large thin data partition which we...
  7. G

    ceph report low on monitor space

    https://forum.proxmox.com/threads/lib-modules-filling-up-hard-drive.39199/ use his script - works wonders to clean up hdd on proxmox - and many other linux boxes with some modifications
  8. G

    Help Please /dev/mapper/pve-root 100%

    change log level and delete old logs you dont need... I had gigs of logs going that killed root for some reason the default was to store to root partition... so I ended up just killing the node... restore to other node any vm I need... migrate all over that I could and restore from replicas on...
  9. G

    [SOLVED] pfSense in a VM with HA

    Any better places to read more on this topic? I have OPNsense inside VM and would like to have a hot swap to go live with while I am doing updates on one or the other so network on the lan side is not affected or otherwise piss off the wife and kids just because I need to do an opdate on the...
  10. G

    Upload ISO fails - wrong file extension

    Trying to upload the file I downloaded directly from ubuntu (22.04 server) and it won't let me upload it. File name has (1) at end for some reason. Again - I download directly rom ubuntu website and do not have that file in my folder so it should not be added the (1) (2) at the end... looks...
  11. G

    URGENT - High IO delay 90+% on newly configured system

    Please say how to check MTU to storage you mention. My issue was I forgot to uncheck ceph noOut after I did maintenance - duh... but found your post and am wondering what exactly you mean. MTU to storage... ?
  12. G

    Local storage of updates

    https://www.linuxtechi.com/setup-local-apt-repository-server-ubuntu/ Something like this - but maybe I put it on a VM on my cluster and just change the repo lists locally on each node to point to my own hosted one.. anyhow - just wondering if anyone else has experience setting up a local clone...
  13. G

    Local storage of updates

    Any easy way to setup a local storage for updates so I can have each node pull updates from local storage instead of making them one by one hit the Internet and download the same thing over and over again till all nodes are updated? Trying to see if I can streamline updates from local storage...
  14. G

    How to add templates or ISO to Proxmox available templates

    Is there a way to submit for inclusion in the default list of templates and ISOs - repo- for all PM installs? I'd like to know where we can request or simply link to official releases and upload or ask to include in the list various ISO and Templates... I see almalinux-8 is added now - but I...