Activity log for bug #1502259

Date Who What changed Old value New value Message
2015-10-02 17:46:22 Scott Moser bug added bug
2015-10-02 17:46:22 Scott Moser attachment added some info collected from node. https://bugs.launchpad.net/bugs/1502259/+attachment/4482180/+files/data.txt
2015-10-02 17:47:59 Scott Moser description I just upgraded to 1.9, tried an install and fail ed deploy with: Volume group "vgroot" has insufficient free space (38145 extents): 38146 required. An error occured handling \'vgroot-lvroot\': ProcessExecutionError - Unexpected error while running command. Command: [\'lvcreate\', \'vgroot\', \'-n\', \'lvroot\', \'-L\', \'159995920384B\'] $ dpkg-query --show python-curtin maas maas 1.9.0~alpha2+bzr4322-0ubuntu1~trusty1 python-curtin 0.1.0~bzr270-0ubuntu1~trusty0 $ maas home-smoser block-devices read node-787b19d8-d25c-11e4-9f9e-00163eca91de Success. Machine-readable output follows: [ { "size": 160000000000, "resource_uri": "/MAAS/api/1.0/nodes/node-787b19d8-d25c-11e4-9f9e-00163eca91de/blockdevices/1/", "uuid": null, "tags": [ "rotary", "sata" ], "name": "sda", "partition_table_type": "MBR", "filesystem": null, "id_path": "/dev/disk/by-id/ata-ST3160812AS_5LSD9ZFA", "path": "/dev/disk/by-dname/sda", "model": "ST3160812AS", "block_size": 4096, "type": "physical", "id": 1, "serial": "5LSD9ZFA", "partitions": [ { "uuid": "5c6e1bcb-43de-4558-a2fb-93841e06c10c", "bootable": false, "filesystem": { "mount_point": null, "uuid": "c7be5fcf-c114-4c81-a71d-ca116747b60c", "fstype": "lvm-pv", "label": null }, "path": "/dev/disk/by-dname/sda-part1", "resource_uri": "/MAAS/api/1.0/nodes/node-787b19d8-d25c-11e4-9f9e-00163eca91de/blockdevices/1/partition/1", "type": "partition", "id": 1, "size": 159996854272 } ] }, { "size": 159995920384, "resource_uri": "/MAAS/api/1.0/nodes/node-787b19d8-d25c-11e4-9f9e-00163eca91de/blockdevices/2/", "uuid": "90cf6a7a-39ec-4448-b34c-35884db14fc2", "tags": [], "name": "vgroot-lvroot", "partition_table_type": null, "filesystem": { "mount_point": "/", "uuid": "b94d4cfa-d3c3-4fb7-b30d-d199c0b1ee95", "fstype": "ext4", "label": "root" }, "id_path": null, "path": "/dev/disk/by-dname/lvroot", "model": null, "block_size": 4096, "type": "virtual", "id": 2, "serial": null, "partitions": [] } ] I just upgraded to 1.9, tried an install and fail ed deploy with:    Volume group "vgroot" has insufficient free space (38145 extents): 38146 required.   An error occured handling \'vgroot-lvroot\': ProcessExecutionError - Unexpected error while running command.   Command: [\'lvcreate\', \'vgroot\', \'-n\', \'lvroot\', \'-L\', \'159995920384B\'] $ dpkg-query --show python-curtin maas maas 1.9.0~alpha2+bzr4322-0ubuntu1~trusty1 python-curtin 0.1.0~bzr270-0ubuntu1~trusty0 $ maas home-smoser block-devices read node-787b19d8-d25c-11e4-9f9e-00163eca91de Success. Machine-readable output follows: [     {         "size": 160000000000,         "resource_uri": "/MAAS/api/1.0/nodes/node-787b19d8-d25c-11e4-9f9e-00163eca91de/blockdevices/1/",         "uuid": null,         "tags": [             "rotary",             "sata"         ],         "name": "sda",         "partition_table_type": "MBR",         "filesystem": null,         "id_path": "/dev/disk/by-id/ata-ST3160812AS_5LSD9ZFA",         "path": "/dev/disk/by-dname/sda",         "model": "ST3160812AS",         "block_size": 4096,         "type": "physical",         "id": 1,         "serial": "5LSD9ZFA",         "partitions": [             {                 "uuid": "5c6e1bcb-43de-4558-a2fb-93841e06c10c",                 "bootable": false,                 "filesystem": {                     "mount_point": null,                     "uuid": "c7be5fcf-c114-4c81-a71d-ca116747b60c",                     "fstype": "lvm-pv",                     "label": null                 },                 "path": "/dev/disk/by-dname/sda-part1",                 "resource_uri": "/MAAS/api/1.0/nodes/node-787b19d8-d25c-11e4-9f9e-00163eca91de/blockdevices/1/partition/1",                 "type": "partition",                 "id": 1,                 "size": 159996854272             }         ]     },     {         "size": 159995920384,         "resource_uri": "/MAAS/api/1.0/nodes/node-787b19d8-d25c-11e4-9f9e-00163eca91de/blockdevices/2/",         "uuid": "90cf6a7a-39ec-4448-b34c-35884db14fc2",         "tags": [],         "name": "vgroot-lvroot",         "partition_table_type": null,         "filesystem": {             "mount_point": "/",             "uuid": "b94d4cfa-d3c3-4fb7-b30d-d199c0b1ee95",             "fstype": "ext4",             "label": "root"         },         "id_path": null,         "path": "/dev/disk/by-dname/lvroot",         "model": null,         "block_size": 4096,         "type": "virtual",         "id": 2,         "serial": null,         "partitions": []     } ] Related bugs: * bug 1487114: Failed to deploy with LVM layout
2015-10-02 17:49:37 Blake Rouse maas: status Confirmed Triaged
2015-10-02 17:49:39 Blake Rouse maas: importance Undecided Critical
2015-10-02 17:49:42 Blake Rouse maas: milestone 1.9.0
2015-10-02 17:49:48 Blake Rouse tags storage
2015-10-09 04:33:22 Blake Rouse maas: status Triaged In Progress
2015-10-09 04:33:24 Blake Rouse maas: assignee Blake Rouse (blake-rouse)
2015-10-09 04:47:36 Blake Rouse branch linked lp:~blake-rouse/maas/mbr-2tb-smaller
2015-10-28 18:02:05 Blake Rouse maas: status In Progress Fix Committed
2016-01-05 15:06:04 Andres Rodriguez maas: status Fix Committed Fix Released