Search results

  1. S

    Cloud init - Each boot => New instance first boot

    Hello, Each time I reboot a vm with cloud init in proxmox, cloud init is started as the fist time (init). In the log we can see : 2022-12-01 09:42:03,763 - __init__.py[DEBUG]: Update datasource metadata and network config due to events: New instance first boot 2022-12-01 09:44:47,808 -...
  2. S

    Lot of kernel errors after setup iscsi storage

    Hello, Since I setup some iscsi storage in Proxmox Version 6, I have a lot of error in my server logs. In dmesg or /var/log/messages or /var/log/kern.log, I have a lot of: [2572603.021727] sd 10:0:0:2: [sdn] Unit Not Ready [2572603.038628] sd 10:0:0:2: [sdn] Sense Key : Illegal Request...
  3. S

    How to have details about internal-error

    Hello, I encounter a recurrent issue with one of my proxmox. Several times per year, VM are crashing with internal-error message. I have a VM in internal-error error status and the VM is no longer reachable: When I am looking at the console: The CPU is very high just before crashing...
  4. S

    SSH account to do vm migration

    Hello, Currently a SSH connection with the root account is used for vm migration between proxmox nodes on the same cluster. Is-it possible to use another account with sudo permissions ? Thanks.