Re: [ceph-users] ceph-deploy issues rhel6

2013-06-19 Thread Derek Yarnell
On 6/19/13 12:35 AM, Sage Weil wrote: >> Yes so the init script does create the directory. Even if i manually >> create the directory before running the initial 'ceph-deploy mon create' >> I am still seeing the exception in the mon_create function that I >> originally posted about. Still trying t

Re: [ceph-users] ceph-deploy issues rhel6

2013-06-18 Thread Sage Weil
On Wed, 19 Jun 2013, Derek Yarnell wrote: > On 6/18/13 5:31 PM, Sage Weil wrote: > >> 1) Remove the %ghost directive and allow RPM to install the directory. > >> Potentially leaving orphaned pid/state files after the package is removed. > >> > >> 2) Or the directory needs to be created in the %post

Re: [ceph-users] ceph-deploy issues rhel6

2013-06-18 Thread Derek Yarnell
On 6/18/13 5:31 PM, Sage Weil wrote: >> 1) Remove the %ghost directive and allow RPM to install the directory. >> Potentially leaving orphaned pid/state files after the package is removed. >> >> 2) Or the directory needs to be created in the %post section. If it is >> created in the %post section

Re: [ceph-users] ceph-deploy issues rhel6

2013-06-18 Thread Sage Weil
On Tue, 18 Jun 2013, Derek Yarnell wrote: > Hi, > > So the first error below is that /var/run/ceph isn't created when > installing the ceph RPM(s). This is becasuse of line 440 in > ceph.spec.in using the %ghost directive[1] for the file install. My > reading of the behavior will mean that the f

Re: [ceph-users] ceph-deploy issues rhel6

2013-06-18 Thread Derek Yarnell
Hi, So the first error below is that /var/run/ceph isn't created when installing the ceph RPM(s). This is becasuse of line 440 in ceph.spec.in using the %ghost directive[1] for the file install. My reading of the behavior will mean that the file or directory in this case will be included in the

Re: [ceph-users] ceph-deploy issues rhel6

2013-06-18 Thread Derek Yarnell
On 6/18/13 10:29 AM, Sage Weil wrote: > Derek- > > Please also try the latest ceph-deploy and cuttlefish branches, which > fixed several issues with el6 distros. 'git pull' for hte latest > ceph-deploy (clone from github and ./bootstrap if you were using the > package) and install with > > .

Re: [ceph-users] ceph-deploy issues rhel6

2013-06-18 Thread Sage Weil
Hi Derek, Are you sure the package is installed on the target? (Did you ceph-deploy install ) It is probably caused by /var/lib/ceph/mon not existing? sage On Tue, 18 Jun 2013, Derek Yarnell wrote: > > > If you are still having problems with ceph-deploy, please forward the > > ceph.log f

Re: [ceph-users] ceph-deploy issues rhel6

2013-06-18 Thread Derek Yarnell
> If you are still having problems with ceph-deploy, please forward the > ceph.log file to me, I can start trying to figure out what's gone wrong. Hi, Nothing seems fishy from the log, I am going to try now the git version. -bash-4.1$ cat ceph.log 2013-06-12 13:21:17,937 ceph_deploy.new DEBUG

Re: [ceph-users] ceph-deploy issues rhel6

2013-06-18 Thread Sage Weil
Derek- Please also try the latest ceph-deploy and cuttlefish branches, which fixed several issues with el6 distros. 'git pull' for hte latest ceph-deploy (clone from github and ./bootstrap if you were using the package) and install with ./ceph-deploy install --dev=cuttlefish cbcbobj00.umiacs

Re: [ceph-users] ceph-deploy issues rhel6

2013-06-17 Thread Gary Lowell
Hi Derek - If you are still having problems with ceph-deploy, please forward the ceph.log file to me, I can start trying to figure out what's gone wrong. Thanks, Gary On Jun 12, 2013, at 7:09 PM, Derek Yarnell wrote: > Hi, > > I am trying to run ceph-deploy on a very basic 1 node configura