Search results

  1. nicolaspetitjean

    Embed noVNC and Xterm in web app

    Hi there ! I made a webapp that manage my proxmox cluster. I embed the noVNC console and it works great. But now, i wanted to add Xterm, i thought that would be easy, but i was wrong. After requesting a term ticket, i'm using the same websocket server (...
  2. nicolaspetitjean

    Qemu Guest Agent not working on debian 12 cloud-init

    Hey guys ! Small issue today : emu guest agent refuses to start on a VM deb 12 cloud init. Any reasons ?
  3. nicolaspetitjean

    Permissions at cluster or node level ?

    Hi there I was wondering, is there a way to manage api permissions at cluster or node level ?
  4. nicolaspetitjean

    VM Win server 2019 : windows is still setting up the class configuration (code 56)

    Hello I have 3x Windows 2019 Server VMs with the same problem : after windows update and reboot, the network is down. The culprit : Any idea ? The machines is default (i440fx) and latest version. Thanks !
  5. nicolaspetitjean

    can a proxmox 8 join a cluster in version 7 ?

    Hi there I was wondering... I have a 5 nodes pve 7 cluster. I installed a fresh pve 8 and try to add it. It is stuck with the message : 'waiting for quorum'. So what is the solution ? I prefer to mention that the pve8 is working with zfs, but not the others nodes. Maybe it is the problem ? Thx !
  6. nicolaspetitjean

    Can't mount disk in rescue mode ?

    Hi there ! I have a small cluster (3 machines) and one node doesn't boot anymore because of a disk failure. I would like to remove the entry in the fstab, so i tried to boot on a usb stick in rescue mode, but i have an error « Invalid Argument » when i want to mount the main disk : mount -t ext4...
  7. nicolaspetitjean

    [SOLVED] Grub : disk lvmid not found

    Hello there ! This morning I ran into a serious issue. Boot failed with this message : I stopped the server yesterday, no updates or something, no hardware replacement... It worked perfectly. Any idea ? Thanks !
  8. nicolaspetitjean

    Snapshot failed if RAM is included

    Hi there I recently set up a new Proxmox environnement (7.0.13) on Dell Poweredge T340. Everything is ok except vm snapshot is not working (infinite task). If I does not include RAM, snapshot is ok. So hardware issue or Proxmox bug ? Thank you.
  9. nicolaspetitjean

    Invalid partition table after fresh install Proxmox 7 ?

    Hi there, I just installed a new copy of Proxmox 7 on a single node. Main disk is a ssd hdd Samsung 1 To. With parted, I wanted to inspect the config and saw this error : Invalid partition table on /dev/mapper/pve-data_tdata -- wrong signature 0. Hardware problem or something else ? Nicolas
  10. nicolaspetitjean

    root password change on one node : vnc not working anymore

    Hello, I have a 4 nodes cluster: - node1 - node2 - node3 - node4 I wanted to change root password of node3, so i typed in shell : $ passwd But it did not work : after logout, the new password was not working, but the old one yes. So i assumed i changed password of the wrong node, because the new...
  11. nicolaspetitjean

    [SOLVED] What to do after pvecm expected ?

    Hello, I have a 2 node cluster. One node suddenly came offline, so i had to force quorum on remaining node : pvecm expected 1 My question is : what to do when the situation is back to normal ? Thanks
  12. nicolaspetitjean

    [SOLVED] NFS mount read only on one node ?

    Hello I have a 3 nodes cluster and added nfs storage to store some backups. The third node was recently added, and do not have a valid subscription yet. But i do not undestand why the nfs storage (mounted as rw) is read only for the new node ? It works perfectly on the 2 others nodes. Do i have...
  13. nicolaspetitjean

    Migrate VM from node v5 to node v6 failed

    Hello there ! I'm running into a small problem : before cluster migration v5 to v6, I migrated all my vm on one node. Now all nodes are upgraded, I'd like to move back vms on node v6. But I got an error : qemu-img: /dev/stdout: error while converting raw: Could not resize file: Invalid argument...