Recent content by alebeta

  1. A

    Problems cloning from template with ansible

    I would make a test with root, just to see the behavior. If I remember correctly, there was a problem when using `serial0` device, it needed root mandatory. But not sure. Try once with root to see if the problem disappear. BR
  2. A

    kernel panic when creating VMs (centos 9 stream ISO)

    Hi @ramblurr the effects depend on what are you doing with proxmox and your configuration. What I can tell you is: If you have a cluster and each node in the cluster have dfferent cpus, when live migrating, you can find some problems related with cpu. Other than that I believe it is fine...
  3. A

    kernel panic when creating VMs (centos 9 stream ISO)

    A better fix would be to apply the cpu args, so the kvm64 can have similar flags than the host cpu.
  4. A

    Problems cloning from template with ansible

    Hi @Cany , When you create a clone you don't need to create the VM first, if you run the task using the clone key, it will clone for the selected template and create the new VM. This a snipped from the code I use : - name: clone cloud-init from template community.general.proxmox_kvm...
  5. A

    Proxmox claiming MAC address

    @spirit the patch works with OpenVSwitch?
  6. A

    DKIM add header to sign

    Hi @Stoiko Ivanov At the moment for email marketing, having this header signed helps to comply with the RFC and it helps to make it easier for subscribers to unsubscribe with one click function. Normally Gmail will show a unsubscribe button near the email address From field. And it will work...
  7. A

    DKIM add header to sign

    Hi all, Am configuring an app to send emails and it is using PMG as its way out to the internet. all works great, at the moment I needed to add a couple of headers to my email, like: List-Unsubscribe List-Unsubscribe-Post In order to be compliant with some marketing email best practices. I...
  8. A

    remote sync job - sync group vm/100 failed - No such file or directory (os error 2)

    Hi Stefan, thanks, yes a native S3 implementation would be good too. So that one can use the PBS remote function with it. At the moment I will keep moving with rclone. thanks a lot
  9. A

    remote sync job - sync group vm/100 failed - No such file or directory (os error 2)

    Hi, thanks for the message and the useful information. Yes so far am doing some testing for remote PBS using a different kind of storages. I tried s3fs which does not work at all for adding the data store and with goofys it does allow to add the datastore, but it fails when trying to perform...
  10. A

    remote sync job - sync group vm/100 failed - No such file or directory (os error 2)

    Hi friends, I have two PBS servers, one which I use for PVE backup and a second one where I want to do remote sync to store the data in a second location. PBS for PVE version: 1.0-8 PBS Remote version: 1.0-8 The PBS server where I store the PVE backups use a NFS storage. It does works great...
  11. A

    Fedora CoreOS FCOS kernel commands for OKD deployment

    Hi @jtracy I used that way too to start FCOS using the -fw_cfg option. In my case now am deploying OKD4.5 (Openshift Community version) and It is necessary to bootup the VM with extra paremeters in the kernel. For the ignition file, I had been using the container provided from FCOS...
  12. A

    Fedora CoreOS FCOS kernel commands for OKD deployment

    Hi @wolfgang thanks for the reply, FCOS/CoreOS does not work with Cloud Init, it does work with ignition files. I already manage to do the setup process. As soon as I can I will post the solution, so that people in future can refer to this post. thanks for all
  13. A

    Tutorial for more Backupspeed and what to check and Fix

    in my case I have similar architecture and I dont have that problem. Did you tried to use iperf to check basic network bandwidth? if network between proxmox node and vPBS is good, then it would be good to check the write speed in the datastore.
  14. A

    Tutorial for more Backupspeed and what to check and Fix

    Hi @vikozo the datastore/BPS and the nodes backup network are the same? or they are in different VLAN/Network? It may create a bottle neck in the network layer.