[ceph_deploy][ERROR ] RuntimeError: NoSectionError: No section: 'ceph'Can I enable cephx authentication using a pool in qemu/kvm?Ceph - Prepare Shared SSD For JournalingRuntimeError: NoSectionError: No section: 'ceph-source'Require liblttng when I install the ceph in CentOS7.2does CEPH RBD mount on Linux support boot device?Ceph for small files?Ceph with many small monitors/mdsCeph create pool / Crush map max_sizeCeph filesystem from old poolsCeph Monitor iptables rules strange behaviour
Short story with a alien planet, government officials must wear exploding medallions
Valid term from quadratic sequence?
Could the museum Saturn V's be refitted for one more flight?
How can saying a song's name be a copyright violation?
What is the most common color to indicate the input-field is disabled?
How does a predictive coding aid in lossless compression?
What is a romance in Latin?
How seriously should I take size and weight limits of hand luggage?
Determining Impedance With An Antenna Analyzer
One verb to replace 'be a member of' a club
Why didn't Boeing produce its own regional jet?
Should I tell management that I intend to leave due to bad software development practices?
Which is the best way to check return result?
iPad being using in wall mount battery swollen
How to show a landlord what we have in savings?
How to tell a function to use the default argument values?
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
Can we compute the area of a quadrilateral with one right angle when we only know the lengths of any three sides?
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
Is it inappropriate for a student to attend their mentor's dissertation defense?
Do UK voters know if their MP will be the Speaker of the House?
CAST throwing error when run in stored procedure but not when run as raw query
If human space travel is limited by the G force vulnerability, is there a way to counter G forces?
Examples of smooth manifolds admitting inbetween one and a continuum of complex structures
[ceph_deploy][ERROR ] RuntimeError: NoSectionError: No section: 'ceph'
Can I enable cephx authentication using a pool in qemu/kvm?Ceph - Prepare Shared SSD For JournalingRuntimeError: NoSectionError: No section: 'ceph-source'Require liblttng when I install the ceph in CentOS7.2does CEPH RBD mount on Linux support boot device?Ceph for small files?Ceph with many small monitors/mdsCeph create pool / Crush map max_sizeCeph filesystem from old poolsCeph Monitor iptables rules strange behaviour
Follow the official docs:http://docs.ceph.com/docs/master/start/quick-start-preflight/#rhel-centos
I do the below configuration of the ceph.repo:
[ceph-noarch]
name=Ceph noarch packages
baseurl=http://download.ceph.com/rpm-jewel/el7/noarch/
enabled=1
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc
But when I use ceph-deploy to install the ceph, I will get the error:
[ceph_deploy][ERROR ] RuntimeError: NoSectionError: No section: 'ceph'
In I change the configuration of the [ceph-noarch] to [ceph], I will get the below information:
[ceph_deploy][ERROR ] RuntimeError: NoSectionError: No section: 'ceph-noarch'
How to do with it?
ceph
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Follow the official docs:http://docs.ceph.com/docs/master/start/quick-start-preflight/#rhel-centos
I do the below configuration of the ceph.repo:
[ceph-noarch]
name=Ceph noarch packages
baseurl=http://download.ceph.com/rpm-jewel/el7/noarch/
enabled=1
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc
But when I use ceph-deploy to install the ceph, I will get the error:
[ceph_deploy][ERROR ] RuntimeError: NoSectionError: No section: 'ceph'
In I change the configuration of the [ceph-noarch] to [ceph], I will get the below information:
[ceph_deploy][ERROR ] RuntimeError: NoSectionError: No section: 'ceph-noarch'
How to do with it?
ceph
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Follow the official docs:http://docs.ceph.com/docs/master/start/quick-start-preflight/#rhel-centos
I do the below configuration of the ceph.repo:
[ceph-noarch]
name=Ceph noarch packages
baseurl=http://download.ceph.com/rpm-jewel/el7/noarch/
enabled=1
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc
But when I use ceph-deploy to install the ceph, I will get the error:
[ceph_deploy][ERROR ] RuntimeError: NoSectionError: No section: 'ceph'
In I change the configuration of the [ceph-noarch] to [ceph], I will get the below information:
[ceph_deploy][ERROR ] RuntimeError: NoSectionError: No section: 'ceph-noarch'
How to do with it?
ceph
Follow the official docs:http://docs.ceph.com/docs/master/start/quick-start-preflight/#rhel-centos
I do the below configuration of the ceph.repo:
[ceph-noarch]
name=Ceph noarch packages
baseurl=http://download.ceph.com/rpm-jewel/el7/noarch/
enabled=1
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc
But when I use ceph-deploy to install the ceph, I will get the error:
[ceph_deploy][ERROR ] RuntimeError: NoSectionError: No section: 'ceph'
In I change the configuration of the [ceph-noarch] to [ceph], I will get the below information:
[ceph_deploy][ERROR ] RuntimeError: NoSectionError: No section: 'ceph-noarch'
How to do with it?
ceph
ceph
asked Jul 20 '17 at 16:20
lustrelustre
921114
921114
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I guess it was caused by having admin-node and the node as the same machine, ceph-deploy install will try to install new ceph.repo but it will found another one already exists.
I simply overwrite the old file:
sudo mv /etc/yum.repos.d/ceph.repo.rpmnew /etc/yum.repos.d/ceph.repo
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f379791%2fceph-deployerror-runtimeerror-nosectionerror-no-section-ceph%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I guess it was caused by having admin-node and the node as the same machine, ceph-deploy install will try to install new ceph.repo but it will found another one already exists.
I simply overwrite the old file:
sudo mv /etc/yum.repos.d/ceph.repo.rpmnew /etc/yum.repos.d/ceph.repo
add a comment |
I guess it was caused by having admin-node and the node as the same machine, ceph-deploy install will try to install new ceph.repo but it will found another one already exists.
I simply overwrite the old file:
sudo mv /etc/yum.repos.d/ceph.repo.rpmnew /etc/yum.repos.d/ceph.repo
add a comment |
I guess it was caused by having admin-node and the node as the same machine, ceph-deploy install will try to install new ceph.repo but it will found another one already exists.
I simply overwrite the old file:
sudo mv /etc/yum.repos.d/ceph.repo.rpmnew /etc/yum.repos.d/ceph.repo
I guess it was caused by having admin-node and the node as the same machine, ceph-deploy install will try to install new ceph.repo but it will found another one already exists.
I simply overwrite the old file:
sudo mv /etc/yum.repos.d/ceph.repo.rpmnew /etc/yum.repos.d/ceph.repo
answered Oct 9 '17 at 13:05
rayedrayed
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f379791%2fceph-deployerror-runtimeerror-nosectionerror-no-section-ceph%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown