]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Fix "disk zap" sgdisk invocation 4037/head
authorOwen Synge <osynge@suse.com>
Tue, 17 Mar 2015 14:41:33 +0000 (15:41 +0100)
committerOwen Synge <osynge@suse.com>
Thu, 30 Apr 2015 09:11:42 +0000 (11:11 +0200)
commitfdd7f8d83afa25c4e09aaedd90ab93f3b64a677b
treec56815b14dd0a69d585b6fe1fed064538832e5ef
parentae65bb454e245165c53fd7f4fcf7ae0958ef7b7c
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>
src/ceph-disk