Comment 1 for bug 1835124

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

cloud-utils growpart script uses either sgdisk or sfdisk as a resizer... unfortunately it does not expect disk formats other than:

resize_sfdisk_gpt() {
 resize_sfdisk gpt
}

resize_sfdisk_dos() {
 resize_sfdisk dos
}

where $1 is the type of the disk format.

that is why you're getting this error. I'll flag this as "Triaged" and "Wishlist", and put in server team queue for further analysis.

Thanks for reporting this!