Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


OVH Kimsufi LVM Partitioning for Virtualizor Installation
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

OVH Kimsufi LVM Partitioning for Virtualizor Installation

vpscpvpscp Member

Hey everyone,

I'm setting up Virtualizor KVM on an OVH Kimsufi Dedicated Server running AlmaLinux 9. Since Virtualizor documentation states that LVM should not be mounted, but OVH’s installer forces a mount point, I’m not sure about the best way to proceed.

Current Setup (OVH Installer)

  • /boot (XFS, 1GB)
  • / (XFS, 200GB)
  • swap (SWAP, 64GB)
  • LVM: lvstorage (1.6 TiB) → Mounted at /mnt/temp_storage (since OVH forces a mount point)

My Questions:

  1. Is there a way to configure OVH’s installer so that LVM doesn’t require a mount point?
  2. If I have to assign a temporary mount (/mnt/temp_storage), can I safely unmount it after installation and let Virtualizor manage it?
  3. How have others successfully configured OVH Kimsufi for Virtualizor LVM storage?

I’ve attached screenshots of my partitioning setup. Any insights from those who have done this before would be greatly appreciated!

Thanks in advance!

Comments

  • xHostsxHosts Member, Patron Provider

    the new installer seems to use a default in the / partition which it uses the home folder if you do not set it in the installer commands

  • AlbaHostAlbaHost Member, Host Rep

    @vpscp said:
    Hey everyone,

    I'm setting up Virtualizor KVM on an OVH Kimsufi Dedicated Server running AlmaLinux 9. Since Virtualizor documentation states that LVM should not be mounted, but OVH’s installer forces a mount point, I’m not sure about the best way to proceed.

    Current Setup (OVH Installer)

    • /boot (XFS, 1GB)
    • / (XFS, 200GB)
    • swap (SWAP, 64GB)
    • LVM: lvstorage (1.6 TiB) → Mounted at /mnt/temp_storage (since OVH forces a mount point)

    My Questions:

    1. Is there a way to configure OVH’s installer so that LVM doesn’t require a mount point?
    2. If I have to assign a temporary mount (/mnt/temp_storage), can I safely unmount it after installation and let Virtualizor manage it?
    3. How have others successfully configured OVH Kimsufi for Virtualizor LVM storage?

    I’ve attached screenshots of my partitioning setup. Any insights from those who have done this before would be greatly appreciated!

    Thanks in advance!

    Why do you need to create LV from OVH panel/installer? Just configure swap,boot,/ size, and the LVM create manually once OS is reinstalled.

    Thanked by 1vpscp
  • AndreixAndreix Member, Host Rep

    You can always use the IPMI console to install your custom OS.

    Thanked by 2emgh vpscp
  • emghemgh Member, Megathread Squad

    @Andreix said:
    You can always use the IPMI console to install your custom OS.

    Yeah, I was just about to say, plus OVH templates if I remember correctly comes with cloud-init and stuff like that, cleanest is just uploading your own ISO and make sure you can reproduce the exact environment at a later point in time, even if OVH changes their installer or their templates.

    Thanked by 2Andreix vpscp
  • DevsomDevsom Member
    1. Do not create any LVM while installing OS
    2. Create the Volume group manually later

    Use commands like pvcreate and vgcreate

Sign In or Register to comment.