Comment 2 for bug 1634678

Revision history for this message
Jonathan Ballet (multani) wrote :

I'm facing the same problem here.

I'm trying to get this configuration into cloud-init:

    disk_setup:
      /dev/xvdb:
        overwrite: false
        layout: true
    fs_setup:
      - device: /dev/xvdb1
        filesystem: ext4
        label: test
        overwrite: false
        partition: auto

For the context, it's applied on a EBS disk on Amazon, and my hope was to be able to keep the content of the partition accross different machines.

I've tested @leelynnef 's patch and it fixes the problem for me.