Comment 5 for bug 1800153

Revision history for this message
Andres Rodriguez (andreserl) wrote : Re: [2.5] Failed to deploy ppc64el

I deployed using MAAS 2.5.0beta3, and the result is successful. This is the config from get-curtin-config: http://paste.ubuntu.com/p/bg4JZ4bVb7/

It seems that 2.5.0beta3 has:

  - id: sda
    model: IPR-0 6DC90500
    name: sda
    ptable: msdos
    serial: IBM_IPR-0_6DC9050000000080
    type: disk

MAAS from master automatically sets the partition table to:

  - id: sda
    model: IPR-0 6DC90500
    name: sda
    ptable: gpt
    serial: IBM_IPR-0_6DC9050000000080
    type: disk
    wipe: superblock

It seems to me that the fact that latest MAAS is changing that to gpt is what's breaking the deployments.