Search results

  1. W

    Mount point availability and hook script post-start phase

    What is the order of execution for when an LXC container is started when it has both a mount point (bind mount in this case) and a hook script set? Example lxc config: hostname: ct1 ostype: debian arch: amd64 cores: 1 memory: 1024 swap: 1024 rootfs: local:100/vm-100-disk-0.raw,size=10G onboot...
  2. W

    [SOLVED] Locking and unlocking containers

    Can somebody please explain the details about the pct set <vmid> --lock and the pct unlock commands? The man pages say nothing about this config setting other than "Lock/unlock the VM.". There is a list of possible lock types (backup, create, destroyed, disk, fstrim, migrate, mounted, rollback...