Search results

  1. H

    Backup to Proxmox Backup server error

    The rules target individual pools. Each rule is targeting a different pool. I'm sorry, I didn't get this. I am already using Proxmox Backup Server. The problem is when a job is running for a longer time and another job starts in the meantime. The new job is blocked, until the first one...
  2. H

    Backup to Proxmox Backup server error

    Hello, We just setup a new 3 node cluster and, obviously, we wanted to take backups of the VMs. All was well until a few days ago, when we started to get an error: ERROR: can't acquire lock '/var/run/vzdump.lock' - got timeout I know that this happens because another backup is already underway...
  3. H

    [Feature request] Cloud-Init move drive option

    Ermmm.... I don't know, when I'm trying to update, it says that the SPs will update, one at a time, but it requires a reboot at the end of the process.....?
  4. H

    [Feature request] Cloud-Init move drive option

    1. I was using the GUI, so maybe using the CLI works... can't say for sure, but I'll try to test it. 2. Nope, I never said I'm using Blockbridge. I'm using EMCs, IBM, and Pure Storage. None of them, at least from what I know, can be updated without a reboot. Besides this, we're having NFS and...
  5. H

    [Feature request] Cloud-Init move drive option

    I was definitely not. I'm running Proxmox 8.1.3 on all the nodes, no updates available... Well, I don't feel like that's an edge case. I mean, how do you perform maintenance on the shared storages? When updating the NAS, for example, reboots are required => I need to move all VMs from that...
  6. H

    [Feature request] Cloud-Init move drive option

    Hello, I saw that the Move disk is unavailable for the cloud-init drive. After doing some reading, I found out that the CI disk is being regenerated at VM startup, so it can be removed and then created to the new storage. The only issue is that if you've got a running VM, in a production env...
  7. H

    [PVE-Firewall] Allow traffic to internet but not other hosts in subnet

    Hello, As the subject states, I'm trying to create a firewall rule that would allow the traffic to flow from a VM to the "outside world", but nothing else. This is what I've done so far (and it didn't work): 1. Set the firewall online 2. Set the VM Firewall Options to drop, for both INPUT and...
  8. H

    [SOLVED] Backup always sends emails

    My bad, indeed. So it seems it's a known issue. Thank you!
  9. H

    [SOLVED] Backup always sends emails

    Hello, Since I updated to 8.0.9, I have an issue when it comes to backups. I'm backing up to a Proxmox Backup Server but, even though the backup notify is set to "On failure only", I always get an email, even if there's no error present in the backup process. Any clue what might be the cause...
  10. H

    Can't activate LV

    I was referring to the HA maintenance mode, that it would be great to have access to it via GUI. Thank you anyways for the time spent so far. The HA Maintenance mode really helps when updates are to be performed.
  11. H

    Can't activate LV

    Hello @Azunai333 and thank you for the reply. Ok, that fixes the HA stuff. It's actually pretty great, I just wished this option would be available in the GUI, but I guess that'll come at some point. Any clue about the storage issues?
  12. H

    Can't activate LV

    Hello, I'm running a 3-node PVE 8.0.4 cluster and I have the following error when trying to migrate a VM from one host to another: task started by HA resource agent 2023-11-21 07:18:52 use dedicated network address for sending migration traffic (10.41.199.33) 2023-11-21 07:18:52 starting...
  13. H

    [SOLVED] iSCSI disk migration speed

    Hello, I'm glad to say that everything works fine. I don't think it was a RAID scrub, as the local test using fio worked perfectly. I have no clue what happened.... Still, thank you for your time! I appreciate it!
  14. H

    [SOLVED] iSCSI disk migration speed

    other means NAS-01 to NAS-02. So I tried: local -> NAS-01 NAS-01 -> local NAs-01 -> NAS-02 NAS-02 -> NAS-02 The speeds are ~110MB/s iSCSI -> NFS was about the same, 110MB/s But, something even weirder: now it works via iSCSI from NAS-02 -> NAS-01 with 800MB/s. This is after I ran the fio (I...
  15. H

    [SOLVED] iSCSI disk migration speed

    fio --filename img --size=100GB --direct=1 --rw=randrw --bs=64k --numjobs=4 --name=test-01 returns a write speed of 1.8GB/s constantly. The test ran for about 5 minutes. Anyways, since we're talking RAID5 over 4 SSDs, they should be capable of writing way over 100MB/s - you can get to 100MB/s...
  16. H

    [SOLVED] iSCSI disk migration speed

    Hello, I have a weird issue: I cannot seem to move past the 1 Gbps mark when migrating VM disks to a Synology NAS. The setup: 3 nodes connected to a 100Gbps Mikrotik switch 2 Synology NASes connected to the same Mikrotik switch using 25Gbps each What I tested so far: PVE Node to Synology NAS...
  17. H

    PVE 8 pve-firewall status no such alias

    You can get around it by manually editing the file /etc/pve/firewall/cluster.fw and delete the "dc/" prefix from the IPSets or add the "dc/" prefix to Aliases.. At least that's what I did.
  18. H

    PVE Firewall rule match

    Hello, I was trying to set some firewall rules to stop a VM from talking to other VMs but to allow it to reach the internet. What I did: 1. Enabled the firewall at the datacenter level 2. Enabled the firewall on the VM NIC 3. Enable the firewall on the VM 4. Create an IPSet for non local IPs...
  19. H

    PVE 8 pve-firewall status no such alias

    Hello, I just want to say that this is quite a big issue, as i locked myself out due to this.... :( Thank you!
  20. H

    Proxmox hosts rebooting when losing NIC link

    Hello @cbourque, I fixed the issue by using an additional link for the corosync cluster. That way, when the ring0 link fails, the cluster is still able to communicate using ring1 (different fiber, different switch, etc) so the node knows that it's not "isolated". The issue with this is that, if...