Yet another win for Systemd.

    • @RaoulDook@lemmy.world
      link
      fedilink
      English
      132 years ago

      It’s a nice feature. I used it a few times on old Macs with external FireWire hard drives for booting a different OS or troubleshooting.

  • @MigratingtoLemmy@lemmy.world
    link
    fedilink
    222 years 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.

    • Kata1yst
      link
      fedilink
      92 years ago

      I mean, it specifically is giving support for booting disks over an existing protocol to systemd. That’s pretty well within scope?

      • @MigratingtoLemmy@lemmy.world
        link
        fedilink
        4
        edit-2
        2 years ago

        Oh, my gripe is not with Poettering creating a systemd service for it (for I cannot dispute that systemd wrappers such as this does make life somewhat easier), but I would have liked perhaps a more distribution agnostic method of running NVMe-TCP in a way that the OS would not have to be booted. I suppose I do understand the community’s support for this: systemd is used by most of the popular distributions, and writing a service in it will enable systemd to maybe interleave this between other processes and perhaps fulfill the goal of producing a block device on an L3 network without booting userland.

        As one can probably surmise, I do not have a great understanding of how the process works - will have to figure out how MacOS did it first, and then about how Poettering implemented it. I think I’ll have a better idea of what the solution is geared towards.

        Thanks for your comment!

        • @patatahooligan@lemmy.world
          link
          fedilink
          42 years ago

          I would have liked perhaps a more distribution agnostic method of running NVMe-TCP in a way that the OS would not have to be booted.

          From the pull request:

          This all requires that the target mode stuff is included in the initrd of course. And the system will the stay in the initrd forever.

          I think that’s as minimal a boot target as you can reasonably get, or in other words you’re as far away from booting the OS as you can get.

          So now the question is whether this uses any systemd-specific interfaces beyond the .service and .target files. If not, it should not take much effort to create a wrapper init script for the executable and run it on non systemd distros.

          • Thanks, that makes it easy to understand. Indeed, it doesn’t seem very dependent on systemd, which is great. I was aware that the project existed, and for a second thought that Poettering was trying to integrate it directly within systemd somehow whilst making improvements to it. I suppose that’s not the case, which is good.

            And you’re correct, that is probably the easiest way to boot the minimum required resources.

            Thanks.

        • @stella@lemm.ee
          link
          fedilink
          12 years ago

          “Magic was meant to serve men, never to rule over them.”

          Pragmatism > all else.

  • @signofzeta@lemmygrad.ml
    link
    fedilink
    English
    42 years ago

    How do you think file systems would be handled? Apple’s SCSI/FireWire/USB/Thunderbolt Target Disk Mode just made all disks available over the interface in a filesystem-agnostic manner. Would I be able to see my ext4 boot partition, ZFS arrays, and any attached volumes?

    • @emptiestplace@lemmy.ml
      link
      fedilink
      22 years ago

      As with Apple’s implementation, filesystems aren’t handled - whatever device you connected with would see block devices, essentially no different from a physical disk in your system.

  • @andruid@lemmy.ml
    link
    fedilink
    42 years 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.

  • z3rOR0ne
    link
    fedilink
    -72 years ago

    Not compelling to me. Gonna stick with runit and/or s6 on my Artix Linux systems at home. But you do you Lennart.