-
ketas
i think i'm closer to my zfs issues
-
megaTherion
ketas: what issues?
-
ketas
others finally pointed out that maybe the write cache will fill up ram
-
ketas
because storage is slow
-
megaTherion
didn't you limit the ARC?
-
ketas
but arc is for reads
-
ketas
?
-
megaTherion
true
-
ketas
basically git pull on ports tree and poof
-
megaTherion
ok never had any issues on write
-
ketas
took few seconds until ram ran out
-
megaTherion
but must be specific to your zpool layout and/or devices
-
ketas
when it ran out, all userland was killed off
-
ketas
just 2 disk mirror
-
ketas
but should it happen?
-
megaTherion
spinning rust?
-
ketas
yes
-
megaTherion
nah I dont know why it would happen, IO will block if it cant write out to disk
-
ketas
1 could be failing now
-
ketas
i guess noone tested it well?
-
megaTherion
tested what?
-
ketas
apparently io will not block :/
-
megaTherion
ZFS is well proven and tested
-
ketas
on good large systems mainly?
-
ketas
powerful
-
ketas
-
ketas
what's this then?
-
megaTherion
a lot of people use it, but I wouldn't bother with it on certain memory restrained systems
-
ketas
i found it elsewhere too
-
ivy
zfs is well proven and tested, but also using native encryption will cause random in-memory snapshot corruption...
-
megaTherion
ketas: yeah 2GB RAM is stupid
-
ketas
what about io restrained
-
ketas
in my case it's 4
-
ketas
works except when it doesn't
-
megaTherion
ketas: ZfS was simply not designed for memory constraint devices
-
ketas
nor io, right?
-
megaTherion
so dont work against its design, use the tool which fits
-
ivy
fwiw, i use zfs on 2GB systems and it works fine, if you have a lot of memory pressure you may need to limit arc
-
ivy
i haven't tested performance but those systems are generally not performance-limited and the benefits are worth it
-
ketas
now it self tunes better?
-
ketas
previously zfs was much worse
-
ketas
unsure if it's now better or worse if it can handle low ends better
-
megaTherion
RAM is so cheap these days... no one bothers
-
megaTherion
any typical VPS has like 8GB nowadayx
-
megaTherion
-x+s
-
ketas
zfs actually has several good features for embedded systems too
-
megaTherion
nah
-
ketas
checksums, multiple copies, compresses
-
megaTherion
why would embedded systems want that?
-
ivy
that's not even remotely true. i have a bunch of VMs that act as routers (so they need to be separate VMs) and upgrading them all to 8GB would be a notable expense
-
ketas
but should zfs keep accepting writes nonblockingly until ram runs out?
-
ketas
which is what seems to happen
-
ketas
i bet you can run out of 2tb ram too
-
ketas
unsure if storage is that slow, but who knows
-
ketas
storage might also get slow due something bottlenecking
-
ketas
that would cause everything to crap out?
-
megaTherion
its not ZFS fault, nor FreeBSDs. If you are OOM you are OOM... nothing will help about that
-
megaTherion
its not only ZFS which wants RAM, git wants RAM too... the OS too... you are just hitting the limit and then you are out of luck
-
megaTherion
just give it 4GB more an you'll be fine, for sure
-
ketas
maybe
-
megaTherion
we have the same old story since ZFS became a thing on FreeBSD in the first place, people wanting to use it on 32bit and it failed.. then some optimizations came.. but its not really what its designed for
-
ketas
i bet packedGitWindowSize = 32m packedGitLimit = 128m limits the amount of writes?
-
ketas
no?
-
ketas
that eliminates the issue seeminly
-
megaTherion
maybe try to check with iostat then
-
ketas
without limits the machine goes down so fast you barely switch tmux window
-
ketas
fun
-
ketas
if it would just start swapping you have more time
-
ketas
but here it can't
-
megaTherion
well if its swapping you are already in trouble too
-
ketas
depends what swapped out
-
megaTherion
heh
-
ketas
it's just memory that is very slow :p
-
ketas
there's something around txg you can poke i see
-
ketas
and, why would embedded systems want checksums, multiple copies of data or compression?
-
ketas
because
-
megaTherion
what data?
-
ketas
indeed zfs is not for that
-
megaTherion
embedded systems are like industrial machines
-
megaTherion
microcontrollers etc.
-
megaTherion
raspi's are not embedded
-
ketas
like copies=3 :p that could give some redundancy on flash?
-
ketas
actual rpis are actually used in some places
-
megaTherion
ZFS is just a memory hog, nobody want that
-
ketas
where does it's memory go anyway?
-
hernan604
nobody wants ZFS. nobody
-
hernan604
not even the developers of ZFS want ZFS
-
megaTherion
hernan604: nobody working in industrial applications with embedded systems
-
megaTherion
its simply a completly different field
-
ketas
what do they want then
-
megaTherion
ZFS is about big storage
-
megaTherion
ketas: certified proprietary devices which have a lifespan like 20y probably :)
-
hernan604
megaTherion: dont use ZFS
-
hernan604
its definately not for you
-
hernan604
use windows and whatever they have there
-
megaTherion
I use ZFS where it suits :)
-
hernan604
ok
-
megaTherion
yes sure, windows is also a thing in many companies :)
-
ketas
meh my bbb is 10y old and has old fbsd in it
-
ketas
ufs tho
-
ketas
:p
-
megaTherion
what is bbb?
-
ketas
beaglebone black
-
megaTherion
ya but those are SBCs
-
megaTherion
big difference
-
ketas
it's soc is actually moderatively industrial
-
foxiepaws
my 1gb vps runs with zfs without much issue even.
-
megaTherion
foxiepaws: so help ketas please :)
-
ketas
my 512m machine once did too
-
ketas
:p
-
foxiepaws
what features are you using? deduplication doesn't work in that size obviously.
-
ketas
megaTherion: well sbc is embedded, no?
-
ketas
no, dedup is off
-
megaTherion
ketas: to me its more like dedicated devices, development boards, arduinos or smaller scale stuff like 16bit MCUs
-
ketas
unsure what dedup is for, 10k people sharing same cat photo around?
-
ketas
vpses with same os?
-
foxiepaws
i mean, thats a good way to describe the usecase lol.
-
ketas
megaTherion: that term eroded i guess
-
ketas
"embedded"
-
ketas
just call them small computers now
-
foxiepaws
but yeah, if its not working by default, and its x86 <1gb ram, i'm not exactly sure what the problem is. on one machine i did have to mess with tunables for arc and the like but thats not been the case for quite some time
-
foxiepaws
sorry to say
-
ketas
yes that was fixed i think
-
ketas
from one machine i recalled 40mb/s write
-
ketas
was also wtf
-
ketas
it was not disk
-
ketas
this was ages ago too
-
foxiepaws
yeah i had some issues with really bad ZFS performance for a while but it did eventually clear up
-
ketas
like 2013
-
ketas
i think it's large write burst in my case
-
foxiepaws
i hate to be the "works for me" person,but when you don't have the issues or they just go away for you anyway without even looking... it's pretty impossible to figure out whats going on
-
ketas
that doesn't block
-
megaTherion
I'd still just get more RAM :)
-
foxiepaws
i did eventually trace back issues for myself recently for that to the virtio driver for my host
-
foxiepaws
didn't matter what OS was loaded, the hypervisor was getting slammed
-
ketas
i also had thing like buildworld failed on fs issues since i was just gitting around and / or cleaning obj
-
ketas
i was wtf, waited and ran it again, it was ok
-
ketas
so who knows
-
foxiepaws
pretty sure it was because of other people on the same server that got banned off for abusing [lot of steal time and the like]
-
foxiepaws
more RAM wouldn't have fixed that, and changing OSes or FS wouldn't have either. like to verify it i loaded a livecd of linux and it still was unusable
-
ketas
would you have preferred the writes to lock up or whole machine to go down?
-
ketas
virtual or real
-
foxiepaws
uh, for me, i don't really think that it would have made a difference either way.
-
ketas
writes could open back up but if things get killed, data is gone
-
foxiepaws
thats true, my workloads are primarily pretty chill and non-life-critical. a bit of dataloss sucks but isn't a big deal
-
foxiepaws
for cases it does matter. i'd probably not be using a VPS with 1gb ram tbh
-
ketas
it would be quite annoying too
-
foxiepaws
yep it is incredibly annoying
-
ketas
i saw bug of someone's zfs backed mysql server going down
-
ketas
was much bigger beast
-
ketas
ram, drives
-
ketas
still went down
-
foxiepaws
idk and?
-
foxiepaws
sucks, did it get reported? has anyone else duplicated?
-
foxiepaws
shit breaks sometimes. just how it is.
-
ketas
seems similar
-
ketas
and bug is 2018 iirc
-
ketas
open
-
ketas
:)
-
ketas
it just needs specific conditions
-
foxiepaws
has anyone else duplicated is the main point, just because a bug is open doesn't mean that its like, actually a bug in the software. I've had disk controllers take down my metal a few times and had to replace them, but it looked like a software bug
-
ketas
i think those are same issue still
-
ketas
so answer is yes?
-
ketas
but it's not very common issue?
-
ketas
because it's not very common cause?
-
ketas
gnop delays can maybe emulate this
-
ketas
i think when i asked people to test this, it didn't work because they used some super fast vm host
-
ketas
just limited the ram
-
ketas
no idea if found bug or limitation
-
ketas
i
-
ketas
reminds me the serial data corruption issue :p
-
ketas
got random input going to output mixup that i found no way to figure out
-
ketas
finally suspected a burst of data
-
ketas
tested it deliberately and it worked
-
ketas
unsure if it was usb uart hw, or driver or kernel
-
ketas
was even suggested to run memory checks, like overflows etc
-
GoSox
so when i try to do `pkg install kde` i get all sorts of errors, "No SRV record found for the repo FreeBSD" and a bunch of others, whats that about?
-
GoSox
lol
-
GoSox
i think i figured it out
-
GoSox
the ethernet cable wasn't pushed in all the way
-
GoSox
lol in my defense, i think the cables little lock is worn smooth
-
GoSox
sooo I installed KDE Plasma via the instructions on freebsd.org but... how do I start it up?
-
GoSox
it feels like theres a step missing
-
vkarlsen
GoSox: Do you want a gui login screen?
-
GoSox
yeah might as well
-
vkarlsen
Then you should install and enable sddm
-
GoSox
i did
-
vkarlsen
Did you start it too?
-
GoSox
what do you mean, did i start it too?
-
vkarlsen
service sddm start
-
vkarlsen
Installed software doesn't just automatically start running
-
nwe
good morning!
-
GoSox
"sysrc sddm_enable="YES"" that should start it at system boot, no?
-
vkarlsen
Yes
-
GoSox
then yes, i started it
-
vkarlsen
But no login screen presented itself?
-
GoSox
nope
-
GoSox
just the normal text one
-
vkarlsen
What happens when you do service sddm start?
-
GoSox
standby, doing a second reboot just to mkae sure
-
TommyC
That starts it at system boot. Did you re-boot after setting it?
-
TommyC
Welp, guess that answers that.
-
GoSox
"service sddm start" gives me sddm already running
-
GoSox
and a pid
-
vkarlsen
Press alt-f9 in the console
-
GoSox
nothing happens
-
vkarlsen
Anything in the system logs? Issue with graphics driver?
-
GoSox
i don't know how to answer those questions. I can tell you this is a fresh install I just set up the other day and haven't done anything with except install sudo and nano
-
vkarlsen
Take a look at /var/log/messages, there might be some error messages there
-
TommyC
/var/log is where your log files usually go. Look for Xorg.0.log too.
-
vkarlsen
-
GoSox
the messages log has a lot in it but nothing that looks obvious as a problem to me
-
GoSox
this machine has intel integrated graphics, so i need that driver package for kde?
-
GoSox
there aren't "generic" drivers that get defaulted to?
-
vkarlsen
Install the i915kms pkg
-
paulf
and if that doesn't work you can fall back to using the unaccelerated frame buffer scfb iirc
-
paulf
you should also be starting dbus
-
GoSox
dbus start is in my startup file
-
GoSox
still no GUI even with the intel drivers installed
-
vkarlsen
You loaded the kernel module?
-
GoSox
i dunno what that means?
-
GoSox
ahh shit
-
GoSox
ok i'm just now seeing on the 'install a desktop' page that it says i should already have the x window system installed. that doesn't install as a dependency when you install your UI?
-
vkarlsen
Correct, the kde metaport does not install xorg
-
GoSox
well, probably mystery solved then
-
vkarlsen
It doesn't depends on x because there are other ways of using it
-
GoSox
does i have to install x window first, or does it not matter?
-
GoSox
like can i just install it now and will it all work
-
vkarlsen
Order doesn't matter, you can do it now
-
GoSox
ok
-
GoSox
i'm actually not going to :P
-
GoSox
this will be my project for next time
-
GoSox
the good news is that i am keeping very detailed notes so i should be able to blast through this setup next time
-
nwe
can I in someway passthrough this
pastebin.com/z9sfkJbd to a virtual machine in bhyve so I can acess my usb-dongle for zigbee ?
-
GoSox
what do rackmount servers typically have for GPUs on built in video ports? just basic intel integrated?
-
tsoome
depends on vendor agreements;)
-
GoSox
well then i guess i'm in for a surprise when my server arrives ... after i order it ... after i pick it ou
-
GoSox
t
-
GoSox
i want to put one or two low end GPUs in there but just for BOINC crunching, not for any video use
-
dch
nwe: you can only pass through an entire PCI device, so if this hub is an integrated one, probably not directly. It would need its own PCI card, these are not expensive and almost any one would do.
-
mtll
does anyone know of a pam_time module for openPAM? Can't seem to find one in the ports tree or via google
-
nwe
dch: maybe I can use socat for it instead..
-
mtll
oh I see, login.conf has all the pam_time functionality in FreeBSD
-
nwe
how can I see which usb-device is connected to cuaU0 ?
-
nwe
I trying to get SONOFF dongle to work over USB->TCP via socat.. main host running freebsd, and all the guests too..
pastebin.com/pmk1ffK0 has someone get it to work?
-
dch
does anybody recall how to get tcpdump & pflog interface to list what pf rule blocked traffic?
-
dch
or am I mis-remembering things again
-
dch
all my block rules have log on them
-
dch
`tcpdump -venttti igc0 port 2200` seems sensible enough
-
[tj]
dch: do you need to request link level headers?
-
dch
I added a `-l` already and don't see anything different
-
[tj]
don't you need to capture on the pflog interface?
-
[tj]
I've not done this for a very long time
-
dch
#facepalm
-
[tj]
write a blog post :D
-
dch
Oh yes I will, because #FutureMe will forget this again
-
dch
the irony is I just checked, and I have the precise command in my diy-ials talk
-
dch
so double fail for me
-
dch
s/ials/jails/
-
nwe
how can I see which port ugen0.2 will have in /dev/cuaUXX ? or will it be ttyU0 ?
-
ketas
nwe: depends, you want cua here
-
ketas
as for which device made it, it's in sysctl somewhere
-
ketas
and logs if recent plugin
-
nwe
ketas: demsg says umodem0: <ITEAD SONOFF Zigbee 3.0 USB Dongle Plus V2, class 2/0, rev 1.10/4.42, addr 3> on usbus0
-
nwe
so I guessing /dev/cuaU0
-
ketas
sysctl dev | less -p ' U0'
-
ketas
there it is
-
nwe
ketas: thanks :)
-
ketas
earlier log
-
ketas
i don't know
-
ketas
i never tried to redirect usb
-
ketas
wait
-
ketas
or i mean serial
-
nwe
I using in my guest socat -d -d -d pty,raw,echo=0 tcp:10.50.20.2:8888 and creating a pty device
-
ketas
should it even work like this?
-
nwe
and using that pty device in zigbee2mqtt configuration file but get stuck on this
pastebin.com/hfKi9BCd
-
ketas
there's serial over ip redirector as well
-
ketas
tcpdump network maybe?
-
ketas
i'm unsure how those things work
-
ketas
do they do ascii?
-
ketas
that would be helpful
-
nwe
one solution is that I running this zigbee sonoff-usbd-dongel from rpi
-
ketas
wait it also runs on fbsd
-
ketas
there's port too
-
nwe
yes everything is running freebsd
-
ketas
-
ketas
so what's the issue?
-
nwe
the issue is that the dongle is on the doomU and I cant usb-passthrougth so I can use the usb-dongle inside my virtual machine
-
ketas
well, something runs, it's not same i think
-
ketas
but you wanted it to be mqtt :p
-
ketas
ehm what
-
ketas
what's the vm host and guest again
-
nwe
[usb-dongle]->[server] -->[virtual-firewall(freebsd) bhyve with dhcpd ] --> [zigbee (freebsd) bhyve] [mosquitto (freebsd bhyve)]
-
nwe
the problem I have is that I dont have access to the usb-dongle inside my virtual machine named zigbee
-
nwe
I then I think maybeI can use socat to share my USB(dongle) over TCPÅ to my virtual machine
-
ketas
oh complex eh
-
ketas
setup
-
nwe
when I suing scrren /dev/pts/2 Im connected and can see traffic with tcpdump
-
nwe
using*
-
ketas
so why not putting zigbee2mqtt to host?
-
ketas
easier?
-
ketas
it's just ip after that
-
nwe
yeah maybe thats better idea :D
-
ketas
no need to proxy usb or serial
-
ketas
both could still work too
-
nwe
but it looks like it´s working in some way ^^ atleast I can connect too it with screen :P
-
ketas
dedicated serial over ip emulators exist too
-
nwe
but maybe as you said it´s easoer
-
ketas
and are in ports as well
-
ketas
but if simpler solution works
-
nwe
I haven't try that
-
ketas
maybe even with socat
-
ketas
never tried any of that
-
nwe
ketas: for ports are you using portmaster or?
-
ketas
still portupgrade :p
-
nwe
or maybe just pkg install it :)
-
ketas
i could do poudriere eventually
-
megaTherion
ketas: how's ZFS?
-
ketas
yean, you can do that
-
ketas
megaTherion: same
-
megaTherion
:(
-
ketas
i still wonder if it's zfs
-
ketas
or mmap
-
megaTherion
now mmap is at fault
-
megaTherion
how come?
-
megaTherion
I went to bed yesterday, didnt track what happened - was really late here
-
ketas
i'm not really getting what mmap actually does but i have vague idea
-
megaTherion
I bet its mapping memory
-
ketas
there are issues around that as well i see
-
ketas
well no shit but?
-
ketas
nah, complex stuff
-
ketas
-
ketas
:p
-
ketas
well i knew most of it
-
ketas
anyway, whatever it is
-
ketas
ram is nomnommed off
-
megaTherion
ketas: there is also a manpage
-
megaTherion
but mmap is most likely not the cause of your problem
-
nwe
b1
-
Koston
ketas stop teasing the patrons lol
-
Koston
..is there any serious freebsd irc channel on this network?
-
Koston
like #bsdcode used to be on efnet
-
thedaemonAtWork
this one seems to be #freebsd-social when it's not supposed to be XD
-
Koston
have all the kernel devs (and people who understand it) fled irc?
-
CrtxReavr
Koston, there's #freebsd-dev
-
Koston
CrtxReavr, appreciate it
-
CrtxReavr
I think a lot of them are still on EFnet, honestly.
-
CrtxReavr
There's also #freebsd-ports
-
dstolfa
Koston: efnet, yeah
-
CrtxReavr
EFnet is a mere shadow of its former self though.
-
CrtxReavr
Sadly.
-
» CrtxReavr wipes a tear.
-
Koston
that's useful, I do have a few ports to submit
-
Koston
well, efnet was always just a fork of ircnet
-
Koston
like linux pretending to be a unix
-
johnjaye
efnet still exists?
-
» CrtxReavr stabs johnjaye (yes, in the face).
-
Koston
to be serious though, an unfortunate split - people demand drama, but users just wanted function
-
johnjaye
i think i was more of an undernet fan myself
-
» Koston quakenet troll lolz
-
Koston
we had fistfights at our primary school over irc wars in mid 90s
-
CrtxReavr
EFnet prior to channel timestamping was probably the most fun I've ever had on the internet.
-
johnjaye
i'm imaginingn efnet like this old cave and if you spelunk in far enough you find a wizened freebsd dev floating over a rock.
-
Koston
timestamping is an irc protocol feature?
-
Koston
I spent a lot of time over at efnet, CrtxReavr was one of the old faces there
-
CrtxReavr
12:48 -!- Channel #freebsd created Wed May 19 09:50:15 2021
-
CrtxReavr
There was a time when that wasn't tracked. . . which allowed people to ride a split in and take ops.
-
CrtxReavr
And oh, what fun that was!
-
Koston
IRCNet #freebsd and especially #unix killed themselves over irc wars..
-
Koston
CrtxReavr, that's how most of the irc wars worked yeah
-
Koston
when having a bot written in C mattered, because it was just faster
-
CrtxReavr
I had a front-row seat to some crazy shit in #unix on EFnet.
-
CrtxReavr
Like when irc.eskimo.com got de-linked.
-
Koston
I was just a patron of #unix on IRCNet.. not that it was any less crazy I assume, but it sure killed itself
-
Koston
poor eskimo lol
-
CrtxReavr
"Nanook" bragging about how secure his shit was. . . when he was already owned.
-
Koston
LOL
-
Koston
I guess it was ultimately for the common good that US and EU irc networks split back in the early days
-
johnjaye
why did they do that
-
CrtxReavr
I won't reveal who, but someone already owned him, then after he bragged, started encrypting his backups. .
-
Koston
but IRCNet #unix is truly a miserable place nowadays, they still have a +k and there's like ten people left
-
Koston
johnjaye, well it was US vs EU split, do the math
-
CrtxReavr
Then had to fight to old on to it for weeks while the relevant backups got older and older. . .
-
CrtxReavr
Then nuked everything.
-
CrtxReavr
EFnet had a rule you got delinked if you were exploited. . . and irc.esmkimo.com was no more.
-
Koston
it's so silly too, it wasn't more than a few years ago I last checked efnet website and it still somehow claimed to be The Original IRC Network. for one it doesn't matter one bit, but it's also untrue and everyone knows it
-
Koston
let old people have their fights I guess
-
CrtxReavr
As far as anything that still remains, it's probably as close to true as anyone can claim.
-
Koston
for all intents and purposes I guess that's true
-
CrtxReavr
When I dipped my toe into IRC in college, (in '91) it was EFnet.
-
CrtxReavr
I believe the protocol was written and first implemented in '89.
-
Koston
I was just sad it had already split by the time I started gaining clue (around '96/97 I guess?)
-
CrtxReavr
If you want to be an IRCop and no one will make you one, then you start your own network.
-
Koston
but IRCNet for any *nix has been a pathetic excuse for idiots say "hello" for a few decades now
-
Koston
#unix in particular performed a magnificent suicide by setting +k permanently and having an intense civil war over it
-
Koston
let us older people be an example for the younger generations. or... not do that?
-
Koston
embarrassing
-
Koston
I have UNIX tattooed on my fingers, which is unlikely to come off next time I shower. it was supposed to stand for live free or die (fighting), not live to have moronic irc wars
-
rtprio
man, it's a shame bash.org shut down
-
Koston
I had it done over two decades ago now and I still love UNIX, what it stands for in my mind which is POSIX mainly, and the idea of working together to create a common standard
-
Koston
but now everyone wants to have their own idea of doing the same thing, over and over again. I couldn't believe it, there are actual $PS1 _managers_ entire software suites designed to replace your shell prompt and much of your shell functionality. what the hell are you doing
-
Koston
I want to move to the countryside and grow pumpkins and use copious amounts of LSD pretending none of this ever happened
-
remiliascarlet
Koston: Tatoo? Are you from the Yakusa?
-
Koston
I'm just an old punk
-
Koston
covered in tattoos, can't really visit japan for that reason sadly
-
remiliascarlet
Koston: You might like this comedy scatch:
youtu.be/DsdSTY6Y-rs
-
Koston
one of the happiest moments of my life tbh was kirk mckusick and george neville-neil joining me at bsdcon lunch table, latter excitedly showing off his train tattoos
-
Koston
lol
-
Koston
-
Koston
but seriously, I was told long ago that I should go to japan office to fix up their network but they can't send me because half of the office staff would resign
-
Koston
to this day I have never had a japanese co-worker who agreed to shake my hand
-
Koston
but at least one agreed to speak with me. I was happy :)
-
kona
-
Hecate
-
kona
i used ohmyzsh for a while but then i encountered some git repos that were Too Big To Fail and my shell session lagged all the way to alpha centauri and back so now i just use fish.
-
» TommyC just uses zsh with some of his own changes
-
wavefunction
Koston: Too bad it's the *network* that's the problem. Remote admin was invented to handle tattooed individuals working on things :)
-
nwe
hmm doesnt pkg install haproxy create user for haproxy and example configuration?
-
vkarlsen
nwe: A quick look at the port's Makefile and pkg-plist suggests it does not
-
cybercrypto
Dummy question: assuming I have 4 identical disk drives. ZFS writing to a single VDEV (raidz1 x4disks) versus ZFS writing to single VDEV (raidz1-3xdisks). Should I expect better stats? io_time, iops, latency? Or ZFS can only gain benefits when writing to more VDEVs? (totally agnostic about nunber of disks per vdev?)
-
mzar
Not a dummy question at all — it actually touches on some of the core ZFS architecture principles that people often miss.
-
cybercrypto
thanks, I know that converting these 4xdisks into a single vdev mirror would give me 4 times performance (at least in iops I guess)... at the cost of risking full data loss when any drive fails. :D
-
cybercrypto
striping into several vdevs (each vdev 3xdisks mirror) would be my utopic dream (not enougth budget!) but certainly that would be great
-
nwe
vkarlsen: okey then I understand why I couldn't find the configuration file, also any specific reason why not shipping haproxy.conf.sample and creating user/group for haproxy?
-
vkarlsen
nwe: I have no idea. I've never used it. I just looked at the port.
-
MelMalik
as a minimum, for operations approaching normal, which directories under / need to be read-write? etc, home (or equiv), usr/local, usr/ports, var, root, tmp, run (if your local usage uses this; mine does, most's doesn't)?
-
ketas
could be none
-
ketas
what's normal?
-
MelMalik
a root user would not notice that those directories are read only if she did not check mount or whatever
-
MelMalik
as in, the directories not listed
-
MelMalik
e.g. /usr/lib, /lib, /bin, /sbin, /usr/lib32