Search results

  1. D

    Problem ZFS Pool Space

    Hi i fix by remove the only one snapshot i have, now the space used is normal:
  2. D

    Problem ZFS Pool Space

    Hi everyone I have this problem, the zfs pool is almost full as you can see it: But this pool contains only this vm disk: VM-101-DISK-0 Size: 526.13GB In a shell this is the output of this command "zfs list -r zpool01": As you can see the space of vm disk in 308GB but used 808GB, this pool has...
  3. D

    Question About Prune Datastore

    Ok so it remove the snapshot and recover some freespace from datastore right?
  4. D

    Question About Prune Datastore

    Hi all I have a question, when i click on this icon here: Is the equivalent of prune all the snapshot of the vm? Thanks
  5. D

    Problem with USB Ethernet Adapter

    Hi could be the kernel update, but check the apt log file the last update was 2-3 weeks ago, btw i keep monitoring.
  6. D

    Problem with USB Ethernet Adapter

    @leesteken Hi thx for answering. This setup has been running for 2 years and never have this problematic before, so i don't think is cause by "usb controllers" with this "usb devices". Anyway the fact is disconnecting i don't get why and it's reconnect with a different device number. I keep...
  7. D

    Problem with USB Ethernet Adapter

    Hi everyone Today customer call me because they are without internet access, pve have 2 ethernet nic adapter and one of each is an usb ethernet adapter key. And i noticed in /var/log/syslog this: From what i see the usb key has been disconnected for unknown reason apparently and then is...
  8. D

    Replace failed zfs disk

    if it works, it works :) I don't change nothing i'll leave it as it is
  9. D

    Replace failed zfs disk

    Hi thanks for answer, i'm not an zfs expert so i don't if this features i need or not, having said that this system is a proxmox backup server so i think can i do zpool upgrade right?
  10. D

    Replace failed zfs disk

    Hi guys I replace a "faulted" zfs disk and the process finished without errors, but i receive this message: Some supported and requested features are not enabled on the pool. The pool can still be used, but some features are unavailable. action: Enable all features using 'zpool...
  11. D

    Replication Job Failed

    Hi guys i change the default port ssh "22" to "2222" on three nodes cluster, after that change, start receiving notify email regarding job replication failure this is the content email: Replication job 100-0 with target 'pve02' and schedule '*/5' failed! Last successful sync: 2024-10-02...
  12. D

    Automatic Updates

    hi yes i already saw that post, but the question is reccomended to do upgrade automatic, at the moment i do manual update, but when you have 20-30 proxmox instance to upgrade it takes time
  13. D

    Automatic Updates

    Hi everyone since i have a few server proxmox to manage, ill'ask yours if i can run a cronjob to do automatic updates on the server?
  14. D

    [SOLVED] Problem after upgrade from 7 to 8

    Fix by doing this command on each node: systemctl status pve-ha-lrm.service pve-ha-crm.service
  15. D

    [SOLVED] Problem after upgrade from 7 to 8

    UPDATE: I fix the prbolem with running again "dpkg --configure -a" and after force reboot with "reboot -f" now the pve01 doesn't have joq in queque or service in "stop" state. But in Datacenter>HA the two VM still in "deleting" state but if i do on pve01 "qm list" not show anything, and i...
  16. D

    [SOLVED] Problem after upgrade from 7 to 8

    Hi guys i have 2 node cluster with pbs as QDevice. The 2nd node i upgrade without problem after that i migrate the 2 vm from pve01 to pve02 and then i start upgrade also the node master "pve01" but i lost the shell so i don't know if the apt dist-upgrade finish or not. Now i have this state in...
  17. D

    Create Scheduled VM Snapshot via Bash Script

    Hi all I've seen that the script not work completly, the snapshot create successfully, but the part should remove oldest snapshot not work, can someone who have experience with bash scripting can take a look, i appreciate it, thanks.