Search results

  1. F

    My VMs are shutting down unexpectedly

    Hello I ran the above commands yet my VM still turned off unexpectedly
  2. F

    My VMs are shutting down unexpectedly

    Hi thank you for your quick response, I checked this command arc_summary I found the below zfs_arc_average_blocksize 8192 How can I configure it to only use between 2-4 GB of RAM? Thank you in advance
  3. F

    My VMs are shutting down unexpectedly

    I have a single proxmox server configured with ZFS the servers resources are 8 CPU 16 GB RAM around 1 TB disk I am hosting two VMs one 2 CPU with 2GB RAM 100 GB disk and another VM 2 CPU 4GB RAM 50 GB disk both machines are turning off by themselves?!! I read about a similar issue here I...
  4. F

    Unable to access web UI when I join a node to my cluster.

    Yeah I know I got the message that my thread was deleted that is why I posted again.
  5. F

    Unable to access web UI when I join a node to my cluster.

    Hello Everyone, I posted this about an hour ago then got a message that my thread was deleted and the reason was double posting!? which I did not understand. So I am posting this again hopefully I dontface the same issue. So I have two PVE nodes I edited the hosts file on both machines so...
  6. F

    Pve node stops working when I join a node to its cluster.

    Yes I have ssh connection. and I shared the output above
  7. F

    Pve node stops working when I join a node to its cluster.

    on node 2 root@stage-ve-testing:~# journalctl -f -- Journal begins at Tue 2022-07-19 12:39:45 +03. -- Jul 21 17:22:19 stage-ve-testing corosync[983532]: [TOTEM ] Retransmit List: 12 19 1b 1d 1f 21 25 d3 d9 dc df e2 e5 10c 146 16c 16f Jul 21 17:22:20 stage-ve-testing corosync[983532]: [TOTEM...
  8. F

    Pve node stops working when I join a node to its cluster.

    On node 1 root@stage-ve-01:~# journalctl -f -- Journal begins at Sun 2022-07-17 11:48:43 +03. -- Jul 21 17:20:52 stage-ve-01 pvestatd[1579]: VM 101 qmp command failed - VM 101 qmp command 'query-proxmox-support' failed - unable to connect to VM 101 qmp socket - timeout after 31 retries Jul 21...
  9. F

    Pve node stops working when I join a node to its cluster.

    Hello Everyone, So I have two PVE nodes I edited the hosts file on both machines so they look something like this: IP1 stage-ve-01 IP2 stage-ve-testing then I went to PVE1 and created my cluster then copied its information, after that I went to PVE2 to join it to the cluster. After...
  10. F

    [SOLVED] Unable to login to my web UI (TFA)

    Thanks, I hate it when I spend hours trying to solve an issue only for the solution to be very simple. :)
  11. F

    [SOLVED] Unable to login to my web UI (TFA)

    Hello Everyone, I was trying to disable my 2FA and there was a check box to enable and I checked it off. when I tried to log in again it still asks me for the TOTP code But I am unable to write anything. So I am locked out of the Web UI but I still have my SSH connection working. I found a...
  12. F

    [SOLVED] Lost access to web admin after disabling 2FA / TOTP

    Hello I know this solved but I am facing the same issue. what should I change in the file /etc/pve/user.cfg user:root@pam:1:0:::test@example.com.sa::x:
  13. F

    [SOLVED] Migrating VMs from KVM to Proxmox.

    I have accomplished the VM migration by following the below. Steps to migrate from KVM to Proxmox (ZFS) 1-copy the KVM disk .qcow2 to PVE server path /var/lib/vz/images 2- create a VM with same resources as the KVM Vm 3- run qm importdisk <VMID> <Your-VM-disk> local-zfs 4- attach newly created...
  14. F

    [SOLVED] Migrating VMs from KVM to Proxmox.

    Do I need to create VM with the same resources as the KVM machine then run the command using same VMID?
  15. F

    [SOLVED] Migrating VMs from KVM to Proxmox.

    I moved My disk and ran the command root@stage-ve-01:/var/lib/vz/images# qm importdisk 101 Odoo-test.qcow2 local-zfs perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_ADDRESS = "ar_SA.UTF-8"...
  16. F

    [SOLVED] Migrating VMs from KVM to Proxmox.

    Forgive me I am still a bit confused. Now I need to create the VM on Proxmox with same resources as VM from KVM move it to the following path rpool/data/vm-100-disk-0 then run import disk?
  17. F

    [SOLVED] Migrating VMs from KVM to Proxmox.

    root@stage-ve-01:/var/lib/vz/images# zfs list NAME USED AVAIL REFER MOUNTPOINT rpool 5.90G 862G 104K /rpool rpool/ROOT 2.61G 862G 96K /rpool/ROOT rpool/ROOT/pve-1 2.61G 862G 2.61G / rpool/data...
  18. F

    [SOLVED] Migrating VMs from KVM to Proxmox.

    Hi , Is there a specific path that I need to move my VMs on? I am asking this because I previously performed the below steps for migrating: 1- Create a VM on Proxmox with the resources as my KVM image testvm.qcow2 2- after that I moved my testvm.qcow2 to the /var/lib/vz/images/101 3- I just...
  19. F

    [SOLVED] Migrating VMs from KVM to Proxmox.

    Hello Everyone, I am fairly new to Proxmox so bare with me :) I have a ubuntu machine with KVM with a bunch of (VMs.qcow2) that I need to move to my new Proxmox server. I need to move them to my proxmox server as I read in the docs the path to vms on pve is /var/lib/vz/images. My PVE is...
  20. F

    [SOLVED] Networking issue with VM

    Hello I have solved the issue. When I migrated my vm from Kvm it had a different network interface from the one from the new vm on Proxmox these are my steps that solved the issue: grep -nr "enp1s0" (old interface name from kvm) vim /etc/netplan/00-installer-config.yaml change enp1s0 to...