Recent content by dorinxev

  1. D

    pbs and cluster configuration

    Yes, but something went wrong with my experiments and the configuration was damaged, so I decided to remove the cluster config so at least I can keep using the nodes to run LXC/VMs.. Yes, it's running on a QNAP NAS as a VM.
  2. D

    pbs and cluster configuration

    I have a cluster of 3 machines. One is offline, 2 remain, and the cluster configuration went bust, and since I cannot format these machines, I cannot recreate a new cluster config One thing I did before the cluster config went bust - is to configure PBS and performed some backups. All went...
  3. D

    Important piece is missing from backup

    Host backup is great, but the problem is that if I have a cluster, restoring it from backup could also damage the cluster config (specially if the backup is old, for example). IMHO, there should be (maybe in PVE itself) something that should give a better maintanance of cluster, like removing...
  4. D

    Important piece is missing from backup

    Hi, I'm using PBS to backup all my VM's/LXC containers, everything works great But, IMHO, something is missing from PBS - and that's a backup of the cluster DB/configuration. I'm sure tons of user would kill for such a feature, specially since cluster configuration can be damaged so easily (ask...
  5. D

    I asked llama3 how to create an LXC container which will run Davinci Resolve and becomes a rendering server..

    Umm, lets say it was .. creative :) What a great question! To build an LXC (Linux Containers) container in Proxmox VE (a popular open-source virtualization platform) and use it as a rendering server for DaVinci Resolve, follow these steps: **Prerequisites:** 1. Proxmox VE 7.x or later...
  6. D

    Proxmox and  AMD-SB-7014

    Hi, Within the last few days, CVE-2023-31315 was published and IIRC is quite severe and AMD has issues a Microcode update for most of their CPU's. Will there be a new kernel/microcode update for PVE? More details available here.
  7. D

    LSI 9305 weird messages

    After further investigation and testing, it seems a kernel issue, so upgrading to the latest (6.8.4 at the time of writing this reply) - the issue is being resolved.
  8. D

    LSI 9305 weird messages

    Hi, I have a proxmox server (8.1) with an LSI 3905-16i cards. There are 8 disks attached to this HBA and I've created a ZFS pool on those disks I've created a virtual disk from this pool and shared it with a VM which runs proxmox backup server. Everything runs fine, but the syslog message is...
  9. D

    "migrating" VMs from dead server

    Storage is shared between all hosts, but you cannot migrate any VM using the UI unfortunately (you get error 595)
  10. D

    "migrating" VMs from dead server

    I would like to ask something about a cluster and nodes. For the sake of the question, lets say that I have 3 nodes: prox1,prox2,prox3 Node prox2 is dead (powered off and cannot be turned on) and unreachable, but it still has few VMs registered on it. Trying to migrate using the UI fails with...
  11. D

    [Feature Request] Choose which nodes to backup

    I second that. I just had to demo PBS and you should have seen the faces of the people when they found out you couldn't select specific nodes to backup.:)
  12. D

    Clone the boot SSD in cluster mode

    Cool! Thanks for the info and links ;)
  13. D

    Clone the boot SSD in cluster mode

    I tried several times to clone the disk using Clonezilla, either disk to disk, disk to network and then to disk, In all cases it seems to perform syncing after cloning a section, and then it fails. I've also tried multiple SSD's, so it's not related to specific disk, that's why I thought about...
  14. D

    Clone the boot SSD in cluster mode

    Hi, I've seen few threads about cloning the boot disks to another disk/SSD, some used clonezilla (which, as of this moment, still having problems cloning the Proxmox boot SSD), some use dd. My problem is a bit different: I have a cluster of 3 nodes (prox,prox2,prox3, I've created the cluster...
  15. D

    Zfs systemd entry

    Hi, When creating a zfs pool through the web interface, the systems creates a systemd entry which is linked to zfs-import so the pool will be imported automatically upon boot I didn't manage to find where is the link located (if I want to remove the entry from systemd) Anyone knows the path of...