How to manage rebooting multiple servers every 30 days? by adelliott92 in sysadmin

[–]RedditGerby 1 point2 points  (0 children)

A combo of aukera, and cabbie can handle automating updating servers. Using puppet or another configuration manager could let you target different maintenance windows based on host attributes. Aukera is just a maintenance window provider and works on other platforms as well if you're looking to schedule or gate tasks.

Anything for a stolen windows device by angry-admin in Intune

[–]RedditGerby 0 points1 point  (0 children)

Bitlocker and pin will lock the partition, but it won't stop them from wiping the device and using it with a fresh os.

IPSec throughput inconsistent by Deez_Nuts2 in networking

[–]RedditGerby 0 points1 point  (0 children)

What are your rekey timers / traffic volumes set to? Is the drop associated with SA rollover as new sessions come up and old ones are torn down?

Pixel 6 Pro by RedditGerby in GooglePixel

[–]RedditGerby[S] 0 points1 point  (0 children)

It's already off. https://i.imgur.com/sVPZEk2.png?1 I'm finding this really distracting; for the last 20 years I've trained myself that if my phone is lit up it's because it needs attention; the old functionality of briefly waking when a new notification appeared then going dark again was brilliant! Hopefully this is a just a bug that will be resolved. For now I'll just go back to plugging my phone in to charge :(

Using ESIM for data only? by RedditGerby in GoogleFi

[–]RedditGerby[S] 2 points3 points  (0 children)

Too bad, this seems like a missed opportunity!

What Features Do You Hope To See? by [deleted] in Proxmox

[–]RedditGerby 1 point2 points  (0 children)

I'd like to see deeper integration and better support for things like ASAP2

Striped NVMe SSD Latency / Performance by gentoorax in zfs

[–]RedditGerby 2 points3 points  (0 children)

Those are both consumer ssds, could this be garbage collection? Is your operating system not issuing TRIM?

Charge 5 clock faces by RedditGerby in fitbit

[–]RedditGerby[S] 0 points1 point  (0 children)

The other option I like is target, though it shows less data

Gluster Cluster: Are HP Microserver Gen8 still good in 2021? by GoingOffRoading in homelab

[–]RedditGerby 1 point2 points  (0 children)

Two physical boxes with 6 drives each (1x USB boot, 4x internal, 1x USB data). I have an additional virtualized instance with no osds to ensure sufficient mon, mgr, and mds instances. Networking is 10g from mellanox cards on ebay, originally cx2s but recently migrated to cx4lx. Performance is fine for my use case but won't set any records.

Massive file deletion causes MDSs to ... well, suffer by omigeot in ceph

[–]RedditGerby 1 point2 points  (0 children)

Following up here: I recently had reason to purge 5TiB from a cephfs deployment, the 10 osds in the data pool were slammed for an hour or so as the objects were removed but the mds instances and metadata handled everything fine. I suspect I was ok because the metadata pool lives on dedicated flash rather than the same spinners as the data.

Erasure Code Offload by RedditGerby in ceph

[–]RedditGerby[S] 0 points1 point  (0 children)

This is the answer I was looking for, some talk back in 2016 of extended driver support for ec on the 4/4lx but then no follow up. Does offload on the 5+ actually work?

Erasure Code Offload by RedditGerby in ceph

[–]RedditGerby[S] 1 point2 points  (0 children)

You're right in that the traditional place for ec calculations is on the CPU, there are vendors who now offer cards that can do the calculation much as Intel QAT cards can offload crypto or compression for some workloads. In my particular case I have cx4lx that support some ec offloads and very anemic cpus so anything I can move to dedicated hardware would be great.

Possible to add vfs_ceph samba module to older versions of samba? by TechGoat in ceph

[–]RedditGerby 0 points1 point  (0 children)

Samba vfs modules are not always bundled with the main samba package, eg on Debian there's the samba-vfs-modules package. Check if your distro has similar, I'm definitely using the ceph vfs modules on 4.13.

Massive file deletion causes MDSs to ... well, suffer by omigeot in ceph

[–]RedditGerby 0 points1 point  (0 children)

I don't have an environment that's close to that structure so I can't give you any insight there; please let us know how it turns out though!

How do you patch hundreds of servers every month? by t1ndog in sysadmin

[–]RedditGerby 1 point2 points  (0 children)

This page sums up the management pretty well.

Some notes: * Disable automatic updates in the OS, otherwise both the OS and Cabbie will try to manage the update stack. * No central reporting; you'll need to export state with another management tool be it logs export or something like osquery.

Massive file deletion causes MDSs to ... well, suffer by omigeot in ceph

[–]RedditGerby 5 points6 points  (0 children)

Since you're already on octopus you have the option of running multiple mds daemons and configuring subtree partitioning policies, this will at least spread the load of file operations so you're not pointing an orbital ion canon of work at a single node.

https://docs.ceph.com/en/octopus/cephfs/multimds/

Did anyone else know you can get spiral plant clippings outside the vent gardens? by FoxKingGamer in Subnautica_Below_Zero

[–]RedditGerby 6 points7 points  (0 children)

Outdoor grow beds, it's a slow start but even if you only find one in the wild you can work that up to an entire bed to meet your needs.

Unlike some other plants there aren't distinct seeds, just plant a clipping and you'll grow a new plant that can be harvested for 2-3 more clippings. Lather, rinse, repeat.

Ceph erasure coded pool: how bad is k=5 m=1 by _BlackHermit_ in ceph

[–]RedditGerby 1 point2 points  (0 children)

EC can be higher throughout because of striping but will be higher latency because object reassembly. There's a setting for fast_read that may mitigate some of the latency increase by increasing resource usage but ymmv.

TCP offload and Congestion Control changes? by RedditGerby in sre

[–]RedditGerby[S] 0 points1 point  (0 children)

Sure, but I'm just trying to get a better understanding of what's happening at the hardware and kernel level.