All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [ceph-users] Re: Understanding what ceph-volume does, with bootstrap-osd/ceph.keyring, tmpfs
       [not found] ` <H00000710017cb1c.1600697698.sx.f1-outsourcing.eu*@MHS>
@ 2020-09-22 12:04   ` tri
  2020-09-22 16:29     ` Kevin Myers
  2020-09-30 18:25     ` Marc Roos
  0 siblings, 2 replies; 4+ messages in thread
From: tri @ 2020-09-22 12:04 UTC (permalink / raw)
  To: Janne Johansson, Marc Roos; +Cc: ceph-devel, ceph-users

The key is stored in the ceph cluster config db. It can be retrieved by

KEY=`/usr/bin/ceph --cluster ceph --name client.osd-lockbox.${OSD_FSID} --keyring $OSD_PATH/lockbox.keyring config-key get dm-crypt/osd/$OSD_FSID/luks`

September 22, 2020 2:25 AM, "Janne Johansson" <icepic.dz@gmail.com> wrote:

> Den mån 21 sep. 2020 kl 16:15 skrev Marc Roos <M.Roos@f1-outsourcing.eu>:
> 
>> When I create a new encrypted osd with ceph volume[1]
>> 
>> Q4: Where is this luks passphrase stored?
> 
> I think the OSD asks the mon for it after auth:ing, so "in the mon DBs"
> somewhere.
> 
> --
> May the most significant bit of your life be positive.
> _______________________________________________
> ceph-users mailing list -- ceph-users@ceph.io
> To unsubscribe send an email to ceph-users-leave@ceph.io

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

* Re: [ceph-users] Re: Understanding what ceph-volume does, with bootstrap-osd/ceph.keyring, tmpfs
  2020-09-22 12:04   ` [ceph-users] Re: Understanding what ceph-volume does, with bootstrap-osd/ceph.keyring, tmpfs tri
@ 2020-09-22 16:29     ` Kevin Myers
  2020-09-30 18:25     ` Marc Roos
  1 sibling, 0 replies; 4+ messages in thread
From: Kevin Myers @ 2020-09-22 16:29 UTC (permalink / raw)
  To: tri; +Cc: Janne Johansson, Marc Roos, ceph-devel, ceph-users

Tbh ceph caused us more problems than it tried to fix ymmv good luck


> On 22 Sep 2020, at 13:04, tri@postix.net wrote:
> 
> The key is stored in the ceph cluster config db. It can be retrieved by
> 
> KEY=`/usr/bin/ceph --cluster ceph --name client.osd-lockbox.${OSD_FSID} --keyring $OSD_PATH/lockbox.keyring config-key get dm-crypt/osd/$OSD_FSID/luks`
> 
> September 22, 2020 2:25 AM, "Janne Johansson" <icepic.dz@gmail.com> wrote:
> 
>> Den mån 21 sep. 2020 kl 16:15 skrev Marc Roos <M.Roos@f1-outsourcing.eu>:
>> 
>>> When I create a new encrypted osd with ceph volume[1]
>>> 
>>> Q4: Where is this luks passphrase stored?
>> 
>> I think the OSD asks the mon for it after auth:ing, so "in the mon DBs"
>> somewhere.
>> 
>> --
>> May the most significant bit of your life be positive.
>> _______________________________________________
>> ceph-users mailing list -- ceph-users@ceph.io
>> To unsubscribe send an email to ceph-users-leave@ceph.io
> _______________________________________________
> ceph-users mailing list -- ceph-users@ceph.io
> To unsubscribe send an email to ceph-users-leave@ceph.io


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

* RE: [ceph-users] Re: Understanding what ceph-volume does, with bootstrap-osd/ceph.keyring, tmpfs
  2020-09-22 12:04   ` [ceph-users] Re: Understanding what ceph-volume does, with bootstrap-osd/ceph.keyring, tmpfs tri
  2020-09-22 16:29     ` Kevin Myers
@ 2020-09-30 18:25     ` Marc Roos
  1 sibling, 0 replies; 4+ messages in thread
From: Marc Roos @ 2020-09-30 18:25 UTC (permalink / raw)
  To: icepic.dz, tri; +Cc: ceph-devel, ceph-users


Thanks!  

-----Original Message-----
To: Janne Johansson; Marc Roos
Cc: ceph-devel; ceph-users
Subject: Re: [ceph-users] Re: Understanding what ceph-volume does, with 
bootstrap-osd/ceph.keyring, tmpfs

The key is stored in the ceph cluster config db. It can be retrieved by

KEY=`/usr/bin/ceph --cluster ceph --name client.osd-lockbox.${OSD_FSID} 
--keyring $OSD_PATH/lockbox.keyring config-key get 
dm-crypt/osd/$OSD_FSID/luks`





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

* RE: [ceph-users] Re: Understanding what ceph-volume does, with bootstrap-osd/ceph.keyring, tmpfs
@ 2020-09-22 19:17 Marc Roos
  0 siblings, 0 replies; 4+ messages in thread
From: Marc Roos @ 2020-09-22 19:17 UTC (permalink / raw)
  To: response, tri; +Cc: ceph-devel, ceph-users, icepic.dz

 
At least ceph thought you the essence of doing first proper testing ;) 
Because if you test your use case you either get a positive or negative 
result and not a problem. 
However I do have to admit that ceph could be more transparent with 
publishing testing and performance results. I have already discussed 
this with them on such a ceph day. It does not make sense to have to do 
everything yourself eg the luks overhead and putting the db/wal on ssd, 
rbd performance on hdds etc. Those can quickly show if ceph can be a 
candidate or not.


-----Original Message-----
From: Kevin Myers [mailto:response@ifastnet.com] 
Cc: Janne Johansson; Marc Roos; ceph-devel; ceph-users
Subject: Re: [ceph-users] Re: Understanding what ceph-volume does, with 
bootstrap-osd/ceph.keyring, tmpfs

Tbh ceph caused us more problems than it tried to fix ymmv good luck


> On 22 Sep 2020, at 13:04, tri@postix.net wrote:
> 
> The key is stored in the ceph cluster config db. It can be retrieved 

> by
> 
> KEY=`/usr/bin/ceph --cluster ceph --name 
> client.osd-lockbox.${OSD_FSID} --keyring $OSD_PATH/lockbox.keyring 
> config-key get dm-crypt/osd/$OSD_FSID/luks`
> 
> September 22, 2020 2:25 AM, "Janne Johansson" <icepic.dz@gmail.com> 
wrote:
> 
>> Den mån 21 sep. 2020 kl 16:15 skrev Marc Roos 
<M.Roos@f1-outsourcing.eu>:
>> 
>>> When I create a new encrypted osd with ceph volume[1]
>>> 
>>> Q4: Where is this luks passphrase stored?
>> 
>> I think the OSD asks the mon for it after auth:ing, so "in the mon 
DBs"
>> somewhere.
>> 
>> --
>> May the most significant bit of your life be positive.
>> _______________________________________________
>> ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an 
>> email to ceph-users-leave@ceph.io
> _______________________________________________
> ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an 
> email to ceph-users-leave@ceph.io




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

end of thread, other threads:[~2020-09-30 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAA6-MF_47O1p0Rd-_jhKfwW6s1LKYrnj7tgu07=i8NQzUzCSZQ@mail.gmail.com>
     [not found] ` <H00000710017cb1c.1600697698.sx.f1-outsourcing.eu*@MHS>
2020-09-22 12:04   ` [ceph-users] Re: Understanding what ceph-volume does, with bootstrap-osd/ceph.keyring, tmpfs tri
2020-09-22 16:29     ` Kevin Myers
2020-09-30 18:25     ` Marc Roos
2020-09-22 19:17 Marc Roos

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.