Search results

  1. M

    Cluster not quorate - extending auth key lifetime!

    Hello, I am running 2 node cluster and it was working good but recently i seen this error in one node's syslog: Sep 11 12:36:08 itho-ms pveproxy[3102243]: Cluster not quorate - extending auth key lifetime! Sep 11 12:36:08 itho-ms pvedaemon[3101577]: Cluster not quorate - extending auth key...
  2. M

    PMG cluster join issue

    Hello, I created cluster on a PMG VM and am trying to join it from another PMG VM. Joining from web interface is not working. It does not throw error, just reloads the page which is empty after join. In syslog i see this error: Jul 3 13:03:20 mx2 pmgdaemon[951]: starting task...
  3. M

    Delete VM does not reduce the disk usage

    Hello, I deleted all backups under a VM no longer needed. Then i ran garbage collection. The storage use did not drop and shows same as before del+GC. Why unneeded backups are not deleted from disk?
  4. M

    [SOLVED] Whitelist (no spam check) by From:

    Hello, I have Proxmox Mail Gateway 7.3-8. This server receives important notifications from sender but they are captured as spam. I added What object "Whitelisted From" with this rule: Also tried as value safetyeasy@ab-cube.com and some others but nothing works, the emails always end in spam...
  5. M

    How is calculated the storage size?

    Hello, I have a Proxmox VE setup with zfs pool storage. If i open the storage Summary in the GUI i get wrong total size: Proxmox reports 730278658048 bytes but zpool, lsblk and parted report 754275319808 bytes. Why?
  6. M

    Sync errors but backup is synchronized corect

    Hello, I have PBS as VM on PVE. I have local datastore named BackupStorage on HDD and remote samba datastore named smb-test. I created sync job on smb-test and it runs fine, the backups are on smb-test, but i get error: What is not connected as error is not descriptive?
  7. M

    [SOLVED] Migrate does not move all disks

    Hello, I have a Proxmox cluster with 2 nodes and wanted to migrate VM from one node to the other. This is the config of VM: Apps storage is ZFS abd AppsSSD is LVM After migration the VM can not start on the destination node because AppsSSD:vm-412-disk-0 was not migrated. The migration log...
  8. M

    Backup larger than VM size

    Hello, Since the upgrade to Proxmox VE 6.4-14 i have an issue with some snapshot backups. In VM # df -h shows 182G and backup is 301GB. The VM has Discard enabled on the hard disk and fstrim -av inside VM was executed before backup. Why it is creating larger backups than actual vm content size?
  9. M

    [SOLVED] Meaning of Whitelist/Blacklist buttons in Spam Quarantine

    Hello, what is the function of Whitelist and Blacklist buttons in Spam Quarantine when a quarantined message is selected?
  10. M

    Reboot a node in cluster with 2 nodes

    Hello, I have a cluster of 2 Proxmox nodes and experienced strange situation today. I wanted to simulate unclean node failure and rebooted one of the nodes with command "reboot 0" and the other node also rebooted. Why the other node rebooted at all?
  11. M

    fstrim and backup size

    Hello, I am running Proxmox 6.2 with few VMs stored on LVM storage backed by HDD raid. I have one guest with 1TB scsi with Discard disabled (do not want a discard on every delete). Inside the guest i have LVM partition with currently used 112G of 983GB total size. In last days i had some data...