[GH-ISSUE #13] OVH error on raid1 -> required varible not found or the server is already converted to zfs #7

Closed
opened 2026-02-27 01:57:20 +03:00 by kerem · 2 comments
Owner

Originally created by @Bicet on GitHub (May 20, 2019).
Original GitHub issue: https://github.com/extremeshok/xshok-proxmox/issues/13

I've follow the guide the readme to the letter on ovh installing their Proxmox 5.4-6.
When I launch the lvm-2-zfs.sh I get this error:

ERROR: required varible not found or the server is already converted to zfs

What am I doing wrong?

root@server4:~#  ./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
Found partition, continuing
MY_LVM_DEV=/dev/md4
Found raid, continuing
MY_MD_RAID=
Found lv, continuing
MY_LV=
ERROR: required varible not found or the server is already converted to zfs

If you need it I can give you access to the OVH manager :)

Originally created by @Bicet on GitHub (May 20, 2019). Original GitHub issue: https://github.com/extremeshok/xshok-proxmox/issues/13 I've follow the guide the readme to the letter on ovh installing their Proxmox 5.4-6. When I launch the lvm-2-zfs.sh I get this error: ERROR: required varible not found or the server is already converted to zfs What am I doing wrong? ``` root@server4:~# ./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 Found partition, continuing MY_LVM_DEV=/dev/md4 Found raid, continuing MY_MD_RAID= Found lv, continuing MY_LV= ERROR: required varible not found or the server is already converted to zfs ``` If you need it I can give you access to the OVH manager :)
kerem closed this issue 2026-02-27 01:57:20 +03:00
Author
Owner

@extremeshok commented on GitHub (Jun 10, 2019):

These variables were not detected,
MY_MD_RAID=
MY_LV=

may i have the output of the following 2 commands

pvdisplay
lvdisplay /dev/md4
<!-- gh-comment-id:500320998 --> @extremeshok commented on GitHub (Jun 10, 2019): These variables were not detected, MY_MD_RAID= MY_LV= may i have the output of the following 2 commands ```` pvdisplay lvdisplay /dev/md4 ````
Author
Owner

@extremeshok commented on GitHub (Jun 25, 2019):

alas no news...

<!-- gh-comment-id:505498976 --> @extremeshok commented on GitHub (Jun 25, 2019): alas no news...
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#7
No description provided.