Recent content by simonli17

  1. S

    RBD mount timeout

    Problem: Can't add external RBD storage. journalctl -fu pvestatd Mar 30 13:08:47 host1 pvestatd[24782]: got timeout Mar 30 13:08:47 host1 pvestatd[24782]: status update time (5.462 seconds) Mar 30 13:08:57 host1 pvestatd[24782]: got timeout proxmox storage: time pvesm status ceph rbd...
  2. S

    ansible LXC creation

    Heyo, playing with ansibles community.general.proxmox modul. Trying to create simples LXC: --- - hosts: localhost tasks: - name: Create new LXC community.general.proxmox: node: "my node" api_user: "my user" api_token_id: "my id" api_token_secret: "my token"...