[GH-ISSUE #50] lvm-2-zfs.sh : ERROR: /var/lib/vz not found (on a NVMe) #30

Closed
opened 2026-02-27 01:57:28 +03:00 by kerem · 1 comment
Owner

Originally created by @Madydri on GitHub (Apr 7, 2021).
Original GitHub issue: https://github.com/extremeshok/xshok-proxmox/issues/50

Says
-----)
STARTING CONVERSION
ERROR: /var/lib/vz not found
(-----
but
cd /var/lib/
ll
gives
-----)
drwxr-xr-x 7 root root 4096 Apr 7 01:54 vz/
(-----
Note : on a Debian GNU/Linux 9.13 (stretch)
-----)
[root@**** lib]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
nvme0n1 259:0 0 931.5G 0 disk
├─nvme0n1p1 259:1 0 2M 0 part
├─nvme0n1p2 259:2 0 1G 0 part /boot
├─nvme0n1p3 259:3 0 1G 0 part [SWAP]
└─nvme0n1p4 259:4 0 929.5G 0 part
└─VolGroup00-system_root 253:0 0 929.5G 0 lvm /
(-----
Thanks !

Originally created by @Madydri on GitHub (Apr 7, 2021). Original GitHub issue: https://github.com/extremeshok/xshok-proxmox/issues/50 Says -----) STARTING CONVERSION ERROR: /var/lib/vz not found (----- but cd /var/lib/ ll gives -----) drwxr-xr-x 7 root root 4096 Apr 7 01:54 vz/ (----- Note : on a Debian GNU/Linux 9.13 (stretch) -----) [root@**** lib]$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme0n1 259:0 0 931.5G 0 disk ├─nvme0n1p1 259:1 0 2M 0 part ├─nvme0n1p2 259:2 0 1G 0 part /boot ├─nvme0n1p3 259:3 0 1G 0 part [SWAP] └─nvme0n1p4 259:4 0 929.5G 0 part └─VolGroup00-system_root 253:0 0 929.5G 0 lvm / (----- Thanks !
kerem closed this issue 2026-02-27 01:57:28 +03:00
Author
Owner

@franzos commented on GitHub (Apr 14, 2022):

I suppose I'm seeing something similiar:

./lvm-2-zfs.sh && rm lvm-2-zfs.sh
+++++++++++++++++++++++++
WILL DESTROY ALL DATA ON
/var/lib/vz
+++++++++++++++++++++++++
[CTRL]+[C] to exit
+++++++++++++++++++++++++
5..
4..
3..
2..
1..
STARTING CONVERSION
ERROR: /var/lib/vz not found

But the directory exists:

ls /var/lib/vz
dump  images  private  snippets  template

OS:

Linux prox1 5.13.19-6-pve #1 SMP PVE 5.13.19-15 (Tue, 29 Mar 2022 15:59:50 +0200) x86_64 GNU/Linux

EDIT:

Tried again, with the fix mentioned here. Passed this stage just fine. Problem resolved.

<!-- gh-comment-id:1098919231 --> @franzos commented on GitHub (Apr 14, 2022): I suppose I'm seeing something similiar: ```bash ./lvm-2-zfs.sh && rm lvm-2-zfs.sh +++++++++++++++++++++++++ WILL DESTROY ALL DATA ON /var/lib/vz +++++++++++++++++++++++++ [CTRL]+[C] to exit +++++++++++++++++++++++++ 5.. 4.. 3.. 2.. 1.. STARTING CONVERSION ERROR: /var/lib/vz not found ``` But the directory exists: ``` ls /var/lib/vz dump images private snippets template ``` OS: ``` Linux prox1 5.13.19-6-pve #1 SMP PVE 5.13.19-15 (Tue, 29 Mar 2022 15:59:50 +0200) x86_64 GNU/Linux ``` EDIT: Tried again, with the fix mentioned [here](https://github.com/extremeshok/xshok-proxmox/issues/55#issuecomment-1097689279). Passed this stage just fine. Problem resolved.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/xshok-proxmox#30
No description provided.