Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 916951 Details for
Bug 1116039
Ceph client libraries should be required by compute node puppet module
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fixed Style for Install ceph client libraries when using rbd
0001-Install-ceph-client-libraries-when-using-rbd.patch (text/plain), 1.10 KB, created by
Ivan Chavero
on 2014-07-09 21:09:06 UTC
(
hide
)
Description:
Fixed Style for Install ceph client libraries when using rbd
Filename:
MIME Type:
Creator:
Ivan Chavero
Created:
2014-07-09 21:09:06 UTC
Size:
1.10 KB
patch
obsolete
>From e523b5d1f2d56fa0e708371879cca659c592fbd4 Mon Sep 17 00:00:00 2001 >From: Ivan Chavero <ichavero@redhat.com> >Date: Tue, 8 Jul 2014 21:51:04 -0600 >Subject: [PATCH] Install ceph client libraries when using rbd > >Ceph client libraries might not be installed when using the >nova::compute::rbd class. > >Change-Id: Icc2c8e688abbc6d8a1877bfea7be6b30204d1a52 >--- > manifests/compute/rbd.pp | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > >diff --git a/manifests/compute/rbd.pp b/manifests/compute/rbd.pp >index 009833d..e65d0cd 100644 >--- a/manifests/compute/rbd.pp >+++ b/manifests/compute/rbd.pp >@@ -53,6 +53,20 @@ class nova::compute::rbd ( > > include nova::params > >+ # Fedora is the only one that has a different name >+ # for the ceph client package >+ if $::operatingsystem == 'Fedora' { >+ $ceph_package = 'ceph' >+ } >+ else { >+ $ceph_package = 'ceph-common' >+ } >+ >+ # Install ceph client libraries >+ package { $ceph_package: >+ ensure => 'installed', >+ } >+ > nova_config { > 'libvirt/images_type': value => 'rbd'; > 'libvirt/images_rbd_pool': value => $libvirt_images_rbd_pool; >-- >1.9.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
gchamoul
: review+
Actions:
View
|
Diff
Attachments on
bug 1116039
:
916613
|
916921
| 916951