storage: version: 1 config: - id: disk1 type: disk ptable: gpt path: /dev/vdb name: main_disk wipe: superblock grub_device: true - id: disk2 type: disk ptable: null name: fat_disk wipe: superblock path: /dev/vdc - id: disk1biosgrub type: partition size: 1MB device: disk1 flag: bios_grub wipe: superblock - id: disk1p1 type: partition size: 3GB device: disk1 wipe: superblock - id: disk1p1_root type: format fstype: ext4 volume: disk1p1 - id: disk2_fmt type: format fstype: fat32 volume: disk2 - id: disk1p1_mount type: mount path: / device: disk1p1_root - id: disk2_mount type: mount path: /srv/data device: disk2_fmt