Search results for query: lxc mountpoint

  1. C

    Restored a container backup, lost all my data on non-backup disk

    I enlist myself into the fine club of the anonymous restore mountpoint wiper. If i click the button "exclude from backup", i'd also expect it's excluded from the restore-wipe. having a warning which is totally contradictory to what is expected... hmmm so the warning is also wrong. restore to a...
  2. H

    LXC storage other than "local"

    I have a proxmox cluster v 8.3.1, each node has a boot drive (rpool) and 2 SSDs mirrored with ZFS (vm-storage0). Under cluster>storage there are listed local, Type directory local-zfs, Type ZFS vm-storage0, Type ZFS root@prox3:~# zfs list NAME USED AVAIL REFER...
  3. fiona

    Can’t restore container backups, but VMs work

    There is no quota on the container's volume now, because you didn't specify anything when creating the ZFS dataset. The size option given later doesn't retroactively change that. To actually allocate a new volume during restore with a certain size/quota, for example 30 GB, you can use --rootfs...
  4. D

    Can’t restore container backups, but VMs work

    Yes and got it working. Here's what I did: Added a second SSD for ZFS then ran the command below. zfs create -o mountpoint=/zfspool/subvol-101-disk-1 zfspool/subvol-101-disk-1 pct restore 101 /mnt/pve/SynologyBackups/dump/vzdump-lxc-122-2024_12_03-10_58_55.tar.zst --rootfs...
  5. L

    [TUTORIAL] Native full-disk encryption with ZFS

    Sorry I don't know. Just keep in mind that what you described is useful only to protect your data if the disk is lost, sold or stolen in the future. Because if your server/computer/Nas/whatever system you have is stolen, your data will be decrypted automatically by the bad actor using the TMP...
  6. R

    zpool setup slow performance

    Hi All, Thanks in advance for help! Started my journey on Proxmox! Need help on below setup, I have setup data pool as below, this is intended to be used for everything. The Mirror-0 & Mirror-1 are 600 GB SAS 12k disks and the mirror-2 and mirror-3 are 1.2TB SAS 12k disks. is it ok to mix the...
  7. M

    Backups of LXC with new 8.3 mount option "discard" fail

    I did this on the PVE (as root): cd /root cat >patch <<EOF --- src/PVE/LXC.pm | 8 ++++++-- src/PVE/LXC/Config.pm | 6 ++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm index e78e365..d01fafc 100644 --- a/src/PVE/LXC.pm +++...
  8. J

    Renaming node -> volumes not reachable

    Hi @fiona, Here the outputs for the commands above: root@LAB-server1:~# pveversion -v proxmox-ve: 7.4-1 (running kernel: 5.15.158-2-pve) pve-manager: 7.4-19 (running version: 7.4-19/f98bf8d4) pve-kernel-5.15: 7.4-15 pve-kernel-5.13: 7.1-9 pve-kernel-5.4: 6.4-4 pve-kernel-5.15.158-2-pve...
  9. aaron

    [SOLVED] zvol - No such file or directory - Proxmox 8.3

    Du hast VMs (qm list) und LXC Container (pct list). VMs verwenden ZVOLs für die Diskimages. Bei Containern werden "normale" Dateisystemdatasets verwendet. Die werden ganz gewöhnlich gemounted. Den Mountpoint siehst du in der letzten Spalte im zfs list Output. Du siehst bei ZFS den Unterschied...
  10. S

    problem when I add a second NVME disk

    Hi, Old Post I know but I thought I'd throw in my 0.02$. I got a similar Error Message, but it doesn't look to be caused by AppArmor: run_buffer: 571 Script exited with status 1 lxc_init: 845 Failed to run lxc.hook.pre-start for container "121" __lxc_start: 2034 Failed to initialize container...
  11. K

    LXC suid/guid mapping

    Hi ! I deployed a LXC container and installed the ezarr suite : https://github.com/Luctia/ezarr So the config part uid/gid are set : drwxrwxr-x 8 13013 13000 4096 Nov 19 10:14 bazarr-config drwxrwxr-x 3 13008 13000 4096 Nov 19 10:14 jackett-config drwxrwxr-x 4 13003 13000 4096 Nov 19 14:15...
  12. P

    Clone of virtual machine snapshot fails due to UEFI disk and TPM state

    Thanks for the answer and the welcome @bbgeek17 :) In the meantime I temporary helped myself with zfs send and zfs receive. Checked the snapshots with zfs list -t snapshot. Cloned the snapshot via zfs send and zfs receive (repeated for every disk; example: zfs send...
  13. M

    Verschieben eines CT Volumes an einen anderen Container möglich?

    Hallo und guten Abend, ich beginne mich in Proxmox VE 8.2.7 einzuarbeiten, um 2 Ubuntu Server auf denen aktuell mein Anwendungen in Docker Containern zu laufen, in einen Proxmox VE Cluster zu überführen. Darum "experimentiere" ich gerade mit LXC, die für mich neu sind. Als Einstieg habe ich...
  14. R

    [TUTORIAL] lxc mount zfs pool

    Would it be possible to see how you arrived at your lxc.mount.entry? mp0: /tank/mp=/mnt/tank <firstmountpoint>: <mount_point_on_host>=<mount_point_created_in_lxc_or_vm> I've seen very little on the 8.2+ method of sharing mount point from host to containers/vms. Thank you!
  15. M

    exclude filesystem from snapshot

    Downside: When I removed "mp" and replaced with "lxc.mount.entry" - PVE forgot that the dataset was not meant to be replicated and began to replicate it... :-( Now the dataset is visible as "unused disk" (which seems correct), but anyway PVE replicates it to another node. Any way to skip...
  16. F

    lxc.hook.pre-start script for mounting drives on host

    I have the same issue, no info on the internet. `lxc.hook.pre-start: sh -c "mount -v -t nfs x.x.x.x:/volume2/X /mnt/X"` If I execute the command in the host alone, it works. But not when using lxc.hook.pre-start Debug gives a bit of info: ``` DEBUG utils - ../src/lxc/utils.c:run_buffer:560 -...
  17. B

    Radarr lxc "Unable to add root folder"

    Hello, I'm having some trouble adding a root folder to my Radarr lxc instance. Currently, I have a truenas instance running in its own VM with an NFS share called 'media'. In my proxmox host, I mounted the NFS share as 'truenas-media' and created a group 'media-group'. I gave 'media-group' (with...
  18. leesteken

    exclude filesystem from snapshot

    You use a .pxarexclude file in the root folder to exclude the folder from a backup: https://forum.proxmox.com/threads/unexpected-use-of-pxarexclude-broke-my-container-backup.86143/ and https://pbs.proxmox.com/docs/backup-client.html#excluding-files-directories-from-a-backup Or use...
  19. D

    f*ed up VM storage setup - need help recovering VM disk ZFS dataset

    Thanks for taking the time to reply, I appreciate the help! Yea I know, but it was still a mistake which led to the current issue. Any idea how I might be able to find and fix the cause? There have been no changes to the dataset, the share or the permissions. The share is accessible from the...