Comment 1 for bug 1923315

Revision history for this message
Tom Kivlin (tomkivlin) wrote :

I have tried with another non-Ubuntu OS and get the same result.

http://{{maas-url}}/MAAS/api/2.0/machines/8qtcnf/?op=deploy&osystem=centos&distro=centos70

returns the following (noting that it refers to ubuntu as the selected deployment OS):

{
  "storage": [
    "Mount the root '/' filesystem to be able to deploy this node.",
    "This node cannot be deployed because the selected deployment OS, ubuntu, does not support VMFS6."
  ]
}

If I use a flat storage layout on that machine instead of VMFS6, the deploy call works, but deploys Ubuntu...