All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oliver Freyermuth <freyermuth-PRwTpj6vllKyLsESG3L8NIQuADTiUCJX@public.gmane.org>
To: ceph.novice-k4R3PER4nllwCEqMux5wBA@public.gmane.org,
	Nathan Cutler <ncutler-AlSwsSmVLrQ@public.gmane.org>
Cc: ceph-users <ceph-users-idqoXFIVOFJgJs9I8MT0rw@public.gmane.org>,
	Peter Wienemann
	<wienemann-PRwTpj6vllKyLsESG3L8NIQuADTiUCJX@public.gmane.org>,
	Ceph Development
	<ceph-devel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: HELP! --> CLUSER DOWN (was "v13.2.1 Mimic released")
Date: Mon, 30 Jul 2018 10:44:16 +0200	[thread overview]
Message-ID: <df40714b-4dd4-06cc-b104-d70b9f3d3536@physik.uni-bonn.de> (raw)
In-Reply-To: <trinity-6a6dc71a-9bf5-4999-817a-ba833afe2a8d-1532937024317@3c-app-gmx-bs73>


[-- Attachment #1.1: Type: text/plain, Size: 4286 bytes --]

Hi together,

for all others on this list, it might also be helpful to know which setups are likely affected. 
Does this only occur for Filestore disks, i.e. if ceph-volume has taken over taking care of these? 
Does it happen on every RHEL 7.5 system? 

We're still on 13.2.0 here and ceph-detect-init works fine on our CentOS 7.5 systems (it just echoes "systemd"). 
We're on Bluestore. 
Should we hold off on an upgrade, or are we unaffected? 

Cheers,
Oliver

Am 30.07.2018 um 09:50 schrieb ceph.novice-k4R3PER4nllwCEqMux5wBA@public.gmane.org:
> Hey Nathan.
> 
> No blaming here. I'm very thankful for this great peace (ok, sometime more of a beast ;) ) of open-source SDS and all the great work around it incl. community and users... and happy the problem is identified and can be fixed for others/the future as well :)
>  
> Well, yes, can confirm your found "error" also here:
> 
> [root@sds20 ~]# ceph-detect-init
> Traceback (most recent call last):
>   File "/usr/bin/ceph-detect-init", line 9, in <module>
>     load_entry_point('ceph-detect-init==1.0.1', 'console_scripts', 'ceph-detect-init')()
>   File "/usr/lib/python2.7/site-packages/ceph_detect_init/main.py", line 56, in run
>     print(ceph_detect_init.get(args.use_rhceph).init)
>   File "/usr/lib/python2.7/site-packages/ceph_detect_init/__init__.py", line 42, in get
>     release=release)
> ceph_detect_init.exc.UnsupportedPlatform: Platform is not supported.: rhel  7.5
> 
> 
> Gesendet: Sonntag, 29. Juli 2018 um 20:33 Uhr
> Von: "Nathan Cutler" <ncutler-AlSwsSmVLrQ@public.gmane.org>
> An: ceph.novice-k4R3PER4nllwCEqMux5wBA@public.gmane.org, "Vasu Kulkarni" <vakulkar@redhat.com>
> Cc: ceph-users <ceph-users-idqoXFIVOFJgJs9I8MT0rw@public.gmane.org>, "Ceph Development" <ceph-devel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
> Betreff: Re: [ceph-users] HELP! --> CLUSER DOWN (was "v13.2.1 Mimic released")
>> Strange...
>> - wouldn't swear, but pretty sure v13.2.0 was working ok before
>> - so what do others say/see?
>> - no one on v13.2.1 so far (hard to believe) OR
>> - just don't have this "systemctl ceph-osd.target" problem and all just works?
>>
>> If you also __MIGRATED__ from Luminous (say ~ v12.2.5 or older) to Mimic (say v13.2.0 -> v13.2.1) and __DO NOT__ see the same systemctl problems, whats your Linix OS and version (I'm on RHEL 7.5 here) ? :O
> 
> Best regards
>  Anton
> 
> ----------------------------
> 
> Hi ceph.novice:
> 
> I'm the one to blame for this regretful incident. Today I have
> reproduced the issue in teuthology:
> 
> 2018-07-29T18:20:07.288 INFO:teuthology.orchestra.run.ovh093:Running:
> 'sudo TESTDIR=/home/ubuntu/cephtest bash -c ceph-detect-init'
> 2018-07-29T18:20:07.796
> INFO:teuthology.orchestra.run.ovh093.stderr:Traceback (most recent call
> last):
> 2018-07-29T18:20:07.797 INFO:teuthology.orchestra.run.ovh093.stderr:
> File "/bin/ceph-detect-init", line 9, in <module>
> 2018-07-29T18:20:07.797 INFO:teuthology.orchestra.run.ovh093.stderr:
> load_entry_point('ceph-detect-init==1.0.1', 'console_scripts',
> 'ceph-detect-init')()
> 2018-07-29T18:20:07.797 INFO:teuthology.orchestra.run.ovh093.stderr:
> File "/usr/lib/python2.7/site-packages/ceph_detect_init/main.py", line
> 56, in run
> 2018-07-29T18:20:07.797 INFO:teuthology.orchestra.run.ovh093.stderr:
> print(ceph_detect_init.get(args.use_rhceph).init)
> 2018-07-29T18:20:07.797 INFO:teuthology.orchestra.run.ovh093.stderr:
> File "/usr/lib/python2.7/site-packages/ceph_detect_init/__init__.py",
> line 42, in get
> 2018-07-29T18:20:07.797 INFO:teuthology.orchestra.run.ovh093.stderr:
> release=release)
> 2018-07-29T18:20:07.797
> INFO:teuthology.orchestra.run.ovh093.stderr:ceph_detect_init.exc.UnsupportedPlatform:
> Platform is not supported.: rhel 7.5
> 
> Just to be sure, can you confirm? (I.e. issue the command
> "ceph-detect-init" on your RHEL 7.5 system. Instead of saying "systemd"
> it gives an error like above?)
> 
> I'm working on a fix now at https://github.com/ceph/ceph/pull/23303
> 
> Nathan
> _______________________________________________
> ceph-users mailing list
> ceph-users-idqoXFIVOFJgJs9I8MT0rw@public.gmane.org
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
> 



[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 5455 bytes --]

[-- Attachment #2: Type: text/plain, Size: 178 bytes --]

_______________________________________________
ceph-users mailing list
ceph-users-idqoXFIVOFJgJs9I8MT0rw@public.gmane.org
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

  reply	other threads:[~2018-07-30  8:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-27 19:25 v13.2.1 Mimic released Sage Weil
     [not found] ` <086B2EB1-4349-4694-856C-ECA50FBF6211@godaddy.com>
     [not found]   ` <086B2EB1-4349-4694-856C-ECA50FBF6211-SMpshsswsndBDgjK7y7TUQ@public.gmane.org>
2018-07-28 14:46     ` HELP! --> CLUSER DOWN (was "v13.2.1 Mimic released") ceph.novice-k4R3PER4nllwCEqMux5wBA
2018-07-28 14:49       ` Sage Weil
     [not found]         ` <422702b2-35c6-413e-bb9f-506921ccb3fc-2ueSQiBKiTY7tOexoI0I+QC/G2K4zDHf@public.gmane.org>
2018-07-28 21:35           ` ceph.novice-k4R3PER4nllwCEqMux5wBA
2018-07-29  1:02             ` ceph.novice-k4R3PER4nllwCEqMux5wBA
2018-07-29  1:15               ` Vasu Kulkarni
     [not found]                 ` <CAKPXa=ZLDi17fnf5gq0RfGPp_RGoFWQ7EutbqPuJ7OoJte=G_w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-07-29  9:16                   ` ceph.novice-k4R3PER4nllwCEqMux5wBA
2018-07-29 18:33                     ` Nathan Cutler
     [not found]                       ` <7404124f-008d-744e-9866-9a41ca88bd79-AlSwsSmVLrQ@public.gmane.org>
2018-07-30  7:50                         ` ceph.novice-k4R3PER4nllwCEqMux5wBA
2018-07-30  8:44                           ` Oliver Freyermuth [this message]
     [not found]                             ` <df40714b-4dd4-06cc-b104-d70b9f3d3536-PRwTpj6vllKyLsESG3L8NIQuADTiUCJX@public.gmane.org>
2018-07-30  8:54                               ` Nathan Cutler
     [not found]                                 ` <c0ca6365-93d3-ddcb-1260-52bae8209893-AlSwsSmVLrQ@public.gmane.org>
2018-07-30  8:59                                   ` Kenneth Waegeman
     [not found]                                     ` <7fcb4558-f426-54cd-2670-76c1d19e2496-Cru1EgDzd7c@public.gmane.org>
2018-07-30 11:07                                       ` Jake Grimmett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=df40714b-4dd4-06cc-b104-d70b9f3d3536@physik.uni-bonn.de \
    --to=freyermuth-prwtpj6vllkylsesg3l8niquadtiucjx@public.gmane.org \
    --cc=ceph-devel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=ceph-users-idqoXFIVOFJgJs9I8MT0rw@public.gmane.org \
    --cc=ceph.novice-k4R3PER4nllwCEqMux5wBA@public.gmane.org \
    --cc=ncutler-AlSwsSmVLrQ@public.gmane.org \
    --cc=wienemann-PRwTpj6vllKyLsESG3L8NIQuADTiUCJX@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.