Search results

  1. C

    Replication seems to think thinly provisioned ZFS volume is thickly provisioned

    Boy, I did NOT know how to write a good title for this. Something weird is going on, or I'm losing my marbles. Two of my virtual machines have thinly provisioned ZFS volumes of 200GB each, but whenever migrating between nodes, the process takes a long time and appears to be replicating the...
  2. C

    UNKNOWN S.M.A.R.T. Status - Exit Code: 2 (500)

    Greetings Proxmox community! I recently bought a Samsung pm1725a U.2 SSD, updated the firmware, and put it into service in my Proxmox server. It's working great, and `smartctl -a` in the console shows happy things. smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.15.39-3-pve] (local build)...
  3. C

    Is it possible to map a single uid/gid in an LXC container to many uids/gids on the host?

    Greetings, Is it possible to map a single uid/gid in an LXC container to multiple uids/gids on the host? Surely it is, but I am apparently not smart enough to figure this one out. Host: u: 1001 g: 1001 u: 1005 g: 1006 Container: u: 1000 g: 1000 What I want: The container user and group...