Sysadmin Mega Thread

I have an old megaraid in a windows machine and the behavior is so weird, I hate it.

Screenshot from 2020-05-19 13-21-40

https://packages.ubuntu.com/source/bionic/zfs-linux
https://packages.ubuntu.com/source/focal/zfs-linux

is on 19.10 until thereā€™s time to rebuild on zfs root 20.04

1 Like

What does the number after Ubuntu stand for? On 20.04 itā€™s 12ā€¦

Interesting, mine is actually ahead of yours. (CentOS 8.1)

[lbrown@hyperion ~]$ sudo zfs --version
zfs-0.8.3-1
zfs-kmod-0.8.3-1
[lbrown@hyperion ~]$ cat /etc/redhat-release 
CentOS Linux release 8.1.1911 (Core)

I would assume an internal patch level?

Tends to be release number.

If they change associated config or whatever, theyā€™ll iterate that without needing to iterate the version.

1 Like

Right, but I thought that ZFS, when thereā€™s no SLOG, wrote the transactions to the member disks, then flushed the transaction into the long-term storage format, effectively doubling the write jobs? Do I have that wrong?

1 Like

Youā€™re writing the ZIL on sync and then replaying it to the disks. Without a SLOG the ZIL is on the disks. With a SLOG the ZIL is on a separate device. So either way youā€™re writing twice. With sync workloads, latency is paramount because every IO has to wait for the previous IO, big or small. You do offload the extra ZIL throughput for sync writes when using a SLOG, but itā€™s not going to give you more overall throughput if the SLOG canā€™t keep up. It can be a bottleneck if its throughput doesnā€™t match the array. As always, ā€œit dependsā€ :smiley:

1 Like

Wow, native Windows package manager

1 Like

Finally.

Seems a lot less flexible then Chocolatey or Scoop as a package is just a yaml file that has metadata, and software is always downloaded at runtime. Both of the others can have a powershell script run, which opens up way more options. Actually, this seems basically like appget.


Edit- OH YES; they are planning to support windows store app installation. source

2 Likes

Thatā€™s exactly what I thought. Iā€™m not saying thereā€™s no reason you wouldnā€™t go with a SLOG, just thought it was curious that ZFS beat mdadm in most cases measuring throughput only even with the extra writes.

Nice!

Iā€™m psyched.

Now to make it do terrible things.

1 Like

Goes to show just how poorly mdraid utilizes the hardware I guess.

1 Like

It would have to be.

I always thought it was pretty okayish at simple stuff

It was more me being dumbfounded by mdraid than impressed with ZFS. I live in a constant state of being impressed by ZFS.

1 Like

Looks like Iā€™ve got a hot date with some firmware update utilities tonight. Everything is broken lol

2 Likes

Nice. I think Iā€™m gonna rice my old laptop. Iā€™m missing i3.

1 Like

Im taken my a day off nerd shit and drinking wine and watching YouTube.

3 Likes

Every command installs candy crush

2 Likes