[ceph-users] Re: pgcalc tool removed (or moved?) from ceph.com ?

2024-03-08 Thread John Zachary Dover
PGcalc has been restored to docs.ceph.com in this PR:
https://github.com/ceph/ceph/pull/56045

PGcalc can be accessed here:
https://docs.ceph.com/en/reef/rados/operations/pgcalc/

Zac Dover
Upstream Docs
Ceph Foundation

On Thu, Aug 26, 2021 at 9:56 AM Mike Perez  wrote:

> Hi all,
>
> I attempted to migrate this to the new website, but it's going to
> require some CSS work. I'm not the best with CSS, and the old website
> has a very large CSS file to dissect from. I'll see what I can come up
> with tomorrow.
>
> https://github.com/ceph/ceph.io/issues/265
>
> On Thu, Jul 8, 2021 at 12:33 AM Christian Rohmann
>  wrote:
> >
> > Hey Dominik,
> >
> > On 05/07/2021 09:55, Dominik Csapak wrote:
> > > Hi,
> > >
> > > just wanted to ask if it is intentional that
> > >
> > > http://ceph.com/pgcalc/
> > >
> > > results in a 404 error?
> > >
> > > is there any alternative url?
> > > it is still linked from the offical docs.
> >
> > It's available at https://ceph.com/pgcalc/ just now (with cert not
> > matching), but there apparently are people working on migrating the
> > whole website 
> >
> > * ceph.com redirects to https://old.ceph.com/ with matching Let's
> > Encrypt certificate
> > * but https://ceph.com/pgcalc/ is not rewritten to the old.ceph.com
> > domain and thus the certificate error because the cert is only valid vor
> > old.ceph.com
> >
> >
> > Regards
> >
> > Christian
> >
> > ___
> > ceph-users mailing list -- ceph-users@ceph.io
> > To unsubscribe send an email to ceph-users-le...@ceph.io
> >
>
>
> --
> Mike Perez
>
> ___
> ceph-users mailing list -- ceph-users@ceph.io
> To unsubscribe send an email to ceph-users-le...@ceph.io
>
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io


[ceph-users] Re: pgcalc tool removed (or moved?) from ceph.com ?

2021-08-25 Thread Mike Perez
Hi all,

I attempted to migrate this to the new website, but it's going to
require some CSS work. I'm not the best with CSS, and the old website
has a very large CSS file to dissect from. I'll see what I can come up
with tomorrow.

https://github.com/ceph/ceph.io/issues/265

On Thu, Jul 8, 2021 at 12:33 AM Christian Rohmann
 wrote:
>
> Hey Dominik,
>
> On 05/07/2021 09:55, Dominik Csapak wrote:
> > Hi,
> >
> > just wanted to ask if it is intentional that
> >
> > http://ceph.com/pgcalc/
> >
> > results in a 404 error?
> >
> > is there any alternative url?
> > it is still linked from the offical docs.
>
> It's available at https://ceph.com/pgcalc/ just now (with cert not
> matching), but there apparently are people working on migrating the
> whole website 
>
> * ceph.com redirects to https://old.ceph.com/ with matching Let's
> Encrypt certificate
> * but https://ceph.com/pgcalc/ is not rewritten to the old.ceph.com
> domain and thus the certificate error because the cert is only valid vor
> old.ceph.com
>
>
> Regards
>
> Christian
>
> ___
> ceph-users mailing list -- ceph-users@ceph.io
> To unsubscribe send an email to ceph-users-le...@ceph.io
>


-- 
Mike Perez

___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io


[ceph-users] Re: pgcalc tool removed (or moved?) from ceph.com ?

2021-07-08 Thread Christian Rohmann

On 08/07/2021 09:39, Dominik Csapak wrote:
It's available at https://ceph.com/pgcalc/ just now (with cert not 
matching), but there apparently are people working on migrating the 
whole website 


* ceph.com redirects to https://old.ceph.com/ with matching Let's 
Encrypt certificate
* but https://ceph.com/pgcalc/ is not rewritten to the old.ceph.com 
domain and thus the certificate error because the cert is only valid 
vor old.ceph.com



Regards

Christian





thanks for the answer :)

i still get a 404 on ceph.com/pgcalc
(and no redirect to old.ceph.com
also no cert mismatch or anything)

but i can see it on https://old.ceph.com/pgcalc
(also no cert error?)

thanks



It's even more complicated as it's different for IPv6 and IPv4 ...


IPv6:


curl -k -v https://ceph.com
*   Trying 2607:5300:201:2000::3:5897:443...
* Connected to ceph.com (2607:5300:201:2000::3:5897) port 443 (#0)

 -> HTTP/1.1 301 Moved Permanently
< Server: nginx
< Date: Thu, 08 Jul 2021 08:29:16 GMT
< Content-Type: text/html; charset=UTF-8
< Transfer-Encoding: chunked
< Connection: keep-alive
< Last-Modified: Tue, 22 Jun 2021 20:30:33 GMT
< Expires: Thu, 08 Jul 2021 09:29:16 GMT
< Cache-Control: max-age=3600
< X-Redirect-By: WordPress
< Location: https://old.ceph.com/




IPv4:


curl -4 -k -v https://ceph.com
*   Trying 8.43.84.140:443...
* Connected to ceph.com (8.43.84.140) port 443 (#0)
< HTTP/1.1 500 Internal Server Error
< Server: nginx
< Date: Thu, 08 Jul 2021 08:30:25 GMT
< Content-Type: text/html
< Content-Length: 170
< Connection: close
<

500 Internal Server Error





Regards


Christian

___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io


[ceph-users] Re: pgcalc tool removed (or moved?) from ceph.com ?

2021-07-08 Thread Dominik Csapak

On 7/8/21 09:32, Christian Rohmann wrote:

Hey Dominik,

On 05/07/2021 09:55, Dominik Csapak wrote:

Hi,

just wanted to ask if it is intentional that

http://ceph.com/pgcalc/

results in a 404 error?

is there any alternative url?
it is still linked from the offical docs.


It's available at https://ceph.com/pgcalc/ just now (with cert not 
matching), but there apparently are people working on migrating the 
whole website 


* ceph.com redirects to https://old.ceph.com/ with matching Let's 
Encrypt certificate
* but https://ceph.com/pgcalc/ is not rewritten to the old.ceph.com 
domain and thus the certificate error because the cert is only valid vor 
old.ceph.com



Regards

Christian





thanks for the answer :)

i still get a 404 on ceph.com/pgcalc
(and no redirect to old.ceph.com
also no cert mismatch or anything)

but i can see it on https://old.ceph.com/pgcalc
(also no cert error?)

thanks
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io


[ceph-users] Re: pgcalc tool removed (or moved?) from ceph.com ?

2021-07-08 Thread Christian Rohmann

Hey Dominik,

On 05/07/2021 09:55, Dominik Csapak wrote:

Hi,

just wanted to ask if it is intentional that

http://ceph.com/pgcalc/

results in a 404 error?

is there any alternative url?
it is still linked from the offical docs.


It's available at https://ceph.com/pgcalc/ just now (with cert not 
matching), but there apparently are people working on migrating the 
whole website 


* ceph.com redirects to https://old.ceph.com/ with matching Let's 
Encrypt certificate
* but https://ceph.com/pgcalc/ is not rewritten to the old.ceph.com 
domain and thus the certificate error because the cert is only valid vor 
old.ceph.com



Regards

Christian

___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io


[ceph-users] Re: pgcalc tool removed (or moved?) from ceph.com ?

2021-07-08 Thread Dominik Csapak

On 7/5/21 09:55, Dominik Csapak wrote:

Hi,

just wanted to ask if it is intentional that

http://ceph.com/pgcalc/

results in a 404 error?

is there any alternative url?
it is still linked from the offical docs.

with kind regards
Dominik
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io



hi,

is there any info on this?
(cc'ing the dev list too, maybe it helps)

kind regards
Dominik
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io