Lines Matching full:node
67 There are two children of the root node: a file and a header.
68 Data from the disk payload is stored in the file node. The
69 LUKS header and key material are located in the header node,
75 Root node | foo[luks] |
81 Child node |payload-format[qcow2]| |header-format[raw]|
87 Child node |payload-protocol[file]| |header-protocol[file]|
118 "node-name":"libvirt-1-storage"}' \
119 -blockdev '{"node-name":"libvirt-1-format","read-only":false, \
122 "node-name":"libvirt-2-storage"}' \
123 -blockdev '{"node-name":"libvirt-2-format","read-only":false, \
125 -blockdev '{"node-name":"libvirt-3-format","driver":"luks", \
141 2. block-add the protocol node for LUKS header::
144 "arguments":{"node-name":"libvirt-1-storage", "driver":"file", \
147 3. block-add the raw-drived node for LUKS header::
150 "arguments":{"node-name":"libvirt-1-format", "driver":"raw", \
153 4. block-add the protocol node for disk payload image::
156 "arguments":{"node-name":"libvirt-2-storage", "driver":"file", \
159 5. block-add the qcow2-drived format node for disk payload data::
162 "arguments":{"node-name":"libvirt-2-format", "driver":"qcow2", \
165 6. block-add the luks-drived format node to link the qcow2 disk
169 "arguments":{"node-name":"libvirt-3-format", "driver":"luks", \