40
submitted 4 months ago by peregus@lemmy.world to c/selfhosted@lemmy.world

I have a couple of home server, both with Proxmox as hypervisor, one VM with Ubuntu 22.04 that does just Docker containers, one with Open Media Vault, one with Home Assistant (HA OS) and a couple of Windows VM to do some tests. Since I wanted to move from OMV, right now I see 2 options:

  • stay with Proxmox and find another NAS OS
  • use Unraid as NAS and hypervisor

What other option would you suggest?

top 50 comments
sorted by: hot top controversial new old
[-] heartfelthumburger@sopuli.xyz 16 points 4 months ago

I've been using unraid for a few years. Super happy with it. Recently migrated from using their normal array to zfs since I got a hold of some enterprise SAS drives.

[-] tiramichu@lemm.ee 8 points 4 months ago* (last edited 4 months ago)

Been using unraid for a couple of years now also, and really enjoying it.

Previously I was using ESXi and OMV, but I like how complete Unraid feels as a solution in itself.

I like how Unraid has integrated support for spinning up VMs and docker containers, with UI integration for those things.

I also like how Unraid's fuse filesystem lets me build an array from disks of mismatched capacities, and arbitrarily expand it. I'm running two servers so I can mirror data for backup, and it was much more cost effective that I could keep some of the disks I already had rather than buy all-new.

[-] peregus@lemmy.world 3 points 4 months ago

Fuse file system? I've never heard about it. Is it a proper file system or does it work on ZFS/others?

[-] tiramichu@lemm.ee 9 points 4 months ago* (last edited 4 months ago)

The clue with Unraid is in the name. The goal was all about having a fileserver with many of the benefits of RAID, but without actually using RAID.

For this purpose, Fuse is a virtual filesystem which brings together files from multiple physical disks into a single view.

Each disk in an Unraid system just uses a normal single-disk filesystem on the disk itself, and Unraid distributes new files to whichever disk has space, yet to the user they are presented as a single volume (you can also see raw disk contents and manually move data between disks if you want to - the fused view and raw views are just different mounts in the filesystem)

This is how Unraid allows for easily adding new drives of any size without a rebuild, but still allows for failure of a single disk by having a parity disk - as long as the parity is at least as large as the biggest data disk.

Unraid have also now added ZFS zpool capability and as a user you have the choice over which sort of array you want - Unraid or ZFS.

Unraid is absolutely not targeted at enterprise where a full RAID makes more sense. It's targeted at home-lab type users, where the ease of operation and ability to expand over time are selling points.

[-] papertowels@lemmy.one 4 points 4 months ago

Not sure if it's obvious from this comment, but also worth pointing out to folks learning about unraid that it still has parity drives that let you recover from disk failures - it's not just JBOD.

[-] tiramichu@lemm.ee 2 points 4 months ago* (last edited 4 months ago)

Yup, my comment mentions the parity disk :)

Good to emphasise that a bit more though.

load more comments (1 replies)
[-] peregus@lemmy.world 4 points 4 months ago

So it's like SnapRaid and MergerFS. Got it. Thanks

[-] lemmyvore@feddit.nl 4 points 4 months ago

FUSE is a "virtual" filesystem that can be used to make anything look like a local filesystem.

Example, encfs uses it to make an encrypted file tree appear decrypted to the user and performs encryption/decryption as needed on the fly.

Another example, Borg Backup uses it to let you browse backup snapshots as normal files even when they've been compressed, encrypted and/or deduplicated with other snapshots.

[-] EncryptKeeper@lemmy.world 2 points 4 months ago

The Fuse file system isn’t the actual file system on each disk, it’s like an overlay that brings together the file systems on each disk. Like a super basic setup assuming you had two data drives is that you could have a share called “MyFile Share” and have two files in the share, “File A” located at /mnt/disk1/MyFileShare/FileA and “File B” located at /mnt/disk2/MyFileShare/FileB but if you connect to the file share remotely or do an ls on /mnt/user/MyFileShare/ you’ll see both files A and B. So you create each share and it’ll distribute all your files across disks according to your specifications.

This is the fuse file system, and it’s how UnRAID implements the “RAID-like” features. Because unlike actual RAID your files aren’t striped across the array, each file lives on one disk. So while you can have 1 or 2 parity drives that can rebuild your array in the case of a lost drive, unlike RAID you don’t lose your entire array. If you have one parity drive and a 5 disk array and lose two data drives, your parity can’t rebuild the lost data but the data that’s on the other 3 disks are still accessible.

[-] peregus@lemmy.world 1 points 4 months ago

What RAIDz are you using? How are you feeling it?

[-] heartfelthumburger@sopuli.xyz 3 points 4 months ago

raidz1. No issues so far. I've had some prior experience with zfs from work, so moving to it was a no brainer.

[-] thejevans@lemmy.ml 13 points 4 months ago

I use proxmox with truenas scale. It's a great option, but you just have to make sure to pass the hdd controller PCI device through to the VM. This can either be the SATA controller on the motherboard if you can make that work, or a separate PCIe HBA.

[-] possiblylinux127@lemmy.zip 1 points 4 months ago

Honestly I would get a pcie sata controller card. It is fairly inexpensive and doesn't tie up the controller on the motherboard

[-] peregus@lemmy.world 1 points 4 months ago

Should I pass the whole controller? I have the Proxmox disk on the same controller, how do I do that?

[-] thejevans@lemmy.ml 7 points 4 months ago

You would need a separate controller.

[-] peregus@lemmy.world 1 points 4 months ago
[-] thejevans@lemmy.ml 5 points 4 months ago

The LSI 9210 8i - IT mode is a great option and can be had for under $50.

[-] peregus@lemmy.world 1 points 4 months ago

On eBay they all seems to be coming from China at about 30$ with cables (although they are the 8087 and not 8086), could they be clone? In Europe (where I live) they costs about 60€.

[-] peregus@lemmy.world 1 points 4 months ago

Does it works with SATA drives and, most important: can it provides the single drives to the OS without RAID (since I would want to use a software RADI like RIADz)?

[-] thejevans@lemmy.ml 3 points 4 months ago

Yeah, so the IT mode flash makes it just a JBOD controller, which is what truenas wants. It works with SAS and SATA. You'd need SFF-8086 to SATA cables. (One cable per 4 drives)

[-] peregus@lemmy.world 1 points 4 months ago

Interesting, I'll have a look on how to flash the IT mode. Thanks!

[-] thejevans@lemmy.ml 3 points 4 months ago

It's very easy to find them with IT mode already flashed so it's plug-and-play.

[-] peregus@lemmy.world 1 points 4 months ago

Cool! What's your feeling about SnapRaid and MergerFS instead of RAIDz?

[-] thejevans@lemmy.ml 3 points 4 months ago

If you're using TrueNAS, use RAIDz. Doing anything else negates all the benefits of TrueNAS.

[-] peregus@lemmy.world 2 points 4 months ago

Got it, thanks!

load more comments (3 replies)
[-] anamethatisnt@lemmy.world 10 points 4 months ago* (last edited 4 months ago)

Running a Debian Bookworm hypervisor using KVM/QEMU with virt-manager for vms + Incus for lxc containers gives you a lot of freedom with how you use it.

edit: It also means you build your own hypervisor from parts - kinda like installing postfix/dovecot/mariadb/spamassassin instead of a packaged solution like mail-in-a-box. It takes more time and effort but I find I understand the underlying technologies better afterwards.

[-] peregus@lemmy.world 4 points 4 months ago

That's something I like, just plain Debian with KVM. How is virt-manager compared to the Proxmox UI? Does it needs to be installed on a separate PC (Windows?)?

[-] anamethatisnt@lemmy.world 7 points 4 months ago

No problem running virt-manager on the hypervisor itself. You can also use https://cockpit-project.org with the cockpit-virtual-machines addon to manage kvm vms from https://machineip:9090

[-] peregus@lemmy.world 2 points 4 months ago

Cool! I think that I'll give it a go! Does the cockpit needs to be installed directly on the host OS or...?

[-] anamethatisnt@lemmy.world 2 points 4 months ago

Yeah, you need to install cockpit on any linux you wanna manage using it, then you can use the ssh keys to setup so your cockpit session on the hypervisor gives you access to your vms too.

[-] mouse@midwest.social 2 points 4 months ago* (last edited 4 months ago)

I recently switched from Proxmox to Debian Bookworm with Incus(LXD fork) as my primary setup, it's been a pleasant experience. I also like the idea of using something like Cockpit to manage VMs though haven't come to a need yet for a VM over a container. I'll also point out that Incus can handle VMs as well.

Stéphane Graber, Project leader of Linux Containers is also on the fediverse and responds to questions often.

[-] denshirenji@lemmy.world 9 points 4 months ago

For the hypervisor I recommend either Proxmox or XCP-ng. XCP-ng is technically a better hypervisor, but I personally use Proxmox because I like the UI.

For the NAS OS, I use and recommend TrueNAS Scale. You can run Docker containers on it. All this being said, I've never used Unsaid so I don't know how they compare.

Out of curiosity, why move from OMV? I was thinking about trying it out for a second NAS.

[-] peregus@lemmy.world 3 points 4 months ago* (last edited 4 months ago)

Out of curiosity, why move from OMV? I was thinking about trying it out for a second NAS.

It's probably a problem of not dedicating enough time to learn how it works, but I've installed a couple of time in the past years, but...I don't like it much. It seems complicated to me (still, I probably don't dedicate it enough time).

For the NAS OS, I use and recommend TrueNAS Scale. You can run Docker containers on it

I'll check it, thanks

[-] denshirenji@lemmy.world 3 points 4 months ago

Your reason to move from OMV is the same as mine for XCP-ng. It is supposed to be a better hypervisor, but I just did not like the UI at all. It doesn't help that you have to host a small VM just to have a webGUI.

[-] jkrtn@lemmy.ml 2 points 4 months ago

I had to build that small VM from source on a different machine because my XCP-ng install was refusing to set it up. Then I was able to move it over to the XCP-ng machine to self host.

I liked the UI and honestly I like the VM that keeps the web app separate from the hypervisor. But then it started looking like a massive pain to hotplug USB devices to the VMs, so I bounced.

I am trying Incus/LXD right now and enjoying it so far.

[-] Oisteink@feddit.nl 7 points 4 months ago

If you can - separate host and storage. Run what ever hyper visor you like - Xcp-ng is also good. Any nas is good

[-] ikidd@lemmy.world 7 points 4 months ago

While you can do a lot of the stuff that PM does via Unraid and other tools, it's all there in one spot. I love taking snapshots before upgrades, migrating machines between nodes live while I upgrade the nodes, having HA for my OPNsense and other important boxes, and the PBS backup system. I know you could do all this with other tools, but it's damn convenient in PM and "just works".

You can install a NAS vm in PM, just give it raw access to the disks you're looking to use for data, and back them up independently. Don't try to do something like overlay ZFS on ZFS.

[-] kalpol@lemmy.world 2 points 4 months ago

Yeah I experimented with Truenas in a VM, it randomly dropped the pool. Do not do this.

[-] Gooey0210@sh.itjust.works 4 points 4 months ago

Nixos ❄️

[-] null@slrpnk.net 4 points 4 months ago

I recently tried out Cockpit on top of plain old Debian and it was really nice. You can manage VMs and whatnot, but it's quite a bit more lightweight than Proxmox IMO.

load more comments (2 replies)
[-] TCB13@lemmy.world 4 points 4 months ago* (last edited 4 months ago)

Debian as OS; LCX/LXD/Incus for containers and VMs. BTRFS as filesystem. More: https://lemmy.world/comment/6507871

load more comments (4 replies)
[-] Decronym@lemmy.decronym.xyz 3 points 4 months ago* (last edited 4 months ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
ESXi VMWare virtual machine hypervisor
HA Home Assistant automation software
~ High Availability
LXC Linux Containers
NAS Network-Attached Storage
PCIe Peripheral Component Interconnect Express
RAID Redundant Array of Independent Disks for mass storage
SATA Serial AT Attachment interface for mass storage
SSH Secure Shell for remote terminal access
ZFS Solaris/Linux filesystem focusing on data integrity

9 acronyms in this thread; the most compressed thread commented on today has 15 acronyms.

[Thread #502 for this sub, first seen 11th Feb 2024, 09:35] [FAQ] [Full list] [Contact] [Source code]

[-] possiblylinux127@lemmy.zip 2 points 4 months ago

What's your thoughts on ZFS? If that's something you want to do you could go buy a pcie Sata card and then pass it though to a TrueNAS VM.

load more comments (5 replies)
load more comments
view more: next ›
this post was submitted on 11 Feb 2024
40 points (97.6% liked)

Selfhosted

37743 readers
617 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS