Search results

  1. R

    Error starting pvestatd: "mkstemp ... ENOENT: No such file or directory"

    Hello everyone, This is a node recently added to the cluster. The pvestatd log message has been occurring since the node was started and repeats every 10 seconds. If I create from the `/run/pve` folder, the log message stops appearing. A strange thing about this node is that pve-cluster...
  2. R

    Error starting pvestatd: "mkstemp ... ENOENT: No such file or directory"

    the /run/pve folder does not exist. when I create it, it is deleted when I restart
  3. R

    Error starting pvestatd: "mkstemp ... ENOENT: No such file or directory"

    Hi everyone, I'm facing an issue on my Proxmox setup. The following error appears in the system logs: systemctl status pvestatd pvestatd[2105]: could not populate metric data cache: mkstemp "/run/pve/metrics.tmp_XXXXXX" failed: ENOENT: No such file or directory pveversion...
  4. R

    managin different disk sizes with ceph

    Hello @benoitc , I'm starting to implement CEPH here. Could you please report whether this arrangement of yours was successful. did it meet your needs?
  5. R

    Moving Drives between VM's? Please Help

    @shanreich , Is it possible to backup a specific virtual disk or are you referring to the entire virtual machine?
  6. R

    [SOLVED] node disconnect from cluster when in vlan

    Sorted out! Really were the switch ports that formed the vlan were configured with trunk/tagged for just one tag that they had not informed me. see also: https://forum.proxmox.com/threads/vlan-tagging.79830/
  7. R

    [SOLVED] node disconnect from cluster when in vlan

    Hi @Stoiko Ivanov , my scenario is as follows: - 1 node with two NICs (one exclusively for public IPs - untagged/access; and another for private ips - tagged/trunk) - 5 node with one NIC (tagged/trunk) ** I don't have direct access to the switch that connects these machines (I have to ask...
  8. R

    [SOLVED] node disconnect from cluster when in vlan

    Hi, When I put the ip of the node directly in the physical interface or in the vmbrX everything works fine, but when I pass this ip to vmbr.100 (see below) I lose the connection with the other nodes in the cluster and when I restart the node (despite the web interface loading ) I can't log into...
  9. R

    two subnets use the same NIC

    Any tips or suggestions to address the above issue? I have no idea how to proceed
  10. R

    structuring network - proxmox and pfsense

    thanks @bobmc and @badji , I tried vlan and ovs (don't try sdn) but fail. I opened another post about it: https://forum.proxmox.com/threads/two-subnets-use-the-same-nic.109329/ because I think it escapes the initial question of this post. I saw your observations carefully, when moving forward...
  11. R

    two subnets use the same NIC

    Hi, I'm having trouble making two subnets use the same NIC and being able to pass to the cluster nodes scenery: - 1 node with two NICs (one exclusively for public IPs - untagged; and another for private ips - tagged) - 5 node with one NIC (tagged) ** I don't have direct access to the switch...
  12. R

    structuring network - proxmox and pfsense

    I have two LAN configured and apparently working fine. But I have the following problems: LAN1 (192.168.4.0/23) provides correct IP for the vms of the local node, but I can't provide ips for vms of other nodes. I believe that if I linked this LAN to the physical interface of LAN2 it would solve...
  13. R

    structuring network - proxmox and pfsense

    thank you @bobmc and @badji , I will advance here and post here soon how they are going something else, in relation to network storage (ceph). I will have a limitation which is as follows: - three nodes are on one floor - three nodes are on another floor - I have a maximum of 6 ports to...
  14. R

    structuring network - proxmox and pfsense

    Thanks for the answer All nodes have four NICs, but I can only connect to this switch the NICs of the above drawing (I could at most put one more NIC on this switch). These nodes are on different floors (192.168.0.10-12 on one floor and 192.168.0.13-15 on another) interconnected by a switch...
  15. R

    structuring network - proxmox and pfsense

    the cluster is up and running (192.168.0.10-15), but I still haven't mounted the storage. I'm using local storage to think about the network issue first Storage must be zfs. And in a few months we'll switch to ceph with a dedicated switch
  16. R

    structuring network - proxmox and pfsense

    Hi, i am restructuring our proxmox cluster network and i have some doubts and requests for suggestions that i expose below My scenario is as follows (1) two public IP ports (untagged vlan) on different servers (2) seven ports (tagged vlan) (3) I don't have direct access to the switch of (1)...
  17. R

    vlan with private ip in proxmox cluster

    We use some vms as VDI and they are accessed by remote access using x2go, Chrome remote desktop... by people from different and distant places. Would you have any network adjustment tips for this type of access, for example?
  18. R

    vlan with private ip in proxmox cluster

    Hello, I'm trying to improve the management of our network and would like suggestions, tips...! We have an active proxmox cluster where the proxmox nodes have public ip; the virtual machines hosted in the cluster use public ip of the same vlan of the cluster I would like to adjust this and have...
  19. R

    zfs replication error - code 255

    Hi, I'm replicating two virtual machines (vm01 and vm02) from node A to node B. vm01 replicates properly, but vm02 doesn't complete the replication. vm02 has three hds. Apparently everything goes smoothly in the replication of disk-0, disk-1 seems to repeat the same piece of replication...
  20. R

    Storage replication - Avoid data loss when migrating between nodes

    Hi, In the following scenario: A VM XXX from node A is replicated on node B. Then VM XXX is migrated to Node B and there are files and folders (for example "folder z") from VM XXX located on node A that have not yet been replicated to Node B VM. If the replication of VM XXX now located on...