Did you set "setuser match path" in your config? If you look at the
release notes for Infernalis, it outlines how to still use the ceph user.
Also to note below from Infernalis,
"Ceph daemons now run as user and group ceph by default. The ceph user has
a static UID assigned by Fedora and Debian (
l members needs to be all the mons? Any other config places I
should check?
Cheers,
Curt
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
As other's have said, best bet is update conf and then just use injectargs,
but if you need to restart a group of OSD's you could script it. Assuming
you are using linux, you could do something like.
//If you wanted to restart osd 1-10
for i in (1..10);
do
HOST=`ceph osd find ${i} | jq -r .crush_l
Hello,
I don't use Cent, but I've seen the same thing with Ubuntu, I'm going to
assume it's the same problem. The repo url should be download.ceph.com,
instead of just ceph.com, which is uses when it add's it to the repo. My
solution usually is, correct the repo URL to point to download.ceph.com
the cluster is in a healthy state. The
only warn is from having set no scrub and no deep scrub and 1 mon being
down.
Any advice would be greatly appreciated. Sorry for the long windedness of
it and scattered thought process.
Thanks,
Curt
___
ceph-user
they are all
on the same version. Most of them are on 0.87.1 or 0.87.2. There are 2
servers with osd's on 0.80.10. What is the best way to go through and
upgrade them all to 0.87.2?
They are all running Ubuntu 14 with kernel 3.13 or newer.
Cheers,
Curt
__