[ceph-users] ceph-deploy install admin fail

2015-06-24 Thread vida ahmadi
Hi cepher, I got this error when try to install ceph in admin node. [*admin*][*DEBUG* ] Updating / installing... [*admin*][*DEBUG* ] ceph-release-1-1.el7 [*admin*][*WARNIN*] ensuring that /etc/yum.repos.d/ceph.repo contains a high priority [*ceph_deploy*

Re: [ceph-users] Ceph-deploy install and pinning on Ubuntu 14.04

2015-01-02 Thread Travis Rhoden
Hi Giuseppe, ceph-deploy does try to do some pinning for the Ceph packages. Those settings should be found at /etc/apt/preferences.d/ceph.pref If you find something is incorrect there, please let us know what it is and we can can look into it! - Travis On Sat, Dec 20, 2014 at 11:32 AM, Giusep

[ceph-users] Ceph-deploy install and pinning on Ubuntu 14.04

2014-12-20 Thread Giuseppe Civitella
Hi all, I'm using deph-deploy on Ubuntu 14.04. When I do a ceph-deploy install I see packages getting installed from ubuntu repositories instead of ceph's ones, am I missing something? Do I need to do some pinning on repositories? Thanks ___ ceph-users

Re: [ceph-users] Ceph-Deploy Install Error

2014-08-18 Thread Alfredo Deza
Do you have the full paste of the ceph-deploy output? Tracing the URL we definitely not have google-perftools packages for Wheezy, the full output might help understanding what is going on On Mon, Aug 11, 2014 at 8:01 PM, joshua Kay wrote: > Hi, > > When I attempt to use the ceph-deploy install

[ceph-users] Ceph-Deploy Install Error

2014-08-15 Thread joshua Kay
Hi, When I attempt to use the ceph-deploy install command on one of my nodes I get this error: ][WARNIN] W: Failed to fetch http://ceph.com/packages/google-perftools/debian/dists/wheezy/main/binary-armhf/Packages 404 Not Found [IP: 208.113.241.137 80] [ceph1][WARNIN] [ceph1][WARNIN] E: Some ind

Re: [ceph-users] ceph-deploy install

2013-10-08 Thread Paul Kilar
Hi, Try editing /etc/sudoers and changing following line: Defaultsrequiretty to Defaults!requiretty Thanks PK On Tue, Oct 8, 2013 at 1:49 PM, Alfredo Deza wrote: > On Tue, Oct 8, 2013 at 1:09 PM, wrote: > > Hello, > > > > > > > > I have reached the stage on the install where I am run

Re: [ceph-users] ceph-deploy install

2013-10-08 Thread Alfredo Deza
On Tue, Oct 8, 2013 at 1:09 PM, wrote: > Hello, > > > > I have reached the stage on the install where I am running the ceph-deploy > install command from the admin node to the server node. > > > > I get the following output: > > > > [ceph_deploy.install][DEBUG ] Installing stable version dumpling

[ceph-users] ceph-deploy install

2013-10-08 Thread alistair.whittle
Hello, I have reached the stage on the install where I am running the ceph-deploy install command from the admin node to the server node. I get the following output: [ceph_deploy.install][DEBUG ] Installing stable version dumpling on cluster ceph hosts ldtdsr02se18 [ceph_deploy.install][DEBUG

Re: [ceph-users] ceph-deploy install on remote machine error

2013-09-10 Thread Wolfgang Hennerbichler
Hi, I believe you need to tell apt about your proxy server: cat /etc/apt/apt.conf Acquire::http::Proxy "http://my.proxy.server:3142";; wogri On 09/11/2013 08:28 AM, kumar rishabh wrote: > I am new to ceph.I am trying to follow the official document to install > ceph on the machine .All things

[ceph-users] ceph-deploy install on remote machine error

2013-09-10 Thread kumar rishabh
I am new to ceph.I am trying to follow the official document to install ceph on the machine .All things work fine but whenever I try to install ceph using ceph-deploy install ceph-server I get the following error http://pastebin.com/HxzP5Npi . I am behind a proxy server .Initially I thought the pro