Search results

  1. G

    Proxmox Virtual Environment 9.1 available!

    It's a little weird container inside a container. I think inside a VM is the way to achieve better performance. And needs to mention that LXC reboots when migrate.
  2. G

    Proxmox Virtual Environment 9.1 available!

    Do a backup beforehand is highly advisable.
  3. G

    Proxmox Virtual Environment 9.1 available!

    Wow! Datacenter bulk actions??? This in come im handy. I asked this feature a long time ago... https://bugzilla.proxmox.com/show_bug.cgi?id=4200 Thank you guys... You are amazing.
  4. G

    [SOLVED] Unable to delete snapshot using volume-chain

    Hi Just a follow up about this issue. It's seems to be solved after some last updates. Thanks.
  5. G

    Proxmox installation on Proliant BL460

    brctl show will help too and ss -atpn | grep :8006 df -h systemctl status pve-proxy cat /etc/hosts
  6. G

    Proxmox installation on Proliant BL460

    In order to better assist, we need to know the content of the files and commands ouput cat /etc/network/interfaces dmesg | grep -i eth ip a
  7. G

    Glusterfs is still maintained. Please don't drop support!

    Hi there. Just to clarify: one can still use glusterfs as a directory based storage. I've been doing it for years now, and works fine with any Proxmox VE version or Qemu. Just my 2 cents.
  8. G

    Opt-in Linux 6.17 Kernel for Proxmox VE 9 available on test & no-subscription

    https://forum.proxmox.com/threads/opt-in-linux-6-17-kernel-for-proxmox-ve-9-available-on-test-no-subscription.173920/
  9. G

    [SOLVED] Decreasing disk size

    Make sure you do a backup, BEFOREHAND. (Just a double advice!)
  10. G

    [SOLVED] Decreasing disk size

    Usually the vm disks are in LVM volume Try in the shell lvs Alternativaly you can use a grep filter lvs | grep 100 But like @Impact said, needs to see /etc/pve/storage.cfg to be sure how the storage layout.
  11. G

    Opt-in Linux 6.17 Kernel for Proxmox VE 9 available on test & no-subscription

    I don't think so. At least I have installed this kernel 6.17 in a bunch o PVE 9 using no-sub repo.
  12. G

    [SOLVED] Unable to delete snapshot using volume-chain

    Hi I have create a snapshot and than detach a 32G second disk. After that I was unable to delete a snapshot. Even after reatach de detached disk. So, I went ahead and remove the snap_lvm thing with lvremove Now I can't initiate the VM TASK ERROR: qemu-img: Could not open...
  13. G

    ZFS Storage replication: is there any way to use other Target instead that one included in cluster?

    Hi... I am trying use another target, and therefor use other network to make the ZFS Replication. But when I tried I got this error: pvesr create-local-job 100-0 rep_link1 --schedule "*/5" Target 'rep_link1' does not exist. rep_link1 is inside /etc/hosts, pointed to another IP address/link...
  14. G

    Proxmox VE 9 existing ZFS vdev expansion?

    Any RAID is not a backup. Doesn't matter how is do it: hardware or software. RAID is RAID. Backup is another thing...
  15. G

    Proxmox VE 9 existing ZFS vdev expansion?

    I know almost nothing about zfs and related stuff, but it's should not be a resilvering in place at this point? But I guess a resilver is just well loose some vdev in the same raid-z, right?
  16. G

    Proxmox VE 9 existing ZFS vdev expansion?

    i guess it could benefit cauze you will have like replica 2 instead just 1. But I am not an expert at all. Just guessing...