-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Support the following plaintext arguments for rbdboot:
// rbd.<name>... where <name> is an arbitrary string identifer for the mount
// rbd.root.image=test-image1
// rbd.root.image.pool=rbd
// rbd.root.image.mons=192.168.0.1,192.168.0.2,192.168.0.3:6789
// rbd.root.image.user=admin
// rbd.root.image.secret=<key>
//
// Optional
// rbd.root.image.snap=snap1
// rbd.root.image.opts=rw,share
// rbd.root.part=1
// rbd.root.mntopts=defaults
// rbd.root.fstype=ext4
// rbd.root.overlay=false
// rbd.root.path=/newroot
Note, currently only the JSON formatted arguments are implemented.
Reactions are currently unavailable