Hi. In https://github.com/ceph/ceph-container/releases there is no tag available for nautilus 14.2.13 and 14.2.14! Any plan to create them? Thanks.
Do you mean this https://hub.docker.com/layers/ceph/ceph/v14.2.14/images/sha256-3d6332c9a7fe9... and https://hub.docker.com/layers/ceph/ceph/v14.2.13/images/sha256-68573db8546ef... this? Thanks! ––––––––– Sébastien Han Senior Principal Software Engineer, Storage Architect "Always give 100%. Unless you're giving blood." On Sat, Nov 21, 2020 at 12:02 PM Seena Fallah <seenafallah@gmail.com> wrote:
Hi.
In https://github.com/ceph/ceph-container/releases there is no tag available for nautilus 14.2.13 and 14.2.14! Any plan to create them?
Thanks. _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
They are not ceph/daemon. I can’t use them in Ceph ansible! On Mon, Nov 23, 2020 at 12:43 PM Sebastien Han <shan@redhat.com> wrote:
Do you mean this
https://hub.docker.com/layers/ceph/ceph/v14.2.14/images/sha256-3d6332c9a7fe9... and https://hub.docker.com/layers/ceph/ceph/v14.2.13/images/sha256-68573db8546ef... this? Thanks! ––––––––– Sébastien Han Senior Principal Software Engineer, Storage Architect
"Always give 100%. Unless you're giving blood."
On Sat, Nov 21, 2020 at 12:02 PM Seena Fallah <seenafallah@gmail.com> wrote:
Hi.
In https://github.com/ceph/ceph-container/releases there is no tag
available for nautilus 14.2.13 and 14.2.14!
Any plan to create them?
Thanks. _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
+Dimitri Savineau please assist. Thanks! ––––––––– Sébastien Han Senior Principal Software Engineer, Storage Architect "Always give 100%. Unless you're giving blood." On Mon, Nov 23, 2020 at 10:15 AM Seena Fallah <seenafallah@gmail.com> wrote:
They are not ceph/daemon. I can’t use them in Ceph ansible!
On Mon, Nov 23, 2020 at 12:43 PM Sebastien Han <shan@redhat.com> wrote:
Do you mean this https://hub.docker.com/layers/ceph/ceph/v14.2.14/images/sha256-3d6332c9a7fe9... and https://hub.docker.com/layers/ceph/ceph/v14.2.13/images/sha256-68573db8546ef... this? Thanks! ––––––––– Sébastien Han Senior Principal Software Engineer, Storage Architect
"Always give 100%. Unless you're giving blood."
On Sat, Nov 21, 2020 at 12:02 PM Seena Fallah <seenafallah@gmail.com> wrote:
Hi.
In https://github.com/ceph/ceph-container/releases there is no tag available for nautilus 14.2.13 and 14.2.14! Any plan to create them?
Thanks. _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
ceph-container releases don't follow the ceph releases. You don't always have a ceph-container release matching a ceph release. ceph-container releases are based on the changes in the ceph-container code. At the moment there's only one commit present on the stable-4.0 branch since v4.0.15 release so I'm not sure it worth creating a release for this in order to have an updated ceph version especially since ceph-volume (lvm batch) is broken in 14.2.13 and 14.2.14. But you can still use the latest-nautilus container image tag if you want. $ docker run --rm --entrypoint ceph ceph/daemon:latest-nautilus --version ceph version 14.2.14 (7e94c5afc28f3eaf36151ad1e1457de5f16c4fdf) nautilus (stable)
Don’t you think it’s a bad practice to use “latest-*” tags in docker containers? On Mon, Nov 23, 2020 at 5:44 PM Dimitri Savineau <dsavinea@redhat.com> wrote:
ceph-container releases don't follow the ceph releases. You don't always have a ceph-container release matching a ceph release.
ceph-container releases are based on the changes in the ceph-container code.
At the moment there's only one commit present on the stable-4.0 branch since v4.0.15 release so I'm not sure it worth creating a release for this in order to have an updated ceph version especially since ceph-volume (lvm batch) is broken in 14.2.13 and 14.2.14.
But you can still use the latest-nautilus container image tag if you want.
$ docker run --rm --entrypoint ceph ceph/daemon:latest-nautilus --version ceph version 14.2.14 (7e94c5afc28f3eaf36151ad1e1457de5f16c4fdf) nautilus (stable) _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
And also if I want to add node to my cluster now and if my cluster version was 14.2.13 there is no image for that! On Mon, Nov 23, 2020 at 5:54 PM Seena Fallah <seenafallah@gmail.com> wrote:
Don’t you think it’s a bad practice to use “latest-*” tags in docker containers?
On Mon, Nov 23, 2020 at 5:44 PM Dimitri Savineau <dsavinea@redhat.com> wrote:
ceph-container releases don't follow the ceph releases. You don't always have a ceph-container release matching a ceph release.
ceph-container releases are based on the changes in the ceph-container code.
At the moment there's only one commit present on the stable-4.0 branch since v4.0.15 release so I'm not sure it worth creating a release for this in order to have an updated ceph version especially since ceph-volume (lvm batch) is broken in 14.2.13 and 14.2.14.
But you can still use the latest-nautilus container image tag if you want.
$ docker run --rm --entrypoint ceph ceph/daemon:latest-nautilus --version ceph version 14.2.14 (7e94c5afc28f3eaf36151ad1e1457de5f16c4fdf) nautilus (stable) _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
participants (3)
-
Dimitri Savineau
-
Sebastien Han
-
Seena Fallah