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

    I understood that these logs are informational but how to handle 3 lines of logs per iscsi session every 10 seconds without fulfill the log partition ? Having a big log partition ? Specific rsyslog config ? Specific logrotate config ?
  3. S

    Lot of kernel errors after setup iscsi storage

    I am still investigating why I have these messages. In another server I have only these lines: Apr 25 16:47:39 kernel: [2864560.787305] sd 8:0:0:1: alua: supports implicit TPGS Apr 25 16:47:39 kernel: [2864560.792895] sd 8:0:0:1: alua: device naa.624a93705c62ab4d4df24c8c000150f3 port group 1...
  4. S

    Lot of kernel errors after setup iscsi storage

    Thank you. I will investigate what's wrong on my mystery storage.
  5. S

    Lot of kernel errors after setup iscsi storage

    Thank you for your answer but it will not help me to resolve what's wrong.
  6. 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...
  7. S

    [SOLVED] iSCSI multipath

    I have the same issue. Could you please explain and give an example of "didn't add the device with the -a flag!" ? Thanks.
  8. S

    VM/Ubuntu Server random running issues

    Hello, I have the same issue. Did someone find a solution ? Is-it due to a hardware issue ? Thanks.
  9. S

    Proxmox vm random crash / freeze

    Hello, I have the same problem with a Linux VM. CFG is not available in Linux if I am not wrong. Do you have some ides how I can resolve this issue ? Thanks.
  10. 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...
  11. 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.