Kaavi

joined 1 year ago
[–] Kaavi@lemmy.world 11 points 1 month ago* (last edited 1 month ago) (3 children)

I'm not op, but: I have 10gbit between by truenas server and my proxmox server. The use case is faster access to files from my proxmox server.

1gbit is actually quite slow when we talk disk speed.

[–] Kaavi@lemmy.world 1 points 2 months ago* (last edited 2 months ago)

My own approach is to run vm/lxc of SSDs that's are hosted on proxmox directly.

Then I have a truenas with Nas storage. I mount that through SMB to proxmox and pass the different dirs into the vm/lxc that need them.

SSD are much better performance for vm/lxc.

Edit: even running the Nas as a vm i would mount it with SMB, making it easy to spilt them up later if you want. Also I have 10gbit netcards between the nas and proxmox.

[–] Kaavi@lemmy.world 6 points 5 months ago (8 children)

Install proxmox, and play around with Linux containers, if it goes wrong just delete it and start over. Also installing change detection is quite easy using helper scripts: https://helper-scripts.com/scripts?id=Change+Detection

[–] Kaavi@lemmy.world 2 points 5 months ago (1 children)

Just curious, is there anything like that for Facebook? Facebook groups specifically.

[–] Kaavi@lemmy.world 2 points 7 months ago

I've been using proxmox mainly with lxc containers for years. I gave an lxc running docker and portainer, for a few services I have running in docker.

I wouldn't do it with anything critical it anything that needs mich performance or resources. But honestly most things don't need that.

So is you like me just need a few docker containers and you already have everything else running - this can be a fine way to do it. Go for it :)