All of lore.kernel.org
 help / color / mirror / Atom feed
* Minor doc nits for Luminous upgrade
@ 2017-06-28  1:07 Mark Kirkwood
  2017-06-28  4:23 ` Abhishek L
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Kirkwood @ 2017-06-28  1:07 UTC (permalink / raw)
  To: ceph-devel

I've just done an upgrade from Jewel to Luminous following 
http://docs.ceph.com/docs/master/release-notes/#upgrade-from-jewel-or-kraken 
. Generally nice and easy to follow, but there are a couple of 
(fortunately very obvious) instructions that are wrong:

1/ Mon feature list

<# ceph mon feature ls
 ># ceph mon feature list

2/ Osd restart

<# systemctl ceph-osd.target
 ># systemctl restart ceph-osd.target

Otherwise all good.

Cheers


Mark


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Minor doc nits for Luminous upgrade
  2017-06-28  1:07 Minor doc nits for Luminous upgrade Mark Kirkwood
@ 2017-06-28  4:23 ` Abhishek L
  2017-06-28  7:47   ` Mark Kirkwood
  0 siblings, 1 reply; 5+ messages in thread
From: Abhishek L @ 2017-06-28  4:23 UTC (permalink / raw)
  To: Mark Kirkwood; +Cc: ceph-devel

On Wed, Jun 28, 2017 at 3:07 AM, Mark Kirkwood
<mark.kirkwood@catalyst.net.nz> wrote:
> I've just done an upgrade from Jewel to Luminous following
> http://docs.ceph.com/docs/master/release-notes/#upgrade-from-jewel-or-kraken
> . Generally nice and easy to follow, but there are a couple of (fortunately
> very obvious) instructions that are wrong:
>
> 1/ Mon feature list
>
> <# ceph mon feature ls
>># ceph mon feature list

While the final feature of release and the next RC will feature the
`ls` version, this  RC still had the older list version, I've made a
correction to the blog entry.

> 2/ Osd restart
>
> <# systemctl ceph-osd.target
>># systemctl restart ceph-osd.target

Ah thanks, there seem to be a bunch of these, good catch
> Otherwise all good.
>
> Cheers
>
>
> Mark
>
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Minor doc nits for Luminous upgrade
  2017-06-28  4:23 ` Abhishek L
@ 2017-06-28  7:47   ` Mark Kirkwood
  2017-06-28 13:48     ` Sage Weil
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Kirkwood @ 2017-06-28  7:47 UTC (permalink / raw)
  To: Abhishek L; +Cc: ceph-devel



On 28/06/17 16:23, Abhishek L wrote:
> On Wed, Jun 28, 2017 at 3:07 AM, Mark Kirkwood
> <mark.kirkwood@catalyst.net.nz> wrote:
>>
>> 1/ Mon feature list
>>
>> <# ceph mon feature ls
>>> # ceph mon feature list
> While the final feature of release and the next RC will feature the
> `ls` version, this  RC still had the older list version, I've made a
> correction to the blog entry.
>
>
I'm not sure I've been clear with this point, but the 'ls' command does 
not work if you are upgrading from Jewel - surely this is a) a problem 
and b) a very likely upgrade path!

regards

Mark

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Minor doc nits for Luminous upgrade
  2017-06-28  7:47   ` Mark Kirkwood
@ 2017-06-28 13:48     ` Sage Weil
  2017-06-28 23:51       ` Mark Kirkwood
  0 siblings, 1 reply; 5+ messages in thread
From: Sage Weil @ 2017-06-28 13:48 UTC (permalink / raw)
  To: Mark Kirkwood; +Cc: Abhishek L, ceph-devel

On Wed, 28 Jun 2017, Mark Kirkwood wrote:
> On 28/06/17 16:23, Abhishek L wrote:
> > On Wed, Jun 28, 2017 at 3:07 AM, Mark Kirkwood
> > <mark.kirkwood@catalyst.net.nz> wrote:
> > > 
> > > 1/ Mon feature list
> > > 
> > > <# ceph mon feature ls
> > > > # ceph mon feature list
> > While the final feature of release and the next RC will feature the
> > `ls` version, this  RC still had the older list version, I've made a
> > correction to the blog entry.
> > 
> > 
> I'm not sure I've been clear with this point, but the 'ls' command does not
> work if you are upgrading from Jewel - surely this is a) a problem and b) a
> very likely upgrade path!

The first rc 12.1.0 has 'mon feature list' instead of 'mon feature ls'; 
the command was renamed right after the release was tagged to be more 
consistent with other cli commands.  (Can you confirm that 'mon feature 
list' works?)

The command should start working as soon as the monitors are upgraded to 
luminous.

sage


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Minor doc nits for Luminous upgrade
  2017-06-28 13:48     ` Sage Weil
@ 2017-06-28 23:51       ` Mark Kirkwood
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Kirkwood @ 2017-06-28 23:51 UTC (permalink / raw)
  To: Sage Weil; +Cc: Abhishek L, ceph-devel

On 29/06/17 01:48, Sage Weil wrote:

> The first rc 12.1.0 has 'mon feature list' instead of 'mon feature ls';
> the command was renamed right after the release was tagged to be more
> consistent with other cli commands.  (Can you confirm that 'mon feature
> list' works?)
>
> The command should start working as soon as the monitors are upgraded to
> luminous.
>
>

Thanks Sage - sorry, I was being dense and misunderstood what was going on!

Yes, 'mon feature list' works fine.

Cheers

Mark


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-06-28 23:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-28  1:07 Minor doc nits for Luminous upgrade Mark Kirkwood
2017-06-28  4:23 ` Abhishek L
2017-06-28  7:47   ` Mark Kirkwood
2017-06-28 13:48     ` Sage Weil
2017-06-28 23:51       ` Mark Kirkwood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.