Search results

  1. O

    containers too slow

    Hi. I have an i7 motherboard with 32 GB RAM running proxmox 8.x with debian bookworm. It plays mostly nice, but when installing (I.e. using apt) packages, I find it too slow. I find that it takes very few resources. I have about 10 lxc containers (all using bookworm) and usually assing at least...
  2. O

    LVM Thin with shared storage

    Hi. I open a new thread following with my homemade cluster lab. I already have 3 nodes under virtualbox. The main node has a raw local disk and acts as iscsi server for that target, so its purpose is to have that shared storage for all nodes using the same target for all nodes and use the iscsi...
  3. O

    iscsi and device passthrough

    Hi. I'm creating a test lab where I intend to have a privileged (or unprivileged if possible) lxc container. This ct uses tgtd for sharing iscsi luns to other hosts in the bridge. So, in the proxmox host, I have an unused raw disk (/dev/sdb, with an unformatted partition sdb1) whose only...
  4. O

    Nesting creating and solving problems

    I just want to share this, after unsuccessfully trying to understand the reason looking at the docs about nesting. I searched the web for a common application problem, like "/run/php directory not created by php-fpm service". Lots of answers but found none focusing the real problem. In my...
  5. O

    Solutions for NAT rules?

    Hi. Surely this has been somehow managed before, but I'm not aware of the current status. PVE has filter rules management, which is great, but I miss a way to have a smart way for, at least, basic NAT rules. Several years ago I wrote a custom script with "high scalable" easy use and that's...
  6. O

    Error 596 (not only) when communicating with pbs for backups

    I'm using at a server running Debian bullseye (PVE 7.4) and I have a PBS for backups. Everything was working from PVE until about one week ago (maybe I upgraded to pbs 3.3). I had a daily backup job for a pool. If I try to run the job manually from the gui, I get a "Broken pipe (596)" error...
  7. O

    Recursion when remote sync

    Hi. I'm dealing with the sync features. I guess that the most usual scenario is to have a local pbs, with all the data to be synced, and one (or more) targets. In the targets, the datastore is initially empty, without any namespace. Then, I find there are two chances: 1) Sync all at the same...
  8. O

    ExtractValueDeserializer used with invalid schema (400)

    I get this error when trying to add a new user to PBS, version 3.2.9. What's wrong?
  9. O

    Sync from remote, to remote, or both?

    I'm setting up a PBS that has large storage and can manage data from several sources. This is reachable, but the source is in a VPN and I don't have intention to open security in that direction. So, the "local" PBS is storing the backups, and being the remote listening, can i sync from the local...
  10. O

    Move backup between datastores or namespaces?

    It happened to me that manually creating a backup, I used a wrong datastore (it could be also with a namespace). Regardless a mistake or later reorganization, is there a way to move finished (and verified) backups between datastores or namespaces?
  11. O

    How to get comments?

    Hi. I'm reading the docs and am unable to find an option to store a comment via proxmox-backup-client, similar to vzdump notes in the gui. Is this possible?
  12. O

    Is there any kind of incompatible data?

    Hi. I'm using PBS to backup my data. There's a ct running a nextcloud instance, and that ct has a separate mount point for the data (~100GB). I run at os level the proxmox backup client for that directory, and found out that there are errors that I'm currently debugging. Also, take into account...
  13. O

    Custom hook script specific for just a container

    Hi. I'm using Proxmox 6.1 with Debian buster as host (and as guest while this is possible). I use several containers and in one I need to have a crypted mount point (it could even be the whole container). So, I use a lvmthin for just the system and a non-lvmthin for the data, and this is what...
  14. O

    Restore backup of mount points on the original storage

    Hi. I use Proxmox 4.4-13/7ea56165 (updated yesterday) on Debian Jessie. I have the PVE VG defined as LVM storage and a thin pool storage for the root disk of containers. I have some mount points with big data separated from the root disk, all of these on PVE. I choose to backup some of these...