]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Fix "disk zap" sgdisk invocation 4636/head
authorOwen Synge <osynge@suse.com>
Tue, 17 Mar 2015 14:41:33 +0000 (15:41 +0100)
committerNathan Cutler <ncutler@suse.cz>
Sun, 10 May 2015 08:18:40 +0000 (10:18 +0200)
commit10d85e1126768f6c72f7d2a301ea7ca9ba59f8e0
tree9427fca599c721219a9c76d897a2f958eceb9fb2
parentfcd0ea3383582e7a1dc8091e7a48e1d4bbaa76ee
Fix "disk zap" sgdisk invocation

Fixes #11143

If the metadata on the disk is truly invalid, sgdisk would fail to zero
it in one go, because --mbrtogpt apparently tried to operate on the
metadata it read before executing --zap-all.

Splitting this up into two separate invocations to first zap everything
and then clear it properly fixes this issue.

Based on patch by Lars Marowsky-Bree <lmb@suse.com> in ceph-deploy.
Created by Vincent Untz <vuntz@suse.com>

Signed-off-by: Owen Synge <osynge@suse.com>
Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
(cherry picked from commit fdd7f8d83afa25c4e09aaedd90ab93f3b64a677b)
src/ceph-disk