Skip to content

Commit

Permalink
SM-Storage: creat /var/run/ceph
Browse files Browse the repository at this point in the history
Closes-Bug: #1649984

/var/run/ceph needs to be owned by ceph:ceph.

Change-Id: I0e66e2461dde91939c56447e49f221ebbfa9708d
  • Loading branch information
Dheeraj Gautam committed Dec 14, 2016
1 parent 6727342 commit 56dd73d
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -29,6 +29,11 @@
) {

contrail::lib::report_status { 'storage_started': state => 'storage_started' }
-> file {'/var/run/ceph':
ensure => directory,
owner => ceph,
group => ceph,
}
->
package { 'contrail-storage' : ensure => latest, }
->
Expand Down

0 comments on commit 56dd73d

Please sign in to comment.