Message ID | 20130514181022.7270.88232.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/device/highbank.py' --- lava_dispatcher/device/highbank.py 2013-04-22 18:45:28 +0000 +++ lava_dispatcher/device/highbank.py 2013-05-14 18:09:20 +0000 @@ -155,7 +155,7 @@ runner.run('parted -s /dev/sda rm %s' % partno) runner.run('parted -s /dev/sda mkpart primary %s 100%%' % start) runner.run('resize2fs -f /dev/sda%s' % partno) - elif parttpe == 'brtfs': + elif parttype == 'brtfs': logging.warning("resize of btrfs partition not supported") else: logging.warning("unknown partition type for resize: %s" % parttype)