Hi all. How can I downgrade or install specific version of nautilus with Ceph repository? I don’t see any versioning in download.ceph.com
On Fri, Mar 13, 2020 at 7:05 AM Seena Fallah <seenafallah@gmail.com> wrote:
Hi all. How can I downgrade or install specific version of nautilus with Ceph repository? I don’t see any versioning in download.ceph.com
it will be inside that dir eg: http://download.ceph.com/rpm-nautilus/el7/x86_64/
_______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
It’s too bad! I should install dependencies manually and there is too much dependencies for installing radosgw! Won’t you add a repo for each version instead of version name? On Fri, Mar 13, 2020 at 6:02 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:05 AM Seena Fallah <seenafallah@gmail.com> wrote:
Hi all. How can I downgrade or install specific version of nautilus with Ceph repository? I don’t see any versioning in download.ceph.com
it will be inside that dir eg: http://download.ceph.com/rpm-nautilus/el7/x86_64/
_______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
On Fri, Mar 13, 2020 at 7:56 AM Seena Fallah <seenafallah@gmail.com> wrote:
It’s too bad! I should install dependencies manually and there is too much dependencies for installing radosgw! Won’t you add a repo for each version instead of version name?
Have you looked at ceph-ansible? it does handle all dependency
On Fri, Mar 13, 2020 at 6:02 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:05 AM Seena Fallah <seenafallah@gmail.com> wrote:
Hi all. How can I downgrade or install specific version of nautilus with Ceph repository? I don’t see any versioning in download.ceph.com
it will be inside that dir eg: http://download.ceph.com/rpm-nautilus/el7/x86_64/
_______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
Yes but where can I specify the nautilus version? For example I want to install 14.2.4 which variable should I set to install 14.2.4? On Fri, Mar 13, 2020 at 6:54 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:56 AM Seena Fallah <seenafallah@gmail.com> wrote:
It’s too bad! I should install dependencies manually and there is too much dependencies for installing radosgw! Won’t you add a repo for each version instead of version name?
Have you looked at ceph-ansible? it does handle all dependency
On Fri, Mar 13, 2020 at 6:02 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:05 AM Seena Fallah <seenafallah@gmail.com> wrote:
Hi all. How can I downgrade or install specific version of nautilus with Ceph repository? I don’t see any versioning in download.ceph.com
it will be inside that dir eg: http://download.ceph.com/rpm-nautilus/el7/x86_64/
_______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
On Fri, Mar 13, 2020 at 12:08 PM Seena Fallah <seenafallah@gmail.com> wrote:
Yes but where can I specify the nautilus version? For example I want to install 14.2.4 which variable should I set to install 14.2.4?
well I dont see an option from released repo but it exists for dev builds using ceph_dev_branch or ceph_dev_sha1 As a workaround you could create a custom repo locally with version file you need and use ceph_custom_repo and point it to that [1]. I would recommend filing an issue here https://github.com/ceph/ceph-ansible/issues/new/choose to provide similar option from released repo. [1] https://github.com/ceph/ceph-ansible/blob/master/docs/source/installation/me...
On Fri, Mar 13, 2020 at 6:54 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:56 AM Seena Fallah <seenafallah@gmail.com> wrote:
It’s too bad! I should install dependencies manually and there is too much dependencies for installing radosgw! Won’t you add a repo for each version instead of version name?
Have you looked at ceph-ansible? it does handle all dependency
On Fri, Mar 13, 2020 at 6:02 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:05 AM Seena Fallah <seenafallah@gmail.com> wrote:
Hi all. How can I downgrade or install specific version of nautilus with Ceph repository? I don’t see any versioning in download.ceph.com
it will be inside that dir eg: http://download.ceph.com/rpm-nautilus/el7/x86_64/
_______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
yum install ceph-radosgw-12.2.4 apt-get install ceph-radosgw=12.2.4 Am I missing something? Pin the version in your package manager commands for the top-level packages and let it fetch the appropriate dependencies. — aad
On Mar 13, 2020, at 12:08 PM, Seena Fallah <seenafallah@gmail.com> wrote:
Yes but where can I specify the nautilus version? For example I want to install 14.2.4 which variable should I set to install 14.2.4?
On Fri, Mar 13, 2020 at 6:54 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:56 AM Seena Fallah <seenafallah@gmail.com> wrote: It’s too bad! I should install dependencies manually and there is too much dependencies for installing radosgw! Won’t you add a repo for each version instead of version name? Have you looked at ceph-ansible? it does handle all dependency
On Fri, Mar 13, 2020 at 6:02 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:05 AM Seena Fallah <seenafallah@gmail.com> wrote: Hi all. How can I downgrade or install specific version of nautilus with Ceph repository? I don’t see any versioning in download.ceph.com it will be inside that dir eg: http://download.ceph.com/rpm-nautilus/el7/x86_64/ _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
I need 14.2.4 and I’m using debian (ubuntu). I test your command with 14.2.4 but nothing found! :( On Sat, Mar 14, 2020 at 1:33 AM Anthony D'Atri <aad@dreamsnake.net> wrote:
yum install ceph-radosgw-12.2.4 apt-get install ceph-radosgw=12.2.4
Am I missing something? Pin the version in your package manager commands for the top-level packages and let it fetch the appropriate dependencies.
— aad
On Mar 13, 2020, at 12:08 PM, Seena Fallah <seenafallah@gmail.com> wrote:
Yes but where can I specify the nautilus version? For example I want to install 14.2.4 which variable should I set to install 14.2.4?
On Fri, Mar 13, 2020 at 6:54 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:56 AM Seena Fallah <seenafallah@gmail.com> wrote: It’s too bad! I should install dependencies manually and there is too much dependencies for installing radosgw! Won’t you add a repo for each version instead of version name? Have you looked at ceph-ansible? it does handle all dependency
On Fri, Mar 13, 2020 at 6:02 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:05 AM Seena Fallah <seenafallah@gmail.com> wrote: Hi all. How can I downgrade or install specific version of nautilus with Ceph repository? I don’t see any versioning in download.ceph.com it will be inside that dir eg: http://download.ceph.com/rpm-nautilus/el7/x86_64/ _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
Define a repo in /etc/apt/sources.list.d/ or what have you pointing at the upstream repo, then it should work. https://docs.ceph.com/docs/nautilus/install/get-packages/
On Mar 13, 2020, at 3:05 PM, Seena Fallah <seenafallah@gmail.com> wrote:
I need 14.2.4 and I’m using debian (ubuntu). I test your command with 14.2.4 but nothing found! :(
On Sat, Mar 14, 2020 at 1:33 AM Anthony D'Atri <aad@dreamsnake.net> wrote: yum install ceph-radosgw-12.2.4 apt-get install ceph-radosgw=12.2.4
Am I missing something? Pin the version in your package manager commands for the top-level packages and let it fetch the appropriate dependencies.
— aad
On Mar 13, 2020, at 12:08 PM, Seena Fallah <seenafallah@gmail.com> wrote:
Yes but where can I specify the nautilus version? For example I want to install 14.2.4 which variable should I set to install 14.2.4?
On Fri, Mar 13, 2020 at 6:54 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:56 AM Seena Fallah <seenafallah@gmail.com> wrote: It’s too bad! I should install dependencies manually and there is too much dependencies for installing radosgw! Won’t you add a repo for each version instead of version name? Have you looked at ceph-ansible? it does handle all dependency
On Fri, Mar 13, 2020 at 6:02 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:05 AM Seena Fallah <seenafallah@gmail.com> wrote: Hi all. How can I downgrade or install specific version of nautilus with Ceph repository? I don’t see any versioning in download.ceph.com it will be inside that dir eg: http://download.ceph.com/rpm-nautilus/el7/x86_64/ _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
I have add deb http://download.ceph.com/debian-nautilus bionic main to /etc/apt/sources.list.d/download_ceph_com_debian_nautilus.list but apt says: Unable to locate package ceph-radosgw I have also test with: apt install radosgw=14.2.4 but Version '14.2.4' for 'radosgw' was not found. On Sat, Mar 14, 2020 at 1:41 AM Anthony D'Atri <aad@dreamsnake.net> wrote:
Define a repo in /etc/apt/sources.list.d/ or what have you pointing at the upstream repo, then it should work.
https://docs.ceph.com/docs/nautilus/install/get-packages/
On Mar 13, 2020, at 3:05 PM, Seena Fallah <seenafallah@gmail.com> wrote:
I need 14.2.4 and I’m using debian (ubuntu). I test your command with 14.2.4 but nothing found! :(
On Sat, Mar 14, 2020 at 1:33 AM Anthony D'Atri <aad@dreamsnake.net> wrote: yum install ceph-radosgw-12.2.4 apt-get install ceph-radosgw=12.2.4
Am I missing something? Pin the version in your package manager commands for the top-level packages and let it fetch the appropriate dependencies.
— aad
On Mar 13, 2020, at 12:08 PM, Seena Fallah <seenafallah@gmail.com> wrote:
Yes but where can I specify the nautilus version? For example I want to install 14.2.4 which variable should I set to install 14.2.4?
On Fri, Mar 13, 2020 at 6:54 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:56 AM Seena Fallah <seenafallah@gmail.com> wrote: It’s too bad! I should install dependencies manually and there is too much dependencies for installing radosgw! Won’t you add a repo for each version instead of version name? Have you looked at ceph-ansible? it does handle all dependency
On Fri, Mar 13, 2020 at 6:02 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:05 AM Seena Fallah <seenafallah@gmail.com> wrote: Hi all. How can I downgrade or install specific version of nautilus with Ceph repository? I don’t see any versioning in download.ceph.com it will be inside that dir eg: http://download.ceph.com/rpm-nautilus/el7/x86_64/ _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
Did you do “apt-get update”? This really seems like a local package management issue, predicting how your local systems look is beyond the scope of the list. With a proper repo definition, you can use standard tools to interrogate the exact version strings available, etc. apt-cache policy.
On Mar 13, 2020, at 3:15 PM, Seena Fallah <seenafallah@gmail.com> wrote:
I have add deb http://download.ceph.com/debian-nautilus bionic main to /etc/apt/sources.list.d/download_ceph_com_debian_nautilus.list but apt says: Unable to locate package ceph-radosgw I have also test with: apt install radosgw=14.2.4 but Version '14.2.4' for 'radosgw' was not found.
On Sat, Mar 14, 2020 at 1:41 AM Anthony D'Atri <aad@dreamsnake.net> wrote: Define a repo in /etc/apt/sources.list.d/ or what have you pointing at the upstream repo, then it should work.
https://docs.ceph.com/docs/nautilus/install/get-packages/
On Mar 13, 2020, at 3:05 PM, Seena Fallah <seenafallah@gmail.com> wrote:
I need 14.2.4 and I’m using debian (ubuntu). I test your command with 14.2.4 but nothing found! :(
On Sat, Mar 14, 2020 at 1:33 AM Anthony D'Atri <aad@dreamsnake.net> wrote: yum install ceph-radosgw-12.2.4 apt-get install ceph-radosgw=12.2.4
Am I missing something? Pin the version in your package manager commands for the top-level packages and let it fetch the appropriate dependencies.
— aad
On Mar 13, 2020, at 12:08 PM, Seena Fallah <seenafallah@gmail.com> wrote:
Yes but where can I specify the nautilus version? For example I want to install 14.2.4 which variable should I set to install 14.2.4?
On Fri, Mar 13, 2020 at 6:54 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:56 AM Seena Fallah <seenafallah@gmail.com> wrote: It’s too bad! I should install dependencies manually and there is too much dependencies for installing radosgw! Won’t you add a repo for each version instead of version name? Have you looked at ceph-ansible? it does handle all dependency
On Fri, Mar 13, 2020 at 6:02 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:05 AM Seena Fallah <seenafallah@gmail.com> wrote: Hi all. How can I downgrade or install specific version of nautilus with Ceph repository? I don’t see any versioning in download.ceph.com it will be inside that dir eg: http://download.ceph.com/rpm-nautilus/el7/x86_64/ _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
Yes I do. I have check apr-cache policy and others but there is only these versions available: ➜ ~ sudo apt-cache policy radosgw radosgw: Installed: (none) Candidate: 14.2.8-1bionic Version table: 14.2.8-1bionic 999 999 http://download.ceph.com/debian-nautilus bionic/main amd64 Packages 12.2.12-0ubuntu0.18.04.4 500 500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages 12.2.12-0ubuntu0.18.04.2 500 500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages 12.2.4-0ubuntu1 500 500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages ➜ ~ sudo apt-cache policy ceph-radosgw N: Unable to locate package ceph-radosgw There is no 14.2.4 version! Do you test it by your self and can you install nautilus 14.2.4 from Ceph repository? On Sat, Mar 14, 2020 at 2:06 AM Anthony D'Atri <aad@dreamsnake.net> wrote:
Did you do “apt-get update”?
This really seems like a local package management issue, predicting how your local systems look is beyond the scope of the list. With a proper repo definition, you can use standard tools to interrogate the exact version strings available, etc. apt-cache policy.
On Mar 13, 2020, at 3:15 PM, Seena Fallah <seenafallah@gmail.com> wrote:
I have add deb http://download.ceph.com/debian-nautilus bionic main to /etc/apt/sources.list.d/download_ceph_com_debian_nautilus.list but apt says: Unable to locate package ceph-radosgw I have also test with: apt install radosgw=14.2.4 but Version '14.2.4' for 'radosgw' was not found.
On Sat, Mar 14, 2020 at 1:41 AM Anthony D'Atri <aad@dreamsnake.net> wrote: Define a repo in /etc/apt/sources.list.d/ or what have you pointing at the upstream repo, then it should work.
https://docs.ceph.com/docs/nautilus/install/get-packages/
On Mar 13, 2020, at 3:05 PM, Seena Fallah <seenafallah@gmail.com> wrote:
I need 14.2.4 and I’m using debian (ubuntu). I test your command with 14.2.4 but nothing found! :(
On Sat, Mar 14, 2020 at 1:33 AM Anthony D'Atri <aad@dreamsnake.net> wrote: yum install ceph-radosgw-12.2.4 apt-get install ceph-radosgw=12.2.4
Am I missing something? Pin the version in your package manager commands for the top-level packages and let it fetch the appropriate dependencies.
— aad
On Mar 13, 2020, at 12:08 PM, Seena Fallah <seenafallah@gmail.com> wrote:
Yes but where can I specify the nautilus version? For example I want to install 14.2.4 which variable should I set to install 14.2.4?
On Fri, Mar 13, 2020 at 6:54 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:56 AM Seena Fallah <seenafallah@gmail.com> wrote: It’s too bad! I should install dependencies manually and there is too much dependencies for installing radosgw! Won’t you add a repo for each version instead of version name? Have you looked at ceph-ansible? it does handle all dependency
On Fri, Mar 13, 2020 at 6:02 PM Vasu Kulkarni <vakulkar@redhat.com> wrote:
On Fri, Mar 13, 2020 at 7:05 AM Seena Fallah <seenafallah@gmail.com> wrote: Hi all. How can I downgrade or install specific version of nautilus with Ceph repository? I don’t see any versioning in download.ceph.com it will be inside that dir eg: http://download.ceph.com/rpm-nautilus/el7/x86_64/ _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
participants (3)
-
Anthony D'Atri
-
Seena Fallah
-
Vasu Kulkarni