- Package:
- initramfs-tools
- Source:
- initramfs-tools
- Submitter:
- "C.J. Adams-Collier"
- Date:
- 2013-12-30 01:39:07 UTC
- Severity:
- wishlist
hmm this patch looks clean, not a real objection. just missing a motivation, why one would want that? do you have any refines since. currently not sure why mailine initramfs-tools should care about aoe or iscsi or fibre channel over ethernet, but maybe someone else also wants to jump in for support!? thanks + kind regards
hmm this patch looks clean, not a real objection. just missing a motivation, why one would want that? do you have any refines since. currently not sure why mailine initramfs-tools should care about aoe or iscsi or fibre channel over ethernet, but maybe someone else also wants to jump in for support!? thanks + kind regards
Yeah, I have some revisions. I don't want that version going in to an official repository. Mostly I wanted to open a dialogue. I'm using the modified version in order to build an initrd for use in a KVM virtual server. I did a write-up: http://wp.colliertech.org/cj/?p=678 Basically, the idea is to make it possible to do diskless virtual machines with a minimum of fuss. I can't think of any easy way to make all the moving parts fit together. I'm wrapping up an unrelated project at work, but I expect I'll have a bit more time to poke at this in the near future. Cheers, C.J.
Yeah, I have some revisions. I don't want that version going in to an official repository. Mostly I wanted to open a dialogue. I'm using the modified version in order to build an initrd for use in a KVM virtual server. I did a write-up: http://wp.colliertech.org/cj/?p=678 Basically, the idea is to make it possible to do diskless virtual machines with a minimum of fuss. I can't think of any easy way to make all the moving parts fit together. I'm wrapping up an unrelated project at work, but I expect I'll have a bit more time to poke at this in the near future. Cheers, C.J.
Yeah, I have some revisions. I don't want that version going in to an official repository. Mostly I wanted to open a dialogue. I'm using the modified version in order to build an initrd for use in a KVM virtual server. I did a write-up: http://wp.colliertech.org/cj/?p=678 Basically, the idea is to make it possible to do diskless virtual machines with a minimum of fuss. I can't think of any easy way to make all the moving parts fit together. I'm wrapping up an unrelated project at work, but I expect I'll have a bit more time to poke at this in the near future. Cheers, C.J.
Yeah, I have some revisions. I don't want that version going in to an official repository. Mostly I wanted to open a dialogue. I'm using the modified version in order to build an initrd for use in a KVM virtual server. I did a write-up: http://wp.colliertech.org/cj/?p=678 Basically, the idea is to make it possible to do diskless virtual machines with a minimum of fuss. I can't think of any easy way to make all the moving parts fit together. I'm wrapping up an unrelated project at work, but I expect I'll have a bit more time to poke at this in the near future. Cheers, C.J.
cool. well i could ship it in examples section then AoE people would just have to copy over or you could add it to a special aoe package. iscsi or such seems in wider use, thus higher priority, don't know if exerternal package does provide some boot scripts. kind regards
Yeah, I have some revisions. I don't want that version going in to an official repository. Mostly I wanted to open a dialogue. I'm using the modified version in order to build an initrd for use in a KVM virtual server. I did a write-up: http://wp.colliertech.org/cj/?p=678 Basically, the idea is to make it possible to do diskless virtual machines with a minimum of fuss. I can't think of any easy way to make all the moving parts fit together. I'm wrapping up an unrelated project at work, but I expect I'll have a bit more time to poke at this in the near future. Cheers, C.J.
Yeah, I have some revisions. I don't want that version going in to an official repository. Mostly I wanted to open a dialogue. I'm using the modified version in order to build an initrd for use in a KVM virtual server. I did a write-up: http://wp.colliertech.org/cj/?p=678 Basically, the idea is to make it possible to do diskless virtual machines with a minimum of fuss. I can't think of any easy way to make all the moving parts fit together. I'm wrapping up an unrelated project at work, but I expect I'll have a bit more time to poke at this in the near future. Cheers, C.J.
That sounds like a better idea. I'll try to set up an iSCSI root VM as well. Cheers, C.J.
We've been experimenting with AoE for use with LTSP, and Alkis wrote a simple initramfs-tools local-top script which loads a the aoe module when root=/dev/etherd/e*, and then the "local" script can mount the device like any other block device: https://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/view/head:/client/Debian/share/initramfs-tools/scripts/local-top/aoe_ltsp There's nothing really ltsp-specific about it, though. It would seem more appropriate to be in initramfs-tools directly, as it doesn't require any userspace utilities; there aren't really any existing AoE-related packages that would make sense to add a single script to. Interestingly enough, you don't even need IP networking for a remote root filesystem! iSCSI seems a bit more complicated to set up. That said, I don't see support or non-support for iSCSI as a reason to exclude AoE. live well, vagrant
We've been experimenting with AoE for use with LTSP, and Alkis wrote a simple initramfs-tools local-top script which loads a the aoe module when root=/dev/etherd/e*, and then the "local" script can mount the device like any other block device: https://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/view/head:/client/Debian/share/initramfs-tools/scripts/local-top/aoe_ltsp There's nothing really ltsp-specific about it, though. It would seem more appropriate to be in initramfs-tools directly, as it doesn't require any userspace utilities; there aren't really any existing AoE-related packages that would make sense to add a single script to. Interestingly enough, you don't even need IP networking for a remote root filesystem! iSCSI seems a bit more complicated to set up. That said, I don't see support or non-support for iSCSI as a reason to exclude AoE. live well, vagrant