e6ddff6eb0
* integrate create filestore OSD patch The ceph-disk default create bluestore in mimic version. For maximize compability, still create filestore OSD here. * prepare osd to be started via init script use osd id already configured in the database instead of generating a new one * fix ceph osd disk partition for nvme disks Story: 2003605 Depends-On: Ic9c4aed8dbab5d3e141cf9c1b2b1892731b14779 Change-Id: Iaa3319a7647e5622037d12c53673da0e4199ceb4 Co-Authored-By: Daniel Badea <daniel.badea@intel.com> Signed-off-by: Changcheng Liu <changcheng.liu@intel.com> Signed-off-by: Daniel Badea <daniel.badea@windriver.com>
33 lines
1.0 KiB
Diff
33 lines
1.0 KiB
Diff
From 88ffd373172ecabdda7235cce1efa3b7014a839f Mon Sep 17 00:00:00 2001
|
|
From: Daniel Badea <daniel.badea@windriver.com>
|
|
Date: Thu, 25 Apr 2019 15:42:38 +0000
|
|
Subject: [PATCH] fix ceph osd disk partition for nvme disks
|
|
|
|
---
|
|
SPECS/puppet-ceph.spec | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/SPECS/puppet-ceph.spec b/SPECS/puppet-ceph.spec
|
|
index 95c1f0e..6b6cac2 100644
|
|
--- a/SPECS/puppet-ceph.spec
|
|
+++ b/SPECS/puppet-ceph.spec
|
|
@@ -16,6 +16,7 @@ Patch0005: 0005-Remove-puppetlabs-apt-as-ceph-requirement.patch
|
|
Patch0006: 0006-ceph-disk-prepare-invalid-data-disk-value.patch
|
|
Patch0007: 0007-Add-StarlingX-specific-restart-command-for-Ceph-moni.patch
|
|
Patch0008: 0008-ceph-mimic-prepare-activate-osd.patch
|
|
+Patch0009: 0009-fix-ceph-osd-disk-partition-for-nvme-disks.patch
|
|
|
|
BuildArch: noarch
|
|
|
|
@@ -39,6 +40,7 @@ Community Developed Ceph Module
|
|
%patch0006 -p1
|
|
%patch0007 -p1
|
|
%patch0008 -p1
|
|
+%patch0009 -p1
|
|
|
|
find . -type f -name ".*" -exec rm {} +
|
|
find . -size 0 -exec rm {} +
|
|
--
|
|
1.8.3.1
|
|
|