Lem453

joined 1 year ago
[–] Lem453@lemmy.ca 2 points 1 week ago

Thanks! I got it setup by IDs now. I originally set it up via the proxmox GUI and it defaulted to NVME names

[–] Lem453@lemmy.ca 1 points 1 week ago (1 children)

I may have done a bios update around the time it went down, I don't remember for sure but I haven't added to physically changed the hardware in anyway. Its working now with the above suggestions so thanks!

[–] Lem453@lemmy.ca 1 points 1 week ago (1 children)

Thanks for this! Luckily the above suggestion to export and import worked right away so this was not needed.

[–] Lem453@lemmy.ca 3 points 1 week ago* (last edited 1 week ago) (1 children)

Thanks, this worked. I made the ZFS array in the proxmox GUI and it used the nvmeX names by default. Interestingly, when I did zfs export, nothing seemed to happen and it -> I tried zpool import and is said no pools available to import, but then when I did zpool status it showed the array up and working with all 4 drives showing healthy and it was now using device IDs. Odd but seems to be working correctly now.

root@pve:~# zpool status
  pool: zfspool1
 state: ONLINE
  scan: resilvered 8.15G in 00:00:21 with 0 errors on Thu Nov  7 12:51:45 2024
config:

		NAME                                                                                 STATE     READ WRITE CKSUM
		zfspool1                                                                             ONLINE       0     0     0
		  raidz1-0                                                                           ONLINE       0     0     0
			nvme-eui.000000000000000100a07519e22028d6-part1                                  ONLINE       0     0     0
			nvme-nvme.c0a9-313932384532313335343130-435431303030503153534438-00000001-part1  ONLINE       0     0     0
			nvme-eui.000000000000000100a07519e21fffff-part1                                  ONLINE       0     0     0
			nvme-eui.000000000000000100a07519e21e4b6a-part1                                  ONLINE       0     0     0

errors: No known data errors
[–] Lem453@lemmy.ca 8 points 1 week ago (1 children)

This is better as well because it prevents the docker from starting if the mount doesn't work. Some apps will freak out if they loose their data and apps if they index files like jellyfin might start deleting the files from the index as the library is now empty.

NFS mount via docker compose is the best way to go

[–] Lem453@lemmy.ca 1 points 1 week ago (4 children)

I didn't rename them. I suspect it happened during a reboot or maybe a bios update that I may have done last month.

How do I clear or repair it?

[–] Lem453@lemmy.ca 3 points 1 week ago (6 children)

Is there a way to change this on an existing zpool?

[–] Lem453@lemmy.ca 5 points 1 week ago (5 children)

I also would like to know what the desktop app is used for?

I've seen apps like xpipe that have direct Bitwarden integration if you want (way too high risk for me but I can see some people using it), but even then it integrates directly to the servers API. When I need an ssh password or something I copy and paste it from the browser extension. I'm curious if I'm missing some functionality by not using the app.

[–] Lem453@lemmy.ca 1 points 2 weeks ago (1 children)

Would appreciate a link please! Can't seem to find it on DDG

[–] Lem453@lemmy.ca 9 points 2 weeks ago

You don't have the knowledge or experience to do this for a business. This is different than a personal cloud. You will be blamed when things don't work.

Don't touch this with a 10ft pole.

If you want to help, find commercial services that offer this and suggest those.

[–] Lem453@lemmy.ca 2 points 2 weeks ago

Its just another part of the puzzle you have to figure out.

When I first started, getting my reverse proxy, port forwarding, domain name etc working and debugging the issues took a lot of time and learning.

Certainly doable but will just make things harder

 

Hi all. Just learned about NixOS a few weeks ago. I'm in the process of migrating several of my docker services to a new server that will have proxmox installed as the host and then a VM for docker.

I'm currently using alpine as the VM and it works well but one of the main goals of the migration is to use infrastructure as code as much as possible. All my docker services are docker compose files checked into a git repo that gets deployed. When I need to make a change, I update the git repo and pull down the latest docker compose.

I currently have a bunch of steps that I need to do on the alpine VM to make it ready for docker (qemu agent, NFS shares, etc).

NixOS promises to be able to do all that with a single config file and then create a immutable OS that never changes after that. That seems to follow the philosophy well for infrastructure as code and easy reproducibility.

Has anyone else tried NixOS as a docker host? Any issues you've encountered?

view more: ‹ prev next ›