Recent content by mladenciric

  1. M

    [SOLVED] Unable to write 'LoaderSystemToken' EFI variable (firmware problem?), ignoring: Invalid argument

    SOLVED / SOLUTION I revert BIOS to defaults and setup BIOS again (same settings) and then it works without any error. This is strange and things shouldn't work like that but in my case that was solution. Also, it could be solution as someone wrote, to update/upgrade BIOS, but in my case there...
  2. M

    [SOLVED] Unable to write 'LoaderSystemToken' EFI variable (firmware problem?), ignoring: Invalid argument

    Hello, I have custom server with two ssd disk in zfs mirror pool as rpool with boot efi. One of the disks are fault and i decide to replace it. The fault disk is with label sdb, and replacing disk also got that label. I follow instruction how to change zfs boot disk but i got error message when...
  3. M

    High I/O Delay

    UPDATE - POSSIBLE SOLUTION After some time, I found time to try again to solve this problem. I use following command to inspect irq19 and to find which hardware may cause this problem 1. dmesg this showing me among others 2. cat /proc/interrupts this shows me 3. cat /proc/irg19 here I found...
  4. M

    High I/O Delay

    Thank you Victor for prompt response. How you recommend to try what you suggest. To change one by one or to make all changes at once?. First thing first BIOS: first thing I was do when issue appear is to update BIOS. The BIOS for this MoBo is quite old as MoBo itself. But it is latest available...
  5. M

    High I/O Delay

    UPDATE Definitely, the time when this happened isn't same. The host works almost 20 hours without any issue but also without any load (no vm running no lxc running). This morning I start one lxc container and one vm both linux/debian guests which use HHD storage. After one and a half hour of...
  6. M

    High I/O Delay

    UPDATE I just figured out that when this message appear at console of this host I/O Delay go high That happened about 2 hour after restart host. Further inspection using which tells me that kernel disable IRQ who is in charge of ATA controller and also for on NIC. Can anyone help me how to...
  7. M

    High I/O Delay

    Hello everyone, We experience strange behavior on one PVE host in our cluster. Our cluster have only three hosts. Hosts are not brand name servers they are custom made desktops. They are not the same hardware but they are very similar. All hosts have the same version of pve, latest uptades from...
  8. M

    upgrade to ProxMox v7.x

    thank you for the quick and precise answer My first plan is to do in-place upgrade but if it not success on stand alone server than i will do clean install at my claster servers. How to import zfs data pool, from gui or from cli, what is the better way?
  9. M

    upgrade to ProxMox v7.x

    Hello people, I plan to upgrade my pve servers, and I am looking for best solution. As is suggested at documentation it is better to do clean install. My setup is like this (pve 6.4-15 with latest updates): 2 SSD disks - zfs mirror - rpool - system and local pool for some VMs 2 HDD disks - zfs...
  10. M

    Cluster HA problem

    UPDATE: on node pm0 which has had incorrect HA manager_status i do following: 1-make this node offline 2-change expected nodes to make quorum only 1 command pvecm expected 1 3-then stop service command systemctl stop pve-ha-crm.service 4-then delete manager_status command rm...
  11. M

    Cluster HA problem

    Yes. that is correct but as i describe we have three nodes pm0 pm3 and pm4 in cluster. The problem was appeared because HA replication was not successfully finished and now one node pm0 produce problem when it is started. On two nodes which work as it should we stop HA for ct201. But at pm0...
  12. M

    Cluster HA problem

    After couple of hours inspecting problem we found following first case two nodes pm4 and pm3 works and pm0 is off - cluster is stable and everything works Cluster pm4 and pm3 is up and running Datacenter - HA : ct201 deleting - cannot delete or edit pm4 is master , lrm state is idle pm3 lrm...
  13. M

    Cluster HA problem

    Hello to everyone, We have three proxmox nodes in Cluster. One is at site other two are at remote location. We have only one container for which we setup HA. All three nodes runs same version of proxmox, below is listed packages list proxmox-ve: 6.4-1 (running kernel: 5.4.174-2-pve) pve-manager...
  14. M

    virtual disk multiplication

    Hello and thanks hdd-tank is on the zfs pool named hdd-pool. when i list files on the disk i sow the same as in the gui. Those files are not from the old VM which is running before because there are no VM running before with same ID 200 This machine is ws2k19 which acts as DNS DC AD - just a...
  15. M

    virtual disk multiplication

    Hello, Something strange was happened or i am missing some classes ;) I have one VM on my proxmox host which suddenly have more than one virtual disks created. VM is Windows Server 2k19 and only with one disc 200-disk0. which is the disk created when vm created. I notice now that this vm when...