a_skeleton_03
<Banned>
- 29,948
- 29,763
What apps? I do all of my server stuff on a synology NAS at home, was pretty easy to set up.I have 16 TB of storage at home. Looking for help on setting up Docker apps on Scale.
Got it going in my VMware setup. Yeah the UI is overly complicated for setting docker shit up, and there doesn't seem to be an easy way to setup whatever the hell the linux version of jails are to just use docker compose-files. I did find the other main? catalog to pull docker apps from. But yeah- the config is definitely WAY different from the bsd based one.I already have all my apps working on core, I was just fooling with Scale and the config is a little confusing.
So I've been running Free/TrueNAS server at home for a few years now. I'm starting to get signs of drive failure (unrecoverable bad sectors) and am approaching 80 percent capacity anyway. I currently have five 2TB drives in RAIDZ2. Do I understand correctly that I can buy five new, larger drives, replace them into the existing pool one by one, then expand the pool to get 18TB (5x6TB@RZ2) total storage, all hopefully without doing any violence to my data?
Interesting thoughts. Apparently my spare gaming PC has six SATA ports. I'm short cables, but I can order some and try booting truenas there. Am I likely to get into any trouble with this stopgap system not having EEC RAM and all that?Or create a new pool using the new drives on a networked computer and copy the data across. After the copy export the new pool so you can import on your NAS after physically moving the drives over to it. The ZFS way to send the files would be using zfs send and zfs receive (which can be done over ssh if needed) to send and receive snapshots between machines. This is what I do between my primary NAS and my (typically offline) backup NAS. The initial snapshot(s) sends everything, but future snapshots send only the incremental data so they are quick
Small price to pay. I actually just had to do all that because I accidentally reset my configuration from the Truenas boot console thinking that it would only apply to the network settings instead of the whole damn thing. I had about five minutes of heart palpitations until I realized my pool was intact and just unloaded.You will probably have to reconfigure/reshare your various pools/datasets but at least you won't have to resilver 5 different times.
if that is a modern-ish gaming pc w/ nvme-ssd, and you decide to use nvme-sdd, you will lose out on 2 sata ports most likely, what mb is it?Interesting thoughts. Apparently my spare gaming PC has six SATA ports. I'm short cables, but I can order some and try booting truenas there. Am I likely to get into any trouble with this stopgap system not having EEC RAM and all that?
I'd only be hooking up the extra drives for as long as it takes to set up the pool and copy my current NAS contents. After that it's going back into service as a gaming box for my kids. It's a GIGABYTE GA-Z170-HD3P, though.if that is a modern-ish gaming pc w/ nvme-ssd, and you decide to use nvme-sdd, you will lose out on 2 sata ports most likely, what mb is it?
it'll be fine without ecc. The rebuilding by doing it one at a time is generally solid, but if yer starting to get errors- i wouldn't stress them further.Interesting thoughts. Apparently my spare gaming PC has six SATA ports. I'm short cables, but I can order some and try booting truenas there. Am I likely to get into any trouble with this stopgap system not having EEC RAM and all that?
Small price to pay. I actually just had to do all that because I accidentally reset my configuration from the Truenas boot console thinking that it would only apply to the network settings instead of the whole damn thing. I had about five minutes of heart palpitations until I realized my pool was intact and just unloaded.