Recent content by jedo19

  1. J

    VM HA state fence

    Found a solution, ha-manager remove vm:112 ha-manager add vm:112 and it started normally B>
  2. J

    VM HA state fence

    I have one of the VM's in the state "fence" and it won't start, how do I put it in a normal state so it boots? B.
  3. J

    One "logical volume" for 2 disks using ZFS without RAID

    @Neobin, thanks for the clarification, I don't use this mode much as it is unsafe anyway, but I was wondering how the pool knows if I create a pool with one disk, and then add one when this is let's say half full, to properly stripe over 2 disks? I created a pool once with only one disk and...
  4. J

    One "logical volume" for 2 disks using ZFS without RAID

    You can use mount points for single-host directly accessing CT/VMs so no samba/nfs is necessary, but you can also do that if needed. I would not be so sure that if one of the disks in JBOD volume fails you will still be able to access any of the data in that pool. I can try to emulate this but...
  5. J

    One "logical volume" for 2 disks using ZFS without RAID

    Hi, I have a "similar setup' but I took it up for a notch. I created a 2 node PVE cluster with only 256G NVME's where I run all the services you mentioned + dns, dhcp (pihole). I added RPI as a corosync device to have a total of 3 cluster nodes which is needed if one of PVE nodes fails . I Also...
  6. J

    Strange behavior of PVE HyperConvergent cluster

    I have 5 nodes PVE cluster (PVE8.0.4) created from some dated hardware, it consists of: 2 nodes with 1x E5-2640 v3 cpu 96G ram, 2x 320g SAS disk sin R1 for the system 2x 8T SAS for CEPH 1 node with 2x E5-2640 v2 cpu 64G ram, 2x512g SATA disks in RZ1 for the system and 2x 8T SATA for ceph + 512G...
  7. J

    Error: error at "xxx": stat failed on "xxx/encrypted": EACCES: Permission denied

    @fiona unmounting is off the table as it is user based local mount and forcing it could create problems. I put all the possibilities and now it looks like one of those was the right one and ignores that file/folder so working now!
  8. J

    Error: error at "xxx": stat failed on "xxx/encrypted": EACCES: Permission denied

    @dcsapak I have put my .pxarexclude on the root folder eg / and scratch is on root. Documentation in this regard is bit confusing as reports from the forum say to ditch the trailing / .... @fiona This seems to be a problem as the system sees this file : d????????? ? ? ? ...
  9. J

    Error: error at "xxx": stat failed on "xxx/encrypted": EACCES: Permission denied

    Hi, I am trying to backup one of the desktops (ubuntu 22.04) I am hitting this error and backup fails Error: error at "xxx": stat failed on "xxx/encrypted": EACCES: Permission denied that folder is encfs encrypted folder thus root has no access to it. I tried adding exclusion in .pxarexclude...
  10. J

    Issue with syncing in a PMG cluster

    Hi Stoiko, Thanks for coming back to me. Yes, I used pmgcm delete as you suggested. And then upgraded the main node and reinstalled the second and rejoined it after. I tried couple of times but the error always came up After that, I think I resolved the issue by deleting data from two tables...
  11. J

    Issue with syncing in a PMG cluster

    I have this weird error in sync which I see on my Master node : pmgmirror[414]:database sync 'node-2' failed - DBD::Pg::st execute failed: ERROR: duplicate key value violates unique constraint "cmailstore_pkey"#012DETAIL: Key (cid, rid)=(2, 70691) already exists. at...
  12. J

    PMG What object to filter Subject:

    Ah I was adding : at the end by the looks of it and I figured it out now thanks!
  13. J

    PMG What object to filter Subject:

    Thanks for your reply but I still get: Parameter verification failed. (400) field value does not match the regex pattern if I put to field name Subject: lets say ...
  14. J

    PMG What object to filter Subject:

    I am trying to create regex to filter certain words in Subject line, so I created a What object Field: Subject: Valie: \W*((?i)wordtofilter(?-i))\W* but it does not accept it ? it only accepts if I put worldtofilter in field line, what am I doing wrong? Thanks
  15. J

    Kernel switch

    I have exact same issue, I want to select kernel which works with my environment, and it select wrong kernel I want to set default to old kernel but it does not happen, and I can't remove latest one too as it wants to remove more then just the latest kernel I have two options in my boot loader...