-
CrtxReavr
Power supplies are a relatively cheap upgrade.
-
dziq
hi
-
demido
8 1.8TB drives in raid 10 is theoretical capacity of 7200gb but actually 6700, then with ufs formatted it's 6500. there any online calculators to get these real numbers from different raid levels? only online raid calculators i found just give theoretical capacity but that's pretty useless
-
jgh
for a start, drive manufs use misleading descriptions of size
-
demido
LIARS
-
demido
i got an old server for homelab learning. it has 8 disks in it. i set up raid 10 and got 6,700GB raid formatted, then 6,500 usable in freebsd + ufs. then i just changed raid level to raid 5 + 1 hot spare, raid formatted was like 10,000GB. went to do freebsd install and after i selected ufs and gpt installer said invalid size argument. 14.2 btw. is
-
demido
that expected?
-
jgh
then you have some overhead for raid, possibly - eg. a dirty-map (which could depend on a config granularity)
-
jgh
then you have filesystem overheads, fs-type dependent and possibly config dependent
-
jgh
in short, there's too many variables
-
demido
ya that's why i'm resorting to installing freebsd + ufs on all of the different raid levels. know why i got that error?
-
jgh
not me, sorry
-
demido
weird. changed raid level to 5 with no hot spare and installer worked lol
-
demido
what's the right way to view how much usable disk space i have in ufs in GB?
-
demido
df -h or?
-
Alver
Yes, that
-
demido
size 11T, used 1.6G, avail 9.8T (???)
-
demido
size 11T, used 1.6G, avail 9.8T (???)
-
Demosthenex
ok, so trying to do freebsd-update with boot environments and bectl, i've read 2 docs that suggest creating a new BE then mount+chroot or jail into it to do the update, and a different klarna article that suggests mounting the new BE and using freebsd-update and specifying the mount path
-
Demosthenex
which would be cleaner?
-
vkarlsen
I'd do the latter
-
Demosthenex
yeah, the mount of devfs and jail parameters made me nervous there's some implied logic going on
-
mage
when the fuck will Github add support for FreeBSD in their CI/CD stack @#!
-
Demosthenex
and since i have to update the EFI loaders manually anyway, it should be a wash
-
Demosthenex
i just want to prep the upgrade and reboot into it using BE's
-
Demosthenex
vkarlsen: oh! one difference is with the jail the third install command can be run, where klarna says after reboot do the third install
-
Demosthenex
frankly, the upgrade portion of the handbook is quite unclear about the series of tasks to do :P
-
Demosthenex
does freebsd-install need devfs mounted?
-
Demosthenex
er, freebsd-update install
-
rtprio
mage: probably never. and also, why
-
rtprio
Demosthenex: if you're updating from outside a jail, doubtful
-
Demosthenex
rtprio: i'm trying to upgrade inside a new boot environment, mounted with bectl jail
-
rtprio
then probably don't need devfs, but what can it hurt, really
-
Demosthenex
i just tried the upgrade using a jail, need to do the final reboot
-
Demosthenex
-
Demosthenex
seemed to work. install said nothing left to do, and the pkg upgrades worked too
-
Demosthenex
only 1 port to recompile after