Search results

  1. U

    Moving disk from Ceph to Local hangs

    Hi, I'm trying to move back some VM from Ceph to Local (same node). That's done with move disk option, right? When I move the disk, it gets created in local, but the the process hangs at 100%, and the VM keeps using the one from Ceph. I cannot delete the disks created in local: "a vm with vmid...
  2. U

    VM boot/shutdown order not working

    Update: the HA engine does not follow the VM boot order feature: if a VM is in HA, it's started as soon as the node comes up, without waiting for its order, while VMs not in HA wait for order/wait features. So, new question: is there a way to make the Ha and VM order to work together? Thank...
  3. U

    VM boot/shutdown order not working

    Hi, I've tried to setup VM order for boot/shutdown (to properly manage the right order for different services), but when rebooting the node (I have a three-node cluster) the order is not used, and VMs just boot and shutdown in ID order. Is there something else to set apart from the order/wait...
  4. U

    Ubuntu desktop remote session restarts

    Hi, Thank you for the hints, it was probably an issue due to low Spice memory (default 16MB) and higher resolution asked to the client. I set the memory to 32MB and it seems to be way more stable. PS: I saw the machine getting stuck in the reboot process with 512MB to Spice memory, is there a...
  5. U

    Ubuntu desktop remote session restarts

    Hi, I have an Ubuntu 20.04 Desktop as a VM on my PVE cluster. As I access it through SPICE, the session breaks and restarts after a few minutes. Is there a way to properly debug this behiviour? Is there a guide or tips to properly setting this machine up? Thank you,
  6. U

    Can't connect to shell from gui

    I cannot reach any VM in any node, nor I can reach the nodes themselves through the gui terms. I also saw that thread, the change in ssh port slightly moves it in another direction. Only thing I did similar, has been to add an authorized key on the nodes to enable key ssh from a PC. Going back...
  7. U

    Can't connect to shell from gui

    Ok, some more info, I get this when trying from Chrome: client connection: 127.0.0.1:44068 failed reading ticket: connection closed before authentication TASK ERROR: command '/usr/bin/termproxy 5900 --path /nodes/pvenode2 --perm Sys.Console -- /usr/bin/ssh -e none -t 10.0.10.12 -- /bin/login -f...
  8. U

    Can't connect to shell from gui

    This is Chrome's debugger, pointing to somethin g in pve's js. I have to say that from Chrome I can't even upload images to the forum (I am on Firefox now). From Firefox it seems the "popup" term (both xterm and novnc) is not working (failure to connect like in Chrome) but the incorporated term...
  9. U

    Can't connect to shell from gui

    Result of pveversion -v: proxmox-ve: 7.2-1 (running kernel: 5.15.35-2-pve) pve-manager: 7.2-4 (running version: 7.2-4/ca9d43cc) pve-kernel-5.15: 7.2-4 pve-kernel-helper: 7.2-4 pve-kernel-5.13: 7.1-9 pve-kernel-5.15.35-2-pve: 5.15.35-5 pve-kernel-5.15.35-1-pve: 5.15.35-3...
  10. U

    Can't connect to shell from gui

    It's up and running. Actually I can't connect from a single PC (no Chrome, no Firefox, no Edge) but I can connect from another one. I'm not able to dig deeper into the logs. Is there some place/file where I can actually check what's happening while I'm trying to connect? Thank you.
  11. U

    Can't connect to shell from gui

    Hi, I seem not to be able anymore to connect to proxmox shell anymore through the gui. Nothing pointing in the right direction in syslog: Jun 12 21:42:20 pvenode1 pvedaemon[973976]: launch command: /usr/bin/vncterm -rfbport 5900 -timeout 10 -authpath /nodes/pvenode1 -perm Sys.Console -notls...
  12. U

    Serial Number Under "Disks" Incorrect

    The issue is which serial to passthrogh. Let's say I passthrough to truenas, it will need the serial to be able to build its zvols. If I passthrogh those SAS disks, no serial is passed. Also as a side note, those SAS disks are not recognized as such by proxmox (type: unknown).
  13. U

    Serial Number Under "Disks" Incorrect

    Hi @dcsapak Thank you very much, that is actually the one shown in pve. root@pvenode1:~# udevadm info -p 'block/sdc' --query all P: /devices/pci0000:00/0000:00:02.2/0000:03:00.0/host0/port-0:0/expander-0:0/port-0:0:2/end_device-0:0:2/target0:0:2/0:0:2:0/block/sdc N: sdc L: 0 S...
  14. U

    Serial Number Under "Disks" Incorrect

    Hi, I have the same problem with SAS disks. I have 12 ssd disks on 3 nodes, they all show the same serials as in smartctl -a /dev/sdX, while for the 6 sas disks the serial is different between gui and smartctl -a /dev/sdX. The gui shows the logical unit id instead.
  15. U

    PVE cluster, ZFS ram usage differences

    Hi, From the output, it seems the 100 MB difference in metadata cache do not sum up to the total 30GB difference, I do not think that's the point here.
  16. U

    PVE cluster, ZFS ram usage differences

    @Dunuin it's not like it's a problem, it's also cache so the system can resize it when needed. I just can't understand the different behaviour on the two nodes.
  17. U

    PVE cluster, ZFS ram usage differences

    Update: I forced arc_max to 8gb, to keep it under control, but still do not understand such a different usage.
  18. U

    PVE cluster, ZFS ram usage differences

    I'm not actually replicating anything
  19. U

    PVE cluster, ZFS ram usage differences

    Hi, I have a 3-node cluster with identical nodes, but zfs is using up much different ram on different nodes: Node: 128RAM, 2x500GB ssd's for PVE OS. Node1 free -mh: total used free shared buff/cache available Mem: 125Gi 57Gi 61Gi...
  20. U

    [SOLVED] Ceph crush_rules, device_health_metrics pool

    Ok, auto-solved: I only had to wait for autoscaler to adapt to the new pg number. I expeceted it went directly to the target pg number, but it instead went slowly down to that number.