[ceph-users] Re: Reef release candidate - v18.1.2

2023-07-12 Thread Josh Durgin
Thanks for the report - this is being fixed in
https://github.com/ceph/ceph/pull/52343

On Wed, Jul 12, 2023 at 2:53 PM Stefan Kooman  wrote:

> On 7/12/23 23:21, Yuri Weinstein wrote:
> > Can you elaborate on how you installed cephadm?
>
> Add ceph repo (mirror):
> cat /etc/apt/sources.list.d/ceph.list
> deb http://ceph.download.bit.nl/debian-18.1.2 focal main
>
> wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key
> add -
> apt update
> apt install cephadm
>
> It install cephadm 18.1.2
>
> cephadm bootstrap --mon-ip $ip
>
> Then it pulls "quay.ceph.io/ceph-ci/ceph  main"
>
> Instead of 18.1.2 container image.
>
> Gr. Stefan
>
>
> > When I pull from quay.io/ceph/ceph:v18.1.2, I see the version v18.1.2
> >
> > podman run -it quay.io/ceph/ceph:v18.1.2
> > Trying to pull quay.io/ceph/ceph:v18.1.2...
> > Getting image source signatures
> > Copying blob f3a0532868dc done
> > Copying blob 9ba8dbcf96c4 done
> > Copying config 3b66ad272b done
> > Writing manifest to image destination
> > Storing signatures
> > [root@66c274be11ab /]# ceph --version
> > ceph version 18.1.2 (a5c951305c2409669162c235d81981bdc60dd9e7) reef (rc)
> >
> > On Wed, Jul 12, 2023 at 2:06 PM Stefan Kooman  wrote:
> >>
> >> On 6/30/23 18:36, Yuri Weinstein wrote:
> >>
> >>> This RC has gone thru partial testing due to issues we are
> >>> experiencing in the sepia lab.
> >>> Please try it out and report any issues you encounter. Happy testing!
> >>
> >> If I install cephadm from package, 18.1.2 on ubuntu focal in my case,
> >> cepadm usages the ceph-ci/ceph:main container images: "Pulling container
> >> image quay.ceph.io/ceph-ci/ceph:main". And these container images are
> >> out of date (18.0.0-4869-g05e449f9
> >> (05e449f9a2a65c297f31628af8f01f63cf36f261) reef (dev)": 1).
> >>
> >> AFAIK there is no way to tell cephadm bootstrap to use a specific
> >> version. Although the help mentions "--allow-mismatched-release", so it
> >> might be possible?
> >>
> >> Gr. Stefan
> >>
> >
> >
> ___
> 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: Reef release candidate - v18.1.2

2023-07-12 Thread Stefan Kooman

On 7/12/23 23:21, Yuri Weinstein wrote:

Can you elaborate on how you installed cephadm?


Add ceph repo (mirror):
cat /etc/apt/sources.list.d/ceph.list
deb http://ceph.download.bit.nl/debian-18.1.2 focal main

wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key 
add -

apt update
apt install cephadm

It install cephadm 18.1.2

cephadm bootstrap --mon-ip $ip

Then it pulls "quay.ceph.io/ceph-ci/ceph  main"

Instead of 18.1.2 container image.

Gr. Stefan



When I pull from quay.io/ceph/ceph:v18.1.2, I see the version v18.1.2

podman run -it quay.io/ceph/ceph:v18.1.2
Trying to pull quay.io/ceph/ceph:v18.1.2...
Getting image source signatures
Copying blob f3a0532868dc done
Copying blob 9ba8dbcf96c4 done
Copying config 3b66ad272b done
Writing manifest to image destination
Storing signatures
[root@66c274be11ab /]# ceph --version
ceph version 18.1.2 (a5c951305c2409669162c235d81981bdc60dd9e7) reef (rc)

On Wed, Jul 12, 2023 at 2:06 PM Stefan Kooman  wrote:


On 6/30/23 18:36, Yuri Weinstein wrote:


This RC has gone thru partial testing due to issues we are
experiencing in the sepia lab.
Please try it out and report any issues you encounter. Happy testing!


If I install cephadm from package, 18.1.2 on ubuntu focal in my case,
cepadm usages the ceph-ci/ceph:main container images: "Pulling container
image quay.ceph.io/ceph-ci/ceph:main". And these container images are
out of date (18.0.0-4869-g05e449f9
(05e449f9a2a65c297f31628af8f01f63cf36f261) reef (dev)": 1).

AFAIK there is no way to tell cephadm bootstrap to use a specific
version. Although the help mentions "--allow-mismatched-release", so it
might be possible?

Gr. Stefan





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


[ceph-users] Re: Reef release candidate - v18.1.2

2023-07-12 Thread Yuri Weinstein
Can you elaborate on how you installed cephadm?
When I pull from quay.io/ceph/ceph:v18.1.2, I see the version v18.1.2

podman run -it quay.io/ceph/ceph:v18.1.2
Trying to pull quay.io/ceph/ceph:v18.1.2...
Getting image source signatures
Copying blob f3a0532868dc done
Copying blob 9ba8dbcf96c4 done
Copying config 3b66ad272b done
Writing manifest to image destination
Storing signatures
[root@66c274be11ab /]# ceph --version
ceph version 18.1.2 (a5c951305c2409669162c235d81981bdc60dd9e7) reef (rc)

On Wed, Jul 12, 2023 at 2:06 PM Stefan Kooman  wrote:
>
> On 6/30/23 18:36, Yuri Weinstein wrote:
>
> > This RC has gone thru partial testing due to issues we are
> > experiencing in the sepia lab.
> > Please try it out and report any issues you encounter. Happy testing!
>
> If I install cephadm from package, 18.1.2 on ubuntu focal in my case,
> cepadm usages the ceph-ci/ceph:main container images: "Pulling container
> image quay.ceph.io/ceph-ci/ceph:main". And these container images are
> out of date (18.0.0-4869-g05e449f9
> (05e449f9a2a65c297f31628af8f01f63cf36f261) reef (dev)": 1).
>
> AFAIK there is no way to tell cephadm bootstrap to use a specific
> version. Although the help mentions "--allow-mismatched-release", so it
> might be possible?
>
> Gr. Stefan
>
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io


[ceph-users] Re: Reef release candidate - v18.1.2

2023-07-12 Thread Stefan Kooman

On 6/30/23 18:36, Yuri Weinstein wrote:


This RC has gone thru partial testing due to issues we are
experiencing in the sepia lab.
Please try it out and report any issues you encounter. Happy testing!


If I install cephadm from package, 18.1.2 on ubuntu focal in my case, 
cepadm usages the ceph-ci/ceph:main container images: "Pulling container 
image quay.ceph.io/ceph-ci/ceph:main". And these container images are 
out of date (18.0.0-4869-g05e449f9 
(05e449f9a2a65c297f31628af8f01f63cf36f261) reef (dev)": 1).


AFAIK there is no way to tell cephadm bootstrap to use a specific 
version. Although the help mentions "--allow-mismatched-release", so it 
might be possible?


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


[ceph-users] Re: Reef release candidate - v18.1.2

2023-07-10 Thread Laura Flores
Hi Stefan,

Yes, please create a tracker. I will take a look at the issue,

Thanks,
Laura Flores

On Mon, Jul 10, 2023 at 10:50 AM Stefan Kooman  wrote:

> On 6/30/23 18:36, Yuri Weinstein wrote:
>
> > This RC has gone thru partial testing due to issues we are
> > experiencing in the sepia lab.
> > Please try it out and report any issues you encounter. Happy testing!
>
> I tested the RC (v18.1.2) this afternoon. I tried out the new "read
> balancer". I hit asserts after applying the "ceph osd pg-upmap-primary
> $pd-id" commands on all affected OSDs. I posted (or tried at least) a
> ceph crash report:
> "2023-07-10T14:40:33.087472Z_c279b11c-7a69-488f-bd19-ed11cc4b0553"
>
>  "assert_condition": "pg_upmap_primaries.empty()",
>  "assert_file":
>
> "/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/18.0.0-4795-g2f6e4f7d/rpm/el8/BUILD/ceph-18.0.0-4795-g2f6e4f7d/src/osd/OSDMap.cc",
>  "assert_func": "void OSDMap::encode(ceph::buffer::v15_2_0::list&,
> uint64_t) const",
>  "assert_line": 3251,
>  "assert_msg":
> "/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/18.0.0-4795-g2f6e4f7d/rpm/el8/BUILD/ceph-18.0.0-4795-g2f6e4f7d/src/osd/OSDMap.cc:
>
> In function 'void OSDMap::encode(ceph::buffer::v15_2_0::list&, uint64_t)
> const' thread 7f9c4ca18700 time
> 2023-07-10T14:40:33.074045+\n/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/18.0.0-4795-g2f6e4f7d/rpm/el8/BUILD/ceph-18.0.0-4795-g2f6e4f7d/src/osd/OSDMap.cc:
>
> 3251: FAILED ceph_assert(pg_upmap_primaries.empty())\n",
>
> Shall I create a tracker issue for this?
>
> Gr. Stefan
>
>

-- 

Laura Flores

She/Her/Hers

Software Engineer, Ceph Storage 

Chicago, IL

lflo...@ibm.com | lflo...@redhat.com 
M: +17087388804
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io


[ceph-users] Re: Reef release candidate - v18.1.2

2023-07-10 Thread Stefan Kooman

On 6/30/23 18:36, Yuri Weinstein wrote:


This RC has gone thru partial testing due to issues we are
experiencing in the sepia lab.
Please try it out and report any issues you encounter. Happy testing!


I tested the RC (v18.1.2) this afternoon. I tried out the new "read 
balancer". I hit asserts after applying the "ceph osd pg-upmap-primary 
$pd-id" commands on all affected OSDs. I posted (or tried at least) a 
ceph crash report: 
"2023-07-10T14:40:33.087472Z_c279b11c-7a69-488f-bd19-ed11cc4b0553"


"assert_condition": "pg_upmap_primaries.empty()",
"assert_file": 
"/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/18.0.0-4795-g2f6e4f7d/rpm/el8/BUILD/ceph-18.0.0-4795-g2f6e4f7d/src/osd/OSDMap.cc",
"assert_func": "void OSDMap::encode(ceph::buffer::v15_2_0::list&, 
uint64_t) const",

"assert_line": 3251,
"assert_msg": 
"/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/18.0.0-4795-g2f6e4f7d/rpm/el8/BUILD/ceph-18.0.0-4795-g2f6e4f7d/src/osd/OSDMap.cc: 
In function 'void OSDMap::encode(ceph::buffer::v15_2_0::list&, uint64_t) 
const' thread 7f9c4ca18700 time 
2023-07-10T14:40:33.074045+\n/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/18.0.0-4795-g2f6e4f7d/rpm/el8/BUILD/ceph-18.0.0-4795-g2f6e4f7d/src/osd/OSDMap.cc: 
3251: FAILED ceph_assert(pg_upmap_primaries.empty())\n",


Shall I create a tracker issue for this?

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