Recent content by Jim J

  1. J

    Restore Container with Shared Mount Point

    I've noticed that if I backup a container that also mounts a shared point, the backup will not cleanly restore. I get the following error. Task viewer: CT 120 - Restore OutputStatus Stop TASK ERROR: unable to detect disk size - please specify mp0 (size) [code] The problem is that I the...
  2. J

    Mount LVM in Unprivileged LXC Containers

    I'm trying to share a Logical Volume, I didn't think I could grant access to it since it's not a file or directory. mp0: local-lvm:vm-108-disk-3,mp=/mnt/MYDIR I already created the target folder in the client container to be owned by the new user. I'm not sure that it matters though.
  3. J

    Mount LVM in Unprivileged LXC Containers

    Are you suggestion I try with a user in a lower range like 100 to 499? You mentioned ACL, and I presume you mean file permissions? I'm not to priv/unpriv containers, how does ACL factor in?
  4. J

    Mount LVM in Unprivileged LXC Containers

    I am trying to mount a host LVM to multiple unprivileged containers but having little luck. Here is the relevant parts of my unprivileged container conf file. What I have done: Created a uid/gid on the HOST and CONTAINER for app-files (1005) mp0: local-lvm:vm-108-disk-3,mp=/mnt/MYDIR...
  5. J

    Web GUI dies

    It seems I can narrow my problem down to a pair of miss behaving LXC nodes. Both machines mount CIFS shares across an IPSEC vpn AND mount a local LVM volume from a third LXC node. CIFS mounts The nodes were set to auto mount via fstab rules, but when starting either container, the Prox Host...
  6. J

    Migrate VM hangs

    Sure enough, the VM migrates, but there is no visible indication of progress until it completes. In the past we would see a % count climb, but the UX doesn't seem to show that anymore.
  7. J

    Migrate VM hangs

    This is still an issue. While attempting to mgirate I see SSHD and DD fire up, but waiting forever shows now change even when attempting to migrate small Containers. On the destination node, I see the new LV created for the container I am trying to move. /etc/pve/lxc/110.conf arch: amd64...
  8. J

    Web GUI dies

    I've noticed that corosync usage spikes to 99% usage so I attempted to restart the cluster and corosync service which at least reined in the cpu usage but the web gui remained broken and I could not control the degraded node from the other node in the cluster.
  9. J

    Web GUI dies

    We have a 2 node cluster and it seems that one of the nodes consistently loses the web gui. That is, we lose access the web gui on one of the nodes but can access the gui on the other node. Also, when this happens, the cluster between the 2 becomes degraded. By that I mean, one node can only...
  10. J

    Migrate VM hangs

    Hi Gang, I've been seeing a problem throughout the entire Prox 4.X series. Namely I can not migrate VMs or Containers from one Node in the cluster to another. I'm using Local LVM storage and the job always hangs in the same place. NOTE I am not attempting a LIVE migration. I shutdown the VM...
  11. J

    Unprivileged containers

    So from where I sit, this basically means, don't use Unprivileged containers yet.