Comment 13 for bug 1488289

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to ironic-lib (master)

Reviewed: https://review.openstack.org/231369
Committed: https://git.openstack.org/cgit/openstack/ironic-lib/commit/?id=9df46cb5500a68475fbde179ff6b642e2ab2e8c7
Submitter: Jenkins
Branch: master

commit 9df46cb5500a68475fbde179ff6b642e2ab2e8c7
Author: Naohiro Tamura <email address hidden>
Date: Tue Oct 6 17:23:31 2015 +0900

    Use standard locale when executing 'parted' command

    Not only 'dd' command but also 'parted' makes iscsi deploy fail in
    Japanese environment. This patch applies the same fix as 'dd'.

     ironic.drivers.modules.iscsi_deploy [-] Deploy failed for instance
     <uuid>. Error: 'ascii' codec can't decode byte 0xe8 in position 20:
     ordinal not in range(128)

    Related-Bug: #1488289
    Change-Id: Ie3aedba60a4ed883ab24760947e65b8b3e9fa6b0