Search results

  1. R

    [SOLVED] pve replication - invalid json

    Hi, one node A down, the vms were being replicated on node B. However, when viewing the replication through the graphical interface, the following message appears: invalid json data in '/var/lib/pve-manager/pve-replication-state.json' (500) the json file is corrupted: pst0 ^ D ^ K ^...
  2. R

    Ram memory is not shown in Graphical User Interface Proxmox

    After upgrading from proxmox 6.0 to 6.1 the web interface of one of the cluster nodes, it no longer shows the total available memory (32 GB DDR3). Shows the 16 GB proxmox. But by the terminal I see 4x8 GB RAM. What may have happened? proxmox-ve: 6.1-2 (running kernel: 5.3.10-1-pve) pve-manager...
  3. R

    proxmox spice - control video and audio compression

    I added the line below in proxmox vm.config args: -spice image-compression=off -spice jpeg-wan-compression=never -spice zlib-glz-wan-compression=never -spice streaming-video=off But even with the firewall disabled the following occurs when trying to make a video conference. The sending of...
  4. R

    proxmox spice - control video and audio compression

    Hello @LnxBil, thanks for the info! could you tell me how (1) copy all SPICE arguments of your current VM (2) disable all SPICE stuff in the GUI (would be deselecting via GUI under "Hardware >> display >> spice" and "hardware >> USB >> spice" ??) Would I have to include the line below in...
  5. R

    proxmox spice - control video and audio compression

    Hello, We use x2go and chrome remote desktop for VDI on the virtual machines that are on proxmox. We recently started using spice to access webcam through weaker computers (dualcore processors) that don't support good quality video conferencing. Everything is working perfectly (audio and...
  6. R

    [SOLVED] AMD Ryzen 7 and 9 - VDI proxmox/spice

    Hello, We will get AMD Ryzen 7 (2700X) and 9 (3900X). I would like to know if the lack of integrated graphics affects anything in vm. The use of VDI spice/proxmox, x2go, chrome remote desktop will normally occur, correct? best
  7. R

    LVM-Thin error create vm and backup restore

    I'm enabling lvm-thin, but I had trouble following the proxmox documentation (https://pve.proxmox.com/pve-docs/pve-admin-guide.html#chapter_lvm and https: //pve.proxmox. com / wiki / Storage: _LVM_Thin) I did the following (first try): # fdisk / dev / sdb >> to format in LVM and have two...
  8. R

    switchless 3-node ceph, direct connections

    In the "Example" it is written "4 Network cards in each server". It would not be better "4 Network ports in each server"? The "ens21 LAN (for fileserver etc.) 10.14.14.y" is not necessary for ceph, correct? Does this "ens21" port go to the router? If you do not use the "ens21" port, just do...
  9. R

    What's happening with Dynamic Memory Management ?

    I have 3 node of proxmox and currently each node has 1 vm. Everything is working perfectly, but I'm not understanding what's happening with "Dynamic Memory Management (DMM)". The node01 (figure01) is not using the DMM because it only leaves the RAM minimum enabled The node02 (figure02) is...
  10. R

    Problem connecting proxmox to internet

    It is in a university lab with fixed (real) ip. Yes, we have a firewall. The Node pve came back! thanks
  11. R

    Problem connecting proxmox to internet

    Hello Hollis, where would you put this line?It would be like this? auto lo iface lo inet loopback allow-hotplug enp5s0 iface enp5s0 inet dhcp -set static iP first [...] Could you tell me why on one machine it works and another one that was working stopped working?
  12. R

    Problem connecting proxmox to internet

    I'm having trouble on my network. I believe that the configuration in proxmox is correct, but the real machine (proxmox 5) does not connect in the internet. I've tried something and it did not work, any suggestions? /etc/network/interfaces looks like this: source /etc/network/interfaces.d/*...
  13. R

    Difficulty in enabling virtual disk

    Hello! We move a virtual disk from one store zfs (hd sata) to another (ssd sata). When we move, we do not discard the hd sata virtual disk. We had a problem with ssd sata, but we were unable to add the virtual disk again this hd sata as "unused". Any tips/instruction how to proceed? NOTE 01...
  14. R

    Docker-Machine driver for Proxmox

    @LnxBil Good idea.. Don't have any ideas how long it takes / how much it takes to develop this. But we are involved if it happens!
  15. R

    [SOLVED] Strange syslog message

    Hello @fireon ! I tried to do this and it did not work in proxmox 5. Is it still working for you? Could you please tell me more details? I opened a post about this https://forum.proxmox.com/threads/strange-syslog-message-corosync-1491.39375/ best regards!
  16. R

    Strange syslog message (corosync 1491)

    Hello @dietmar ! No, we only have one cluster on the same physical subnetwork. We just did the cluster again. Now two nodes are ok and the other two keep the same message. These machines formed a cluster with proxmox 4. In all we did the following: we installed debian 9 (before it was debian...
  17. R

    Strange syslog message (corosync 1491)

    Hello, we have a cluster of proxmox 5 with four nodes in unicast (IPv4) and the syslog of the four nodes is appreciating the following message: ... corosync[1491]: alert [TOTEM ] Invalid packet data ... corosync[1491]: [TOTEM ] Digest does not match ... corosync[1491]: [TOTEM ] Received message...
  18. R

    Space used in ZFS

    Yes @LnxBil, thanks for the reply! is that if we indicate the "reservation" to the "Directory >>> ZFS" it would be possible for the proxmox GUI in the ZFS Disk Summary to know how much is actually available for "ZFS" without quota blocking, no? another thing, how is it possible to do the zfs...
  19. R

    Space used in ZFS

    Thanks for the answer! I have recently been using zfs and I am still evaluating the documentation and doing some tests. I run the risk of losing some virtual machine using the same zpool for storage "ZFS" (image and container) and "Directory >>> ZFS" (backup)? Set zpool-specific quota for...