Search results

  1. Sasha

    LXC agregate file size significantly differs from zfs list and du -sh report

    Hi, guys. I'm really in stuck how is it possible. zfs list shows NAME USED AVAIL REFER MOUNTPOINT ... rpool/data/subvol-101-disk-3 427G 273G 427G /rpool/data/subvol-101-disk-3 ... and df -h inside LXC 101 shows Filesystem Size Used...
  2. Sasha

    How to move storage mount point to bind mount point?

    Hi, guys. On local-zfs PVE-storage i created LXC 101 and storage mount point, so zfs list shows NAME USED AVAIL REFER MOUNTPOINT ... rpool/data 430G 1.14T 112K /rpool/data rpool/data/subvol-101-disk-0 4.71G 95.3G 4.71G...
  3. Sasha

    Lost library leads to kernel panic. How to restore PVE?

    Appreciate for answers, guys. Look, I've installed Debian 11 and connected a SSD with failed PM. Nex installed lvm2 and after reboot got a /dev/mapper/* devices with all PM volumes Next made mount /dev/mapper/pve-root /mnt/proxmox-root and get full rw access to root filesystem. Here You are a...
  4. Sasha

    Lost library leads to kernel panic. How to restore PVE?

    Hi, guys! I've got a kernel panic due to the problem with system file (s). Does exist a way (for example) to mount HDD with PVE volumes in Debian or another PVE and restore file (s)? Appreciate for any help!
  5. Sasha

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

    Sorry for my stuck. Would You clarify where i should place it? fstab? host? or my container? Appreciate!
  6. Sasha

    Restoring killed storage mount point.

    Restoring killed storage mount point.
  7. Sasha

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

    Just stepped into that "clever" PM feature. I mean backup=0 option of storage mount points. The "message is rather clear". No comments. Look, what do You think, guys, if to create separate LXC for storing that mount points but accessing from others LXCs (that trend to be ovewrited) ? What is...
  8. Sasha

    How to change a ProxMox system disk

    I prefered hardware solution. I mean i got a two msata-sata adapter and just cloned msata disk under Windows 10 by Macrium Reflect It resized LVM partiton and further i adjusted it inside ProxMox.
  9. Sasha

    Resizing lvm-thin after partition resizing while cloning

    Appreciate You. It was a way that i've done. And the only thing i'd like to figure out what is last step for? The matter is that i'm far from understanding of that nuances and working as all-inclusive-specialist I mean i have volume group pve And df -h just shows Filesystem...
  10. Sasha

    Resizing lvm-thin after partition resizing while cloning

    Is this right and enough, guys? I don't understand advices xfs_growfs / or resize2fs /dev/mapper/pve-data that i saw in forums and concerns filesystem adjusting...
  11. Sasha

    Resizing lvm-thin after partition resizing while cloning

    Just got pvresize /dev/sda3 pvdisplay File descriptor 7 (pipe:[503718]) leaked on pvdisplay invocation. Parent PID 14224: bash --- Physical volume --- PV Name /dev/sda3 VG Name pve PV Size 238.22 GiB / not usable 3.00 MiB Allocatable...
  12. Sasha

    Resizing lvm-thin after partition resizing while cloning

    Hi! I just cloned PM SSD disk 128G to SSD 256G. LVM partition was resized while cloning. Device Start End Sectors Size Type /dev/sda1 2048 4095 2048 1M BIOS boot /dev/sda2 4096 528383 524288 256M EFI System /dev/sda3 528384 500117503 499589120 238.2G...
  13. Sasha

    Which storage type is best for HDD disk?

    I have 1,73G HDD mirrored + 512G SSD mirrored on my system. So what rule says: 4+1*1.73+4+1*0.512 to avoid a potential bottle neck, right? Or i should add 4G once for all disk systems: 4+1*1.73+1*0.512?
  14. Sasha

    How to change a ProxMox system disk

    Well.. My SSD is MSATA so i need to replae it physically and can't install both source and destination simultanously...
  15. Sasha

    Which storage type is best for HDD disk?

    Would You explain, how to calculate ZFS need of RAM for certain SSD HDD size?
  16. Sasha

    How to change a ProxMox system disk

    Hi, guys. I have a PM 6.4-13 system with bootable root on single SSD and additional LVM on single HDD. Nothing special... Now i need to replace a SSD (with lager size). Would You share Your ideas, how is it possible without any lost of configuration? Appreciate for any help.
  17. Sasha

    How to exclude mount point from vzdump backup

    It seems to be working command line! Appreciate for Your patiency! Would You advice, how i can restore owner of my mount point folfer? It become a root after restoring, but on premise it's www-data... Should i run after restoring something like pct exec 101 -- bash -c 'chown www-data.www-data...
  18. Sasha

    How to exclude mount point from vzdump backup

    After /usr/sbin/pct restore 101 /opt/downloads/backup_vm/vzdump-lxc-101-*.tar.zst --storage hgst-lvm --mp0 volume=hgst-lvm:vm-101-disk-1,mp=/var/www/files.local,replicate=0,size=1G got mount points configured, but 'rootfs' not set - aborting etc etc etc It doesn't work at all because of need...
  19. Sasha

    How to exclude mount point from vzdump backup

    I do appreciate You for Your support. After reading Your advices I tried to read documentaion and solve a new task: restore mount point with a new size 1 Gib. /usr/sbin/pct restore 101 /opt/downloads/backup_vm/vzdump-lxc-101-*.tar.zst --storage hgst-lvm --mp0 volume=STORAGE_ID:1 But pct...
  20. Sasha

    How to exclude mount point from vzdump backup

    Yes, pct restore point would be suitable. But can You clarify how command line should appear? /usr/sbin/pct restore 101 /opt/downloads/backup_new/vzdump-lxc-101-*.tar.zst -mp0 or /usr/sbin/pct restore 101 /opt/downloads/backup_new/vzdump-lxc-101-*.tar.zst --mp0 or what?