Search results

  1. 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...
  2. 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
  3. 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...
  4. 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...
  5. 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...
  6. 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?
  7. 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...
  8. D

    Problem Configure Metric Server

    Hi all i want to send metric server via https to an instance of influxdb that is behind a Nginx Reverse Proxy, but when i click "OK" i receive this: from external i can reach without problem the influxdb WebUI via https://influxdb.mydomain.tld I check via tcpdump and i not see any package sent...
  9. D

    ZFS Degraded

    Hi this mornig i receive email from zfs about state of zfs pool is "degraded" This is data of the disk is "degraded": SMART Attributes: SMART Long Test Result: DMESG Kernel Message: In your opinion the SSD is "Healthy"? What about Kernel Message? Thx
  10. D

    Problem Free Up Space from Backup

    Hi All I remove a old VM that i not use it anymore, and now i want to remove the backup on nfs destination to free up space, i select the backup and click on "prune group" and keep only 1 backup as you can see: But i see that the space on datastore "NFS01" it still the same occupied space.
  11. D

    Create Scheduled VM Snapshot via Bash Script

    Hi all I want you opinion about this script for create scheduled vm snapshot and delete oldest then 7 days: #!/bin/bash # ID della VM VMID="100" # Snapshot Name SNAPSHOT_NAME="snapshot-$(date +%Y-%m-%d_%H-%M-%S)" # Create snapshot /usr/sbin/qm snapshot $VMID $SNAPSHOT_NAME # Remove...
  12. D

    [SOLVED] Replication Failed

    Hi all I get these on the LOG:
  13. D

    Replication Failed after change subnet LAN on all nodes

    Hi Everyone i receive email from proxmox "replication job failed" after i change the subnet of LAN on all three nodes. Network configuration on PVE01: pvecm status: If i go in Datacenter>Cluster>Join Information i see that still the old ip and not the new one: How can i fix that?
  14. D

    HA not working properly

    HI this is the actual scenario: PVE01 PVE02 PBS01(configured also QDevice) This morning customer call me because the electrical energy goes down and the ups shutdown the pve01 and pve02 and pbs01, after energy comes back i poweron the pve01 and pve02 and pbs01 but the vm doesn't start...
  15. D

    Proxmox increase ZFS pool

    Hi everyone i want to say if it's possibile without reinstall proxmox increase the zfs pool This is the disk installed on the server proxmox: This is ZFS "rpool": Is possibile to attach another SSD 1TB and increase this pool? Like convert from zfs mirror to zfs raid 5? Thanks.
  16. D

    Info VM Ram Usage

    Question about VM RAM usage: Hi everyone, I wanted to understand why in Proxmox, in the "Summary" tab of the VMs, I always see RAM usage almost at the maximum, while if I check the RAM usage within the operating system, it is much less. I'll provide some screenshots: Thanks.
  17. D

    Doubt of space usage zfs pool

    Hi I have see on my "zpool01" in Summary Tab this space usage: if i check on "VM Disks" The total summary is 468,67 GB, so I don't get back the space occupied in the "summary" tab. Thanks :)
  18. D

    VM Black Screen

    I have a Windows 10 VM, customer call me that can't able to connect with RDP, i check in PVE WebUI and the VM is running but the console have a black screen and if i type spacebar for example nothing happened. We have some log file for understand why the VM not Responding? Thanks.
  19. D

    QEMU Guest Agent non Running Windows10 Guest

    Hi Everyone i have install qemu guest agent and in the windows services is up and running, but in GUI of Proxmox says "Qemu guest agent not running" i try to disable and renable the Qemu agent from the option of the VM but nothing changed.
  20. D

    Proxmox Backup Server 3.1-2 Set ZFS Quotas

    I want to set zfs quotas for my datastore to avoid problem when it's full, this is my proxmox backup server installation: I add a datastore in this path: This is the output of zfs list -t all: In my case i need for set quota i need to do this command right? zfs set quota=712G rpool (80%)