| 6 | | The imaging process is executed by the commands 'omf load' and 'omf save' |
| 7 | | |
| 8 | | These provision a full disk image onto a set of nodes, and should work for any ext2/3/4 filesystem. |
| 9 | | |
| 10 | | After saving an image from one node, and loading it onto another, it will appear to the user that a copy of the hard disk has been made. Specifically, this is a block based copy, not a file based one. |
| 11 | | |
| 12 | | The baseline image is a recommended starting point, as this provisioning tool does not currently work with standard .iso or similar files, instead using a custom compressed .ndz format. |
| | 6 | Disk images are deployed on testbed machines using 'omf load' and generated from testbed machines using 'omf save'. |
| | 7 | |
| | 8 | The load command provisions a full disk image onto a set of nodes, and should work for any ext2/ext3/ext4 filesystem. |
| | 9 | |
| | 10 | After saving an image from one node and loading it onto another, the contents of the hard disk on the new node will be the same as the old one, except for files generated by the OS to reference system hardware. The copying process is block-based, not file-based. |
| | 11 | |
| | 12 | All testbed users will need to start with one of a number of "baseline" images that have been pre-built. These images are .ndz files. Machines in the Cosmos testbed can only use baseline images or disk image files that have been created with 'omf save'. |