Feature #2547
ceph-disk-prepare: handle partitioning and mkfs
0%
Description
spawn gdisk in a subprocess.
How much protection do admins need to avoid ceph-disk-prepare /dev/sda mistakes?
Associated revisions
ceph-disk-prepare: Partition and format OSD data disks automatically.
Uses gdisk, as it seems to be the only tool that can automate GPT uuid
changes. Needs to run as root.
Adds Recommends: gdisk to ceph.deb.
Closes: #2547
Signed-off-by: Tommi Virtanen <tv@inktank.com>
ceph-disk-prepare: Partition and format OSD data disks automatically.
Uses gdisk, as it seems to be the only tool that can automate GPT uuid
changes. Needs to run as root.
Adds Recommends: gdisk to ceph.deb.
Closes: #2547
Signed-off-by: Tommi Virtanen <tv@inktank.com>
History
#1 Updated by Sage Weil over 11 years ago
- Target version set to v0.49
- translation missing: en.field_position set to 1284
#2 Updated by Sage Weil over 11 years ago
- translation missing: en.field_story_points set to 2
- translation missing: en.field_position deleted (
1299) - translation missing: en.field_position set to 74
#3 Updated by Sage Weil about 11 years ago
- Project changed from Ceph to devops
- Target version deleted (
v0.49)
#4 Updated by Sage Weil about 11 years ago
- Target version set to v0.49
#5 Updated by Sage Weil about 11 years ago
- Target version changed from v0.49 to v0.50
#6 Updated by Anonymous about 11 years ago
- Assignee set to Anonymous
#7 Updated by Anonymous about 11 years ago
- Status changed from New to Resolved
commit ad97415ef72b55934adfa5024fd9af8fd1f0f82d
Author: Tommi Virtanen <tv@inktank.com>
Date: 2012-07-03 15:24:26 -0700
ceph-disk-prepare: Partition and format OSD data disks automatically.
Uses gdisk, as it seems to be the only tool that can automate GPT uuid
changes. Needs to run as root.
Adds Recommends: gdisk to ceph.deb.
Closes: #2547
Signed-off-by: Tommi Virtanen <tv@inktank.com>