this post was submitted on 31 Oct 2023
323 points (95.8% liked)

Linux

48122 readers
602 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Yet another win for Systemd.

top 39 comments
sorted by: hot top controversial new old
[–] loaExMachina@sh.itjust.works 33 points 1 year ago (2 children)

Soon we'll be debating whether we call it systemd/linux or gnu/systemd.

[–] MigratingtoLemmy@lemmy.world 29 points 1 year ago

I'm happy that this is coming to linux (I believe Nutanix has a great method to expose storage over IPs), but I would have liked if this was a bit more project/dependence agnostic.

[–] MonkderZweite@feddit.ch 25 points 1 year ago

Oh, another arm growing.

[–] ramble81@lemm.ee 17 points 1 year ago (1 children)

Yay, yet another storage protocol over the network.

[–] TCB13@lemmy.world 18 points 1 year ago (1 children)

Not a storage protocol over the network, but yes :P

[–] ramble81@lemm.ee 3 points 1 year ago (1 children)

“ via NVMe-TCP (in case you wonder what that is: it's the new hot shit for exposing block devices over the network, kinda like iSCSI…”

So….?

[–] maryjayjay@lemmy.world 32 points 1 year ago* (last edited 1 year ago) (1 children)

The protocol already existed. This made it convenient to boot from it

[–] ramble81@lemm.ee -1 points 1 year ago (2 children)

So NVMe-TCP is yet another storage over network standard…. Regardless of making it work like this.

[–] maryjayjay@lemmy.world 11 points 1 year ago

I guess if you had your way we'd still be doing token ring over twin-ax. Whatever

[–] ReakDuck@lemmy.ml 5 points 1 year ago

I see no flaw in this logic

[–] kittenzrulz123@lemmy.ml 16 points 1 year ago

This seems like a win for almost all distros

[–] woelkchen@lemmy.world 16 points 1 year ago

Link to the post (for accessibility and follow-up in the thread): https://mastodon.social/@pid_eins/111324093735348164

Pull request: https://github.com/systemd/systemd/pull/29748

[–] iamak@infosec.pub 13 points 1 year ago (2 children)
[–] smo@lemmy.sdf.org 22 points 1 year ago (2 children)

"target disk mode", which this claims to be taking a lot of inspiration from, pretty much turns your computer into an external harddrive - so you can connect another machine to it for direct access. This appears to be trying to accomplish the same, but over the network.

If you've ever stuffed up a machine so badly that the best idea you could come up with, was to take the harddrive out and work on it from another machine - this pretty much allows you to do that. But instead of taking the drive out and putting it an external drive enclosure, you just ask the stuffed up machine to act as the external drive enclosure.

[–] kalessin@lemmy.world 3 points 1 year ago

Great answer

[–] iamak@infosec.pub 1 points 1 year ago

Oh okay. Thanks for the simple explanation :)

[–] callyral@pawb.social 7 points 1 year ago (1 children)

same, i have no idea what any of that means and i use runit

[–] voidskull@lemmy.ml 2 points 1 year ago

runit gang !

[–] MonkCanatella@sh.itjust.works 5 points 1 year ago (1 children)

Is this like booting over pxe? Is nvme tcp widely supported on motherboards?

[–] TCB13@lemmy.world 23 points 1 year ago (4 children)

No, this has nothing to do with your motherboard. Once you reach the boot menu you'll be able to pick your OS and alternatively systemd-storagetm. If you chose the the latter then your disks will be available to other machines over NVME-TCP. Just like Apple.

[–] devfuuu@lemmy.world 41 points 1 year ago (1 children)

The problem of keeping comparing and doing analogies with apple shit stuff is that many of us have no idea what tech of magic apple does, so saying things like "just like apple" is a completely useless phrase that gives zero info whatsoever about anything.

[–] lemann@lemmy.one 7 points 1 year ago

It's probably why we're getting the tech almost 20 years late. Apple started doing this with FireWire

[–] ikidd@lemmy.world 9 points 1 year ago (1 children)

So I could mount and chroot over TCP to fix problems? Looks a little more complicated at this point than fstabbing an iscsi target, but I imagine that'll improve. https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_storage_devices/configuring-nvme-over-fabrics-using-nvme-tcp_managing-storage-devices

Sweet.

[–] TCB13@lemmy.world 6 points 1 year ago

The PR aims to make it easy and simple.

[–] Strit@lemmy.linuxuserspace.show 5 points 1 year ago (1 children)

So when it's booted it will just advertise the storage to the LAN over nvme-tcp protocol?

[–] TCB13@lemmy.world 5 points 1 year ago* (last edited 1 year ago) (3 children)

Not "booted", you won't be booting your full OS. It's just an option on the boot menu that launches systemd and a small program that does the magic and nothing else.

[–] psmgx@lemmy.world 3 points 1 year ago (1 children)

So share drive / simplified NAS, no?

[–] TCB13@lemmy.world 12 points 1 year ago

Kind of... but you're directly accessing the hard drive like iSCSI does. Way less latency, no high (and slow) protocols like SMB are used.

NVMe/TCP is an extension of the NVMe base specification that defines the binding of the NVMe protocol to message-based fabrics using TCP. The rules for mapping NVMe queues, creation of NVMe-oF capsules, and the methods used to deliver the capsules over the TCP fabric are described in the NVMe/TCP Transport Specification. By binding the NVMe protocol to TCP, NVMe/TCP enables the efficient end-to-end transfer of commands and data between NVMe-oF hosts and NVMe-oF controller devices by any standard Ethernet-based TCP/IP networks. Large-scale data centers can use their existing Ethernet-based network infrastructure with multilayered switch topologies and traditional network adapters

But is it running at the same time as a an OS or is it just a device without an OS running, sharing storage?

[–] db2@sopuli.xyz 2 points 1 year ago (1 children)

So NAS without any controls. Yay?

[–] Swedneck@discuss.tchncs.de 3 points 1 year ago (1 children)

trivial to set up NAS with minimal overhead, plus you can boot any pc into this once it's standard, which would be nice for rescuing when you fuck something up: rather than fiddle around with rescue mode or digging out the drives you just boot into this mode and access the drives from your laptop or whatever.

[–] db2@sopuli.xyz 0 points 1 year ago

It doesn't sound easier than ventoy tbh.

[–] MonkCanatella@sh.itjust.works 1 points 1 year ago

So like, grubd boot menu? And from there I can boot over a location on my nas for example? I set up ipxe a couple weeks ago but it couldn’t load over my thunderbolt to 10g nic. Would this help?

[–] andruid@lemmy.ml 4 points 1 year ago

So this is a service aimed at exposing disks as nvme-tcp boot targets on boot of the system? I mean I love it, I wonder if this could be used to help with a chicken and egg problem I've had with building clustered systems easier. So far I either need a running service to host a network file system (like NFS or CEPH), or I need local disks that bootstrap the clustered storage environment.

[–] lambalicious@lemmy.sdf.org 0 points 1 year ago

And why would this need systemd of all things? Should basically be doable over something like SSH / TFTP, right?