• boredsquirrel@slrpnk.net
      link
      fedilink
      arrow-up
      5
      ·
      5 months ago

      Proxmox is an entire distro just for running virtual machines, with a web UI. Virt-manager is a program you install on a normal machine

        • thedeadwalking4242@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          5 months ago

          A bare metal OS is an OS running outside of a hypervisor. Virt-manager is a class 1 hypervisor that allows you to host guest operating systems. ( Run vms )

          • sorter_plainview@lemmy.today
            link
            fedilink
            arrow-up
            1
            ·
            5 months ago

            Hey sorry for the confusion. What I meant is Proxmos is considered as a bare metal hypervisor and Virt manager is a hypervisor inside an OS, right?

            • thedeadwalking4242@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              5 months ago

              Technically no, both use kvm virtualization which is included in the Linux kernal, so both are “bare metal hypervisors” other wise know as class 1 hypervisors. Distinctions can be confusing 😂

      • PlexSheep@infosec.pub
        link
        fedilink
        arrow-up
        0
        ·
        4 months ago

        It’s really just Debian with more packages preinstalled, but yeah, the idea is that you have an OS that has the primary purpose of virtualizing other machines.

          • PlexSheep@infosec.pub
            link
            fedilink
            arrow-up
            3
            ·
            4 months ago

            Oh right, they ship a modified kernel, didn’t think of this. I also didn’t know about the zfs thing, my homelab uses btrfs.

            • Kazumara@discuss.tchncs.de
              link
              fedilink
              arrow-up
              1
              ·
              4 months ago

              I’m also using btrfs, but I originally wanted ZFS before seeing that it was only available through FUSE on my distro.

              That’s why I even noticed ZFS was one of the features of Proxmox :)