Hello,
I trying to install ceph but can't get it working documentation is not
clear and confusing how to do it.
I have cloned 3 machines with ubuntu 12.04 minimal system. I'm trying to
follow docs
http://ceph.com/docs/master/start/quick-start-preflight/
but got some questions:
step 4. Configure your ceph-deploy admin node with password-less SSH access
This should be done on ceph account, its't it?
next:
http://ceph.com/docs/master/start/quick-ceph-deploy/
creating directories for maintaining the configuration for ceph-deploy
is on ceph account or root?
do all following step in docs are on ceph account or root?
if on ceph account step 3. creating mon on 3 machines gives on two
remote machines these errors:
[ceph1][DEBUG ] locating the `service` executable...
[ceph1][INFO ] Running command: sudo initctl emit ceph-mon cluster=ceph
id=ceph1
[ceph1][INFO ] Running command: sudo ceph --cluster=ceph --admin-daemon
/var/run/ceph/ceph-mon.ceph1.asok mon_status
[ceph1][ERROR ] admin_socket: exception getting command descriptions:
[Errno 2] No such file or directory
[ceph1][WARNIN] monitor: mon.ceph1, might not be running yet
[ceph1][INFO ] Running command: sudo ceph --cluster=ceph --admin-daemon
/var/run/ceph/ceph-mon.ceph1.asok mon_status
[ceph1][ERROR ] admin_socket: exception getting command descriptions:
[Errno 2] No such file or directory
[ceph1][WARNIN] ceph1 is not defined in `mon initial members`
[ceph1][WARNIN] monitor ceph1 does not exist in monmap
[ceph1][WARNIN] neither `public_addr` nor `public_network` keys are
defined for monitors
[ceph1][WARNIN] monitors may not be able to form quorum
step 4. gathering keys should it be from all mon servers?
checking status on ceph account gives:
$ ceph health
2013-12-06 09:48:41.550270 7f16b6eea700 -1 monclient(hunting): ERROR:
missing keyring, cannot use cephx for authentication
2013-12-06 09:48:41.550278 7f16b6eea700 0 librados: client.admin
initialization error (2) No such file or directory
Error connecting to cluster: ObjectNotFound
on root account:
# ceph status
cluster 5ee9b196-ef36-46dd-870e-6ef1824b1cd0
health HEALTH_ERR 192 pgs stuck inactive; 192 pgs stuck unclean;
no osds
monmap e1: 1 mons at {ceph0=192.168.45.222:6789/0}, election epoch
2, quorum 0 ceph0
osdmap e1: 0 osds: 0 up, 0 in
pgmap v2: 192 pgs, 3 pools, 0 bytes data, 0 objects
0 kB used, 0 kB / 0 kB avail
192 creating
Ceph management after installation should it be done on root or ceph
account?
I've attached typescrpi from what I have done.
thanks
Wojciech
Script started on Fri 06 Dec 2013 09:38:08 GMT
wojciech@sandhill:~$ ss[K[Kssh ceph@ceph0
ceph@ceph0's password:
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-56-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Fri Dec 6 09:38:24 GMT 2013
System load: 0.11 Processes: 75
Usage of /: 19.0% of 7.37GB Users logged in: 0
Memory usage: 1% IP address for eth0: 192.168.45.222
Swap usage: 0% IP address for eth1: 10.10.10.2
Graph this data and manage this system at https://landscape.canonical.com/
]0;ceph@ceph0: ~ceph@ceph0:~$
[K]0;ceph@ceph0: ~ceph@ceph0:~$ ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/home/ceph/.ssh/id_rsa):
/home/ceph/.ssh/id_rsa already exists.
Overwrite (y/n)? y
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/ceph/.ssh/id_rsa.
Your public key has been saved in /home/ceph/.ssh/id_rsa.pub.
The key fingerprint is:
4f:f8:f6:cd:67:56:0b:59:ab:28:21:79:de:a5:e3:5e ceph@ceph0
The key's randomart image is:
+--[ RSA 2048]----+
| |
| |
| |
| . . |
| S . o .|
| o * + ..|
| + * +Eo o|
| + *.+ .+|
| +oo o+ |
+-----------------+
]0;ceph@ceph0: ~ceph@ceph0:~$ ssh-copy-id -i .ssh/id_rsa.pub ceph@ceph1[K0
ceph@ceph0's password:
Now try logging into the machine, with "ssh 'ceph@ceph0'", and check in:
~/.ssh/authorized_keys
to make sure we haven't added extra keys that you weren't expecting.
]0;ceph@ceph0: ~ceph@ceph0:~$ ssh-copy-id -i .ssh/id_rsa.pub ceph@ceph0[K1
The authenticity of host 'ceph1 (192.168.45.223)' can't be established.
ECDSA key fingerprint is a4:35:f6:8d:0e:88:d3:3a:75:ba:46:a9:7a:1d:2a:b5.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'ceph1,192.168.45.223' (ECDSA) to the list of known hosts.
ceph@ceph1's password:
Now try logging into the machine, with "ssh 'ceph@ceph1'", and check in:
~/.ssh/authorized_keys
to make sure we haven't added extra keys that you weren't expecting.
]0;ceph@ceph0: ~ceph@ceph0:~$ ssh-copy-id -i .ssh/id_rsa.pub ceph@ceph1[K2
The authenticity of host 'ceph2 (192.168.45.224)' can't be established.
ECDSA key fingerprint is a4:35:f6:8d:0e:88:d3:3a:75:ba:46:a9:7a:1d:2a:b5.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'ceph2,192.168.45.224' (ECDSA) to the list of known hosts.
ceph@ceph2's password:
Now try logging into the machine, with "ssh 'ceph@ceph2'", and check in:
~/.ssh/authorized_keys
to make sure we haven't added extra keys that you weren't expecting.
]0;ceph@ceph0: ~ceph@ceph0:~$ ssh ceph0
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-56-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Fri Dec 6 09:39:39 GMT 2013
System load: 0.03 Processes: 79
Usage of /: 19.0% of 7.37GB Users logged in: 1
Memory usage: 1% IP address for eth0: 192.168.45.222
Swap usage: 0% IP address for eth1: 10.10.10.2
Graph this data and manage this system at https://landscape.canonical.com/
Last login: Fri Dec 6 09:38:25 2013 from sandhill.dil.private.cimr.cam.ac.uk
]0;ceph@ceph0: ~ceph@ceph0:~$ exit
logout
Connection to ceph0 closed.
]0;ceph@ceph0: ~ceph@ceph0:~$ ssh ceph0[K1
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-56-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Fri Dec 6 09:39:43 GMT 2013
System load: 0.08 Processes: 76
Usage of /: 19.0% of 7.37GB Users logged in: 0
Memory usage: 1% IP address for eth0: 192.168.45.223
Swap usage: 0% IP address for eth1: 10.10.10.3
Graph this data and manage this system at https://landscape.canonical.com/
Last login: Mon Nov 25 15:05:44 2013 from ceph0.dil.private.cimr.cam.ac.uk
]0;ceph@ceph1: ~ceph@ceph1:~$ exit
logout
Connection to ceph1 closed.
]0;ceph@ceph0: ~ceph@ceph0:~$ ssh ceph1[K2
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-56-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Fri Dec 6 09:39:47 GMT 2013
System load: 0.04 Processes: 77
Usage of /: 19.0% of 7.37GB Users logged in: 0
Memory usage: 1% IP address for eth0: 192.168.45.224
Swap usage: 0% IP address for eth1: 10.10.10.4
Graph this data and manage this system at https://landscape.canonical.com/
Last login: Mon Nov 25 15:05:50 2013 from ceph0.dil.private.cimr.cam.ac.uk
]0;ceph@ceph2: ~ceph@ceph2:~$ exit
logout
Connection to ceph2 closed.
]0;ceph@ceph0: ~ceph@ceph0:~$ mkdir my-cluster
]0;ceph@ceph0: ~ceph@ceph0:~$ cd my-cluster
]0;ceph@ceph0: ~/my-clusterceph@ceph0:~/my-cluster$ ceph-deploy new ceph0
[[1mceph_deploy.cli[0m][[1;37mINFO[0m ] Invoked (1.3.2): /usr/bin/ceph-deploy new ceph0
[[1mceph_deploy.new[0m][[1;34mDEBUG[0m ] Creating new cluster named ceph
[[1mceph_deploy.new[0m][[1;34mDEBUG[0m ] Resolving host ceph0
[[1mceph_deploy.new[0m][[1;34mDEBUG[0m ] Monitor ceph0 at 192.168.45.222
[[1mceph_deploy.new[0m][[1;37mINFO[0m ] making sure passwordless SSH succeeds
[[1mceph_deploy.new[0m][[1;34mDEBUG[0m ] Monitor initial members are ['ceph0']
[[1mceph_deploy.new[0m][[1;34mDEBUG[0m ] Monitor addrs are ['192.168.45.222']
[[1mceph_deploy.new[0m][[1;34mDEBUG[0m ] Creating a random mon key...
[[1mceph_deploy.new[0m][[1;34mDEBUG[0m ] Writing initial config to ceph.conf...
[[1mceph_deploy.new[0m][[1;34mDEBUG[0m ] Writing monitor keyring to ceph.mon.keyring...
]0;ceph@ceph0: ~/my-clusterceph@ceph0:~/my-cluster$ ls -l
total 12
-rw-rw-r-- 1 ceph ceph 187 Dec 6 09:40 ceph.conf
-rw-rw-r-- 1 ceph ceph 861 Dec 6 09:40 ceph.log
-rw-rw-r-- 1 ceph ceph 73 Dec 6 09:40 ceph.mon.keyring
]0;ceph@ceph0: ~/my-clusterceph@ceph0:~/my-cluster$ ceph-deploy install ceph0 ceph1 ceph2
[[1mceph_deploy.cli[0m][[1;37mINFO[0m ] Invoked (1.3.2): /usr/bin/ceph-deploy install ceph0 ceph1 ceph2
[[1mceph_deploy.install[0m][[1;34mDEBUG[0m ] Installing stable version emperor on cluster ceph hosts ceph0 ceph1 ceph2
[[1mceph_deploy.install[0m][[1;34mDEBUG[0m ] Detecting platform for host ceph0 ...
[[1mceph0[0m][[1;34mDEBUG[0m ] connected to host: ceph0
[[1mceph0[0m][[1;34mDEBUG[0m ] detect platform information from remote host
[[1mceph0[0m][[1;34mDEBUG[0m ] detect machine type
[[1mceph_deploy.install[0m][[1;37mINFO[0m ] Distro info: Ubuntu 12.04 precise
[[1mceph0[0m][[1;37mINFO[0m ] installing ceph on ceph0
[[1mceph0[0m][[1;37mINFO[0m ] Running command: sudo env DEBIAN_FRONTEND=noninteractive apt-get -q install --assume-yes ca-certificates
[[1mceph0[0m][[1;34mDEBUG[0m ] Reading package lists...
[[1mceph0[0m][[1;34mDEBUG[0m ] Building dependency tree...
[[1mceph0[0m][[1;34mDEBUG[0m ] Reading state information...
[[1mceph0[0m][[1;34mDEBUG[0m ] ca-certificates is already the newest version.
[[1mceph0[0m][[1;34mDEBUG[0m ] 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[[1mceph0[0m][[1;37mINFO[0m ] Running command: sudo wget -q -O release.asc https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
[[1mceph0[0m][[1;37mINFO[0m ] Running command: sudo apt-key add release.asc
[[1mceph0[0m][[1;34mDEBUG[0m ] OK
[[1mceph0[0m][[1;34mDEBUG[0m ] add ceph deb repo to sources.list
[[1mceph0[0m][[1;37mINFO[0m ] Running command: sudo apt-get -q update
[[1mceph0[0m][[1;31mERROR[0m ] W: Duplicate sources.list entry http://ceph.com/debian-emperor/ precise/main amd64 Packages (/var/lib/apt/lists/ceph.com_debian-emperor_dists_precise_main_binary-amd64_Packages)
[[1mceph0[0m][[1;31mERROR[0m ] W: Duplicate sources.list entry http://ceph.com/debian-emperor/ precise/main i386 Packages (/var/lib/apt/lists/ceph.com_debian-emperor_dists_precise_main_binary-i386_Packages)
[[1mceph0[0m][[1;31mERROR[0m ] W: You may want to run apt-get update to correct these problems
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://archive.canonical.com precise Release.gpg
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:1 http://security.ubuntu.com precise-security Release.gpg [198 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://archive.canonical.com precise Release
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise Release.gpg
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:2 http://gb.archive.ubuntu.com precise-updates Release.gpg [198 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:3 http://security.ubuntu.com precise-security Release [49.6 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise Release
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:4 http://gb.archive.ubuntu.com precise-updates Release [49.6 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://archive.canonical.com precise/partner Sources
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/main Sources
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://archive.canonical.com precise/partner amd64 Packages
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://archive.canonical.com precise/partner i386 Packages
[[1mceph0[0m][[1;34mDEBUG[0m ] Ign http://archive.canonical.com precise/partner TranslationIndex
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/restricted Sources
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/universe Sources
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:5 http://security.ubuntu.com precise-security/main Sources [93.9 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/multiverse Sources
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/main amd64 Packages
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/restricted amd64 Packages
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/universe amd64 Packages
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/multiverse amd64 Packages
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/main i386 Packages
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/restricted i386 Packages
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/universe i386 Packages
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/multiverse i386 Packages
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/main TranslationIndex
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/multiverse TranslationIndex
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/restricted TranslationIndex
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/universe TranslationIndex
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:6 http://gb.archive.ubuntu.com precise-updates/main Sources [428 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:7 http://gb.archive.ubuntu.com precise-updates/restricted Sources [7006 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:8 http://gb.archive.ubuntu.com precise-updates/universe Sources [101 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:9 http://gb.archive.ubuntu.com precise-updates/multiverse Sources [8812 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:10 http://gb.archive.ubuntu.com precise-updates/main amd64 Packages [715 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:11 http://ceph.com precise Release.gpg [836 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Ign http://archive.canonical.com precise/partner Translation-en
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:12 http://security.ubuntu.com precise-security/restricted Sources [2494 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:13 http://security.ubuntu.com precise-security/universe Sources [29.9 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:14 http://gb.archive.ubuntu.com precise-updates/restricted amd64 Packages [11.5 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:15 http://gb.archive.ubuntu.com precise-updates/universe amd64 Packages [224 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:16 http://security.ubuntu.com precise-security/multiverse Sources [1797 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:17 http://security.ubuntu.com precise-security/main amd64 Packages [347 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:18 http://gb.archive.ubuntu.com precise-updates/multiverse amd64 Packages [14.2 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:19 http://gb.archive.ubuntu.com precise-updates/main i386 Packages [737 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:20 http://gb.archive.ubuntu.com precise-updates/restricted i386 Packages [11.4 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:21 http://gb.archive.ubuntu.com precise-updates/universe i386 Packages [229 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:22 http://gb.archive.ubuntu.com precise-updates/multiverse i386 Packages [14.4 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:23 http://gb.archive.ubuntu.com precise-updates/main TranslationIndex [3564 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:24 http://gb.archive.ubuntu.com precise-updates/multiverse TranslationIndex [2605 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:25 http://gb.archive.ubuntu.com precise-updates/restricted TranslationIndex [2461 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:26 http://gb.archive.ubuntu.com precise-updates/universe TranslationIndex [2850 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/main Translation-en
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/multiverse Translation-en
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/restricted Translation-en
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/universe Translation-en
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:27 http://gb.archive.ubuntu.com precise-updates/main Translation-en [322 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:28 http://ceph.com precise Release [5985 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:29 http://gb.archive.ubuntu.com precise-updates/multiverse Translation-en [8293 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise-updates/restricted Translation-en
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:30 http://gb.archive.ubuntu.com precise-updates/universe Translation-en [132 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:31 http://security.ubuntu.com precise-security/restricted amd64 Packages [4627 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:32 http://security.ubuntu.com precise-security/universe amd64 Packages [85.4 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:33 http://security.ubuntu.com precise-security/multiverse amd64 Packages [2439 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:34 http://security.ubuntu.com precise-security/main i386 Packages [367 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:35 http://security.ubuntu.com precise-security/restricted i386 Packages [4620 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:36 http://security.ubuntu.com precise-security/universe i386 Packages [89.5 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:37 http://ceph.com precise/main Sources [628 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:38 http://security.ubuntu.com precise-security/multiverse i386 Packages [2635 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:39 http://security.ubuntu.com precise-security/main TranslationIndex [74 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:40 http://security.ubuntu.com precise-security/multiverse TranslationIndex [72 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:41 http://security.ubuntu.com precise-security/restricted TranslationIndex [72 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:42 http://security.ubuntu.com precise-security/universe TranslationIndex [73 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:43 http://security.ubuntu.com precise-security/main Translation-en [163 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://security.ubuntu.com precise-security/multiverse Translation-en
[[1mceph0[0m][[1;34mDEBUG[0m ] Hit http://security.ubuntu.com precise-security/restricted Translation-en
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:44 http://security.ubuntu.com precise-security/universe Translation-en [54.3 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:45 http://ceph.com precise/main amd64 Packages [7054 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:46 http://ceph.com precise/main i386 Packages [6289 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Ign http://ceph.com precise/main TranslationIndex
[[1mceph0[0m][[1;34mDEBUG[0m ] Ign http://ceph.com precise/main Translation-en
[[1mceph0[0m][[1;34mDEBUG[0m ] Fetched 4344 kB in 2s (1784 kB/s)
[[1mceph0[0m][[1;34mDEBUG[0m ] Reading package lists...
[[1mceph0[0m][[1;37mINFO[0m ] Running command: sudo env DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -q -o Dpkg::Options::=--force-confnew --no-install-recommends --assume-yes install -- ceph ceph-mds ceph-common ceph-fs-common gdisk
[[1mceph0[0m][[1;34mDEBUG[0m ] Reading package lists...
[[1mceph0[0m][[1;34mDEBUG[0m ] Building dependency tree...
[[1mceph0[0m][[1;34mDEBUG[0m ] Reading state information...
[[1mceph0[0m][[1;34mDEBUG[0m ] The following extra packages will be installed:
[[1mceph0[0m][[1;34mDEBUG[0m ] cryptsetup-bin libaio1 libboost-thread1.46.1 libcryptsetup4
[[1mceph0[0m][[1;34mDEBUG[0m ] libgoogle-perftools0 libicu48 librados2 librbd1 libsnappy1
[[1mceph0[0m][[1;34mDEBUG[0m ] libtcmalloc-minimal0 libunwind7 python-ceph python-flask python-jinja2
[[1mceph0[0m][[1;34mDEBUG[0m ] python-markupsafe python-requests python-werkzeug
[[1mceph0[0m][[1;34mDEBUG[0m ] Suggested packages:
[[1mceph0[0m][[1;34mDEBUG[0m ] python-jinja2-doc ipython python-genshi python-lxml python-memcache
[[1mceph0[0m][[1;34mDEBUG[0m ] libjs-sphinxdoc
[[1mceph0[0m][[1;34mDEBUG[0m ] Recommended packages:
[[1mceph0[0m][[1;34mDEBUG[0m ] btrfs-tools ceph-fuse libcephfs1 python-gevent
[[1mceph0[0m][[1;34mDEBUG[0m ] The following NEW packages will be installed:
[[1mceph0[0m][[1;34mDEBUG[0m ] ceph ceph-common ceph-fs-common ceph-mds cryptsetup-bin gdisk libaio1
[[1mceph0[0m][[1;34mDEBUG[0m ] libboost-thread1.46.1 libcryptsetup4 libgoogle-perftools0 libicu48 librados2
[[1mceph0[0m][[1;34mDEBUG[0m ] librbd1 libsnappy1 libtcmalloc-minimal0 libunwind7 python-ceph python-flask
[[1mceph0[0m][[1;34mDEBUG[0m ] python-jinja2 python-markupsafe python-requests python-werkzeug
[[1mceph0[0m][[1;34mDEBUG[0m ] 0 upgraded, 22 newly installed, 0 to remove and 15 not upgraded.
[[1mceph0[0m][[1;34mDEBUG[0m ] Need to get 45.0 MB of archives.
[[1mceph0[0m][[1;34mDEBUG[0m ] After this operation, 198 MB of additional disk space will be used.
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:1 http://gb.archive.ubuntu.com/ubuntu/ precise/main libaio1 amd64 0.3.109-2ubuntu1 [6396 B]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:2 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libboost-thread1.46.1 amd64 1.46.1-7ubuntu3 [39.5 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:3 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libtcmalloc-minimal0 amd64 1.7-1ubuntu1 [147 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:4 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libunwind7 amd64 0.99-0.3ubuntu1 [49.6 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:5 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libgoogle-perftools0 amd64 1.7-1ubuntu1 [386 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:6 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-werkzeug all 0.8.1+dfsg-1 [1321 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:7 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-markupsafe amd64 0.15-1 [13.6 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:8 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-jinja2 amd64 2.6-1 [158 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:9 http://gb.archive.ubuntu.com/ubuntu/ precise/universe python-flask all 0.8-1 [71.2 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:10 http://gb.archive.ubuntu.com/ubuntu/ precise/universe python-requests all 0.8.2-1 [49.0 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:11 http://gb.archive.ubuntu.com/ubuntu/ precise/main libcryptsetup4 amd64 2:1.4.1-2ubuntu4 [55.8 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:12 http://gb.archive.ubuntu.com/ubuntu/ precise/main cryptsetup-bin amd64 2:1.4.1-2ubuntu4 [32.2 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:13 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libicu48 amd64 4.8.1.1-3ubuntu0.1 [8105 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:14 http://ceph.com/debian-emperor/ precise/main librados2 amd64 0.72.1-1precise [1711 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:15 http://gb.archive.ubuntu.com/ubuntu/ precise/universe gdisk amd64 0.8.1-1build1 [300 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:16 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libsnappy1 amd64 1.0.4-1build1 [12.8 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:17 http://ceph.com/debian-emperor/ precise/main librbd1 amd64 0.72.1-1precise [385 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:18 http://ceph.com/debian-emperor/ precise/main python-ceph amd64 0.72.1-1precise [41.2 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:19 http://ceph.com/debian-emperor/ precise/main ceph-common amd64 0.72.1-1precise [5958 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:20 http://ceph.com/debian-emperor/ precise/main ceph amd64 0.72.1-1precise [23.5 MB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:21 http://ceph.com/debian-emperor/ precise/main ceph-fs-common amd64 0.72.1-1precise [28.1 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Get:22 http://ceph.com/debian-emperor/ precise/main ceph-mds amd64 0.72.1-1precise [2640 kB]
[[1mceph0[0m][[1;34mDEBUG[0m ] Fetched 45.0 MB in 9s (4748 kB/s)
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libaio1.
[[1mceph0[0m][[1;34mDEBUG[0m ] (Reading database ... 58139 files and directories currently installed.)
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking libaio1 (from .../libaio1_0.3.109-2ubuntu1_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libboost-thread1.46.1.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking libboost-thread1.46.1 (from .../libboost-thread1.46.1_1.46.1-7ubuntu3_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package librados2.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking librados2 (from .../librados2_0.72.1-1precise_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package librbd1.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking librbd1 (from .../librbd1_0.72.1-1precise_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libtcmalloc-minimal0.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking libtcmalloc-minimal0 (from .../libtcmalloc-minimal0_1.7-1ubuntu1_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libunwind7.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking libunwind7 (from .../libunwind7_0.99-0.3ubuntu1_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libgoogle-perftools0.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking libgoogle-perftools0 (from .../libgoogle-perftools0_1.7-1ubuntu1_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-werkzeug.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking python-werkzeug (from .../python-werkzeug_0.8.1+dfsg-1_all.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-markupsafe.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking python-markupsafe (from .../python-markupsafe_0.15-1_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-jinja2.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking python-jinja2 (from .../python-jinja2_2.6-1_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-flask.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking python-flask (from .../python-flask_0.8-1_all.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-requests.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking python-requests (from .../python-requests_0.8.2-1_all.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-ceph.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking python-ceph (from .../python-ceph_0.72.1-1precise_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package ceph-common.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking ceph-common (from .../ceph-common_0.72.1-1precise_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libcryptsetup4.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking libcryptsetup4 (from .../libcryptsetup4_2%3a1.4.1-2ubuntu4_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package cryptsetup-bin.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking cryptsetup-bin (from .../cryptsetup-bin_2%3a1.4.1-2ubuntu4_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libicu48.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking libicu48 (from .../libicu48_4.8.1.1-3ubuntu0.1_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package gdisk.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking gdisk (from .../gdisk_0.8.1-1build1_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libsnappy1.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking libsnappy1 (from .../libsnappy1_1.0.4-1build1_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package ceph.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking ceph (from .../ceph_0.72.1-1precise_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package ceph-fs-common.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking ceph-fs-common (from .../ceph-fs-common_0.72.1-1precise_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Selecting previously unselected package ceph-mds.
[[1mceph0[0m][[1;34mDEBUG[0m ] Unpacking ceph-mds (from .../ceph-mds_0.72.1-1precise_amd64.deb) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Processing triggers for man-db ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Processing triggers for ureadahead ...
[[1mceph0[0m][[1;34mDEBUG[0m ] ureadahead will be reprofiled on next reboot
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up libaio1 (0.3.109-2ubuntu1) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up libboost-thread1.46.1 (1.46.1-7ubuntu3) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up librados2 (0.72.1-1precise) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up librbd1 (0.72.1-1precise) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up libtcmalloc-minimal0 (1.7-1ubuntu1) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up libunwind7 (0.99-0.3ubuntu1) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up libgoogle-perftools0 (1.7-1ubuntu1) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up python-werkzeug (0.8.1+dfsg-1) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up python-markupsafe (0.15-1) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up python-jinja2 (2.6-1) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up python-flask (0.8-1) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up python-requests (0.8.2-1) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up python-ceph (0.72.1-1precise) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up ceph-common (0.72.1-1precise) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up libcryptsetup4 (2:1.4.1-2ubuntu4) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up cryptsetup-bin (2:1.4.1-2ubuntu4) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up libicu48 (4.8.1.1-3ubuntu0.1) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up gdisk (0.8.1-1build1) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up libsnappy1 (1.0.4-1build1) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up ceph (0.72.1-1precise) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] ceph-all start/running
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up ceph-fs-common (0.72.1-1precise) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] Setting up ceph-mds (0.72.1-1precise) ...
[[1mceph0[0m][[1;34mDEBUG[0m ] ceph-mds-all start/running
[[1mceph0[0m][[1;34mDEBUG[0m ] Processing triggers for libc-bin ...
[[1mceph0[0m][[1;34mDEBUG[0m ] ldconfig deferred processing now taking place
[[1mceph0[0m][[1;37mINFO[0m ] Running command: sudo ceph --version
[[1mceph0[0m][[1;34mDEBUG[0m ] ceph version 0.72.1 (4d923861868f6a15dcb33fef7f50f674997322de)
[[1mceph_deploy.install[0m][[1;34mDEBUG[0m ] Detecting platform for host ceph1 ...
[[1mceph1[0m][[1;34mDEBUG[0m ] connected to host: ceph1
[[1mceph1[0m][[1;34mDEBUG[0m ] detect platform information from remote host
[[1mceph1[0m][[1;34mDEBUG[0m ] detect machine type
[[1mceph_deploy.install[0m][[1;37mINFO[0m ] Distro info: Ubuntu 12.04 precise
[[1mceph1[0m][[1;37mINFO[0m ] installing ceph on ceph1
[[1mceph1[0m][[1;37mINFO[0m ] Running command: sudo env DEBIAN_FRONTEND=noninteractive apt-get -q install --assume-yes ca-certificates
[[1mceph1[0m][[1;34mDEBUG[0m ] Reading package lists...
[[1mceph1[0m][[1;34mDEBUG[0m ] Building dependency tree...
[[1mceph1[0m][[1;34mDEBUG[0m ] Reading state information...
[[1mceph1[0m][[1;34mDEBUG[0m ] ca-certificates is already the newest version.
[[1mceph1[0m][[1;34mDEBUG[0m ] 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[[1mceph1[0m][[1;37mINFO[0m ] Running command: sudo wget -q -O release.asc https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
[[1mceph1[0m][[1;37mINFO[0m ] Running command: sudo apt-key add release.asc
[[1mceph1[0m][[1;34mDEBUG[0m ] OK
[[1mceph1[0m][[1;34mDEBUG[0m ] add ceph deb repo to sources.list
[[1mceph1[0m][[1;37mINFO[0m ] Running command: sudo apt-get -q update
[[1mceph1[0m][[1;31mERROR[0m ] W: Duplicate sources.list entry http://ceph.com/debian-emperor/ precise/main amd64 Packages (/var/lib/apt/lists/ceph.com_debian-emperor_dists_precise_main_binary-amd64_Packages)
[[1mceph1[0m][[1;31mERROR[0m ] W: Duplicate sources.list entry http://ceph.com/debian-emperor/ precise/main i386 Packages (/var/lib/apt/lists/ceph.com_debian-emperor_dists_precise_main_binary-i386_Packages)
[[1mceph1[0m][[1;31mERROR[0m ] W: You may want to run apt-get update to correct these problems
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://archive.canonical.com precise Release.gpg
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://archive.canonical.com precise Release
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise Release.gpg
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:1 http://gb.archive.ubuntu.com precise-updates Release.gpg [198 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise Release
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:2 http://gb.archive.ubuntu.com precise-updates Release [49.6 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://archive.canonical.com precise/partner Sources
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://archive.canonical.com precise/partner amd64 Packages
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://archive.canonical.com precise/partner i386 Packages
[[1mceph1[0m][[1;34mDEBUG[0m ] Ign http://archive.canonical.com precise/partner TranslationIndex
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/main Sources
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/restricted Sources
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/universe Sources
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/multiverse Sources
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/main amd64 Packages
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/restricted amd64 Packages
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/universe amd64 Packages
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/multiverse amd64 Packages
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/main i386 Packages
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/restricted i386 Packages
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:3 http://security.ubuntu.com precise-security Release.gpg [198 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/universe i386 Packages
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/multiverse i386 Packages
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/main TranslationIndex
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/multiverse TranslationIndex
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/restricted TranslationIndex
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/universe TranslationIndex
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:4 http://gb.archive.ubuntu.com precise-updates/main Sources [428 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Ign http://archive.canonical.com precise/partner Translation-en
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:5 http://ceph.com precise Release.gpg [836 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:6 http://security.ubuntu.com precise-security Release [49.6 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:7 http://gb.archive.ubuntu.com precise-updates/restricted Sources [7006 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:8 http://gb.archive.ubuntu.com precise-updates/universe Sources [101 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:9 http://gb.archive.ubuntu.com precise-updates/multiverse Sources [8812 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:10 http://gb.archive.ubuntu.com precise-updates/main amd64 Packages [715 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:11 http://gb.archive.ubuntu.com precise-updates/restricted amd64 Packages [11.5 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:12 http://gb.archive.ubuntu.com precise-updates/universe amd64 Packages [224 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:13 http://gb.archive.ubuntu.com precise-updates/multiverse amd64 Packages [14.2 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:14 http://gb.archive.ubuntu.com precise-updates/main i386 Packages [737 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:15 http://ceph.com precise Release [5985 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:16 http://gb.archive.ubuntu.com precise-updates/restricted i386 Packages [11.4 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:17 http://gb.archive.ubuntu.com precise-updates/universe i386 Packages [229 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:18 http://gb.archive.ubuntu.com precise-updates/multiverse i386 Packages [14.4 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:19 http://gb.archive.ubuntu.com precise-updates/main TranslationIndex [3564 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:20 http://gb.archive.ubuntu.com precise-updates/multiverse TranslationIndex [2605 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:21 http://gb.archive.ubuntu.com precise-updates/restricted TranslationIndex [2461 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:22 http://gb.archive.ubuntu.com precise-updates/universe TranslationIndex [2850 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/main Translation-en
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/multiverse Translation-en
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/restricted Translation-en
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/universe Translation-en
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:23 http://gb.archive.ubuntu.com precise-updates/main Translation-en [322 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:24 http://gb.archive.ubuntu.com precise-updates/multiverse Translation-en [8293 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise-updates/restricted Translation-en
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:25 http://gb.archive.ubuntu.com precise-updates/universe Translation-en [132 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:26 http://security.ubuntu.com precise-security/main Sources [93.9 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:27 http://ceph.com precise/main Sources [628 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:28 http://ceph.com precise/main amd64 Packages [7054 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:29 http://security.ubuntu.com precise-security/restricted Sources [2494 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:30 http://security.ubuntu.com precise-security/universe Sources [29.9 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:31 http://security.ubuntu.com precise-security/multiverse Sources [1797 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:32 http://ceph.com precise/main i386 Packages [6289 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Ign http://ceph.com precise/main TranslationIndex
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:33 http://security.ubuntu.com precise-security/main amd64 Packages [347 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:34 http://security.ubuntu.com precise-security/restricted amd64 Packages [4627 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:35 http://security.ubuntu.com precise-security/universe amd64 Packages [85.4 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:36 http://security.ubuntu.com precise-security/multiverse amd64 Packages [2439 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:37 http://security.ubuntu.com precise-security/main i386 Packages [367 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:38 http://security.ubuntu.com precise-security/restricted i386 Packages [4620 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:39 http://security.ubuntu.com precise-security/universe i386 Packages [89.5 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:40 http://security.ubuntu.com precise-security/multiverse i386 Packages [2635 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:41 http://security.ubuntu.com precise-security/main TranslationIndex [74 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:42 http://security.ubuntu.com precise-security/multiverse TranslationIndex [72 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:43 http://security.ubuntu.com precise-security/restricted TranslationIndex [72 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:44 http://security.ubuntu.com precise-security/universe TranslationIndex [73 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:45 http://security.ubuntu.com precise-security/main Translation-en [163 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://security.ubuntu.com precise-security/multiverse Translation-en
[[1mceph1[0m][[1;34mDEBUG[0m ] Hit http://security.ubuntu.com precise-security/restricted Translation-en
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:46 http://security.ubuntu.com precise-security/universe Translation-en [54.3 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Ign http://ceph.com precise/main Translation-en
[[1mceph1[0m][[1;34mDEBUG[0m ] Fetched 4344 kB in 3s (1090 kB/s)
[[1mceph1[0m][[1;34mDEBUG[0m ] Reading package lists...
[[1mceph1[0m][[1;37mINFO[0m ] Running command: sudo env DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -q -o Dpkg::Options::=--force-confnew --no-install-recommends --assume-yes install -- ceph ceph-mds ceph-common ceph-fs-common gdisk
[[1mceph1[0m][[1;34mDEBUG[0m ] Reading package lists...
[[1mceph1[0m][[1;34mDEBUG[0m ] Building dependency tree...
[[1mceph1[0m][[1;34mDEBUG[0m ] Reading state information...
[[1mceph1[0m][[1;34mDEBUG[0m ] The following extra packages will be installed:
[[1mceph1[0m][[1;34mDEBUG[0m ] cryptsetup-bin libaio1 libboost-thread1.46.1 libcryptsetup4
[[1mceph1[0m][[1;34mDEBUG[0m ] libgoogle-perftools0 libicu48 librados2 librbd1 libsnappy1
[[1mceph1[0m][[1;34mDEBUG[0m ] libtcmalloc-minimal0 libunwind7 python-ceph python-flask python-jinja2
[[1mceph1[0m][[1;34mDEBUG[0m ] python-markupsafe python-requests python-werkzeug
[[1mceph1[0m][[1;34mDEBUG[0m ] Suggested packages:
[[1mceph1[0m][[1;34mDEBUG[0m ] python-jinja2-doc ipython python-genshi python-lxml python-memcache
[[1mceph1[0m][[1;34mDEBUG[0m ] libjs-sphinxdoc
[[1mceph1[0m][[1;34mDEBUG[0m ] Recommended packages:
[[1mceph1[0m][[1;34mDEBUG[0m ] btrfs-tools ceph-fuse libcephfs1 python-gevent
[[1mceph1[0m][[1;34mDEBUG[0m ] The following NEW packages will be installed:
[[1mceph1[0m][[1;34mDEBUG[0m ] ceph ceph-common ceph-fs-common ceph-mds cryptsetup-bin gdisk libaio1
[[1mceph1[0m][[1;34mDEBUG[0m ] libboost-thread1.46.1 libcryptsetup4 libgoogle-perftools0 libicu48 librados2
[[1mceph1[0m][[1;34mDEBUG[0m ] librbd1 libsnappy1 libtcmalloc-minimal0 libunwind7 python-ceph python-flask
[[1mceph1[0m][[1;34mDEBUG[0m ] python-jinja2 python-markupsafe python-requests python-werkzeug
[[1mceph1[0m][[1;34mDEBUG[0m ] 0 upgraded, 22 newly installed, 0 to remove and 15 not upgraded.
[[1mceph1[0m][[1;34mDEBUG[0m ] Need to get 45.0 MB of archives.
[[1mceph1[0m][[1;34mDEBUG[0m ] After this operation, 198 MB of additional disk space will be used.
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:1 http://gb.archive.ubuntu.com/ubuntu/ precise/main libaio1 amd64 0.3.109-2ubuntu1 [6396 B]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:2 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libboost-thread1.46.1 amd64 1.46.1-7ubuntu3 [39.5 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:3 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libtcmalloc-minimal0 amd64 1.7-1ubuntu1 [147 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:4 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libunwind7 amd64 0.99-0.3ubuntu1 [49.6 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:5 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libgoogle-perftools0 amd64 1.7-1ubuntu1 [386 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:6 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-werkzeug all 0.8.1+dfsg-1 [1321 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:7 http://ceph.com/debian-emperor/ precise/main librados2 amd64 0.72.1-1precise [1711 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:8 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-markupsafe amd64 0.15-1 [13.6 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:9 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-jinja2 amd64 2.6-1 [158 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:10 http://gb.archive.ubuntu.com/ubuntu/ precise/universe python-flask all 0.8-1 [71.2 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:11 http://gb.archive.ubuntu.com/ubuntu/ precise/universe python-requests all 0.8.2-1 [49.0 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:12 http://gb.archive.ubuntu.com/ubuntu/ precise/main libcryptsetup4 amd64 2:1.4.1-2ubuntu4 [55.8 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:13 http://gb.archive.ubuntu.com/ubuntu/ precise/main cryptsetup-bin amd64 2:1.4.1-2ubuntu4 [32.2 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:14 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libicu48 amd64 4.8.1.1-3ubuntu0.1 [8105 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:15 http://gb.archive.ubuntu.com/ubuntu/ precise/universe gdisk amd64 0.8.1-1build1 [300 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:16 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libsnappy1 amd64 1.0.4-1build1 [12.8 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:17 http://ceph.com/debian-emperor/ precise/main librbd1 amd64 0.72.1-1precise [385 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:18 http://ceph.com/debian-emperor/ precise/main python-ceph amd64 0.72.1-1precise [41.2 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:19 http://ceph.com/debian-emperor/ precise/main ceph-common amd64 0.72.1-1precise [5958 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:20 http://ceph.com/debian-emperor/ precise/main ceph amd64 0.72.1-1precise [23.5 MB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:21 http://ceph.com/debian-emperor/ precise/main ceph-fs-common amd64 0.72.1-1precise [28.1 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Get:22 http://ceph.com/debian-emperor/ precise/main ceph-mds amd64 0.72.1-1precise [2640 kB]
[[1mceph1[0m][[1;34mDEBUG[0m ] Fetched 45.0 MB in 9s (4972 kB/s)
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libaio1.
[[1mceph1[0m][[1;34mDEBUG[0m ] (Reading database ... 58139 files and directories currently installed.)
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking libaio1 (from .../libaio1_0.3.109-2ubuntu1_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libboost-thread1.46.1.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking libboost-thread1.46.1 (from .../libboost-thread1.46.1_1.46.1-7ubuntu3_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package librados2.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking librados2 (from .../librados2_0.72.1-1precise_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package librbd1.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking librbd1 (from .../librbd1_0.72.1-1precise_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libtcmalloc-minimal0.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking libtcmalloc-minimal0 (from .../libtcmalloc-minimal0_1.7-1ubuntu1_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libunwind7.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking libunwind7 (from .../libunwind7_0.99-0.3ubuntu1_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libgoogle-perftools0.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking libgoogle-perftools0 (from .../libgoogle-perftools0_1.7-1ubuntu1_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-werkzeug.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking python-werkzeug (from .../python-werkzeug_0.8.1+dfsg-1_all.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-markupsafe.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking python-markupsafe (from .../python-markupsafe_0.15-1_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-jinja2.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking python-jinja2 (from .../python-jinja2_2.6-1_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-flask.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking python-flask (from .../python-flask_0.8-1_all.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-requests.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking python-requests (from .../python-requests_0.8.2-1_all.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-ceph.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking python-ceph (from .../python-ceph_0.72.1-1precise_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package ceph-common.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking ceph-common (from .../ceph-common_0.72.1-1precise_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libcryptsetup4.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking libcryptsetup4 (from .../libcryptsetup4_2%3a1.4.1-2ubuntu4_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package cryptsetup-bin.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking cryptsetup-bin (from .../cryptsetup-bin_2%3a1.4.1-2ubuntu4_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libicu48.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking libicu48 (from .../libicu48_4.8.1.1-3ubuntu0.1_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package gdisk.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking gdisk (from .../gdisk_0.8.1-1build1_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libsnappy1.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking libsnappy1 (from .../libsnappy1_1.0.4-1build1_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package ceph.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking ceph (from .../ceph_0.72.1-1precise_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package ceph-fs-common.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking ceph-fs-common (from .../ceph-fs-common_0.72.1-1precise_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Selecting previously unselected package ceph-mds.
[[1mceph1[0m][[1;34mDEBUG[0m ] Unpacking ceph-mds (from .../ceph-mds_0.72.1-1precise_amd64.deb) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Processing triggers for man-db ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Processing triggers for ureadahead ...
[[1mceph1[0m][[1;34mDEBUG[0m ] ureadahead will be reprofiled on next reboot
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up libaio1 (0.3.109-2ubuntu1) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up libboost-thread1.46.1 (1.46.1-7ubuntu3) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up librados2 (0.72.1-1precise) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up librbd1 (0.72.1-1precise) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up libtcmalloc-minimal0 (1.7-1ubuntu1) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up libunwind7 (0.99-0.3ubuntu1) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up libgoogle-perftools0 (1.7-1ubuntu1) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up python-werkzeug (0.8.1+dfsg-1) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up python-markupsafe (0.15-1) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up python-jinja2 (2.6-1) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up python-flask (0.8-1) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up python-requests (0.8.2-1) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up python-ceph (0.72.1-1precise) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up ceph-common (0.72.1-1precise) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up libcryptsetup4 (2:1.4.1-2ubuntu4) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up cryptsetup-bin (2:1.4.1-2ubuntu4) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up libicu48 (4.8.1.1-3ubuntu0.1) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up gdisk (0.8.1-1build1) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up libsnappy1 (1.0.4-1build1) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up ceph (0.72.1-1precise) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] ceph-all start/running
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up ceph-fs-common (0.72.1-1precise) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] Setting up ceph-mds (0.72.1-1precise) ...
[[1mceph1[0m][[1;34mDEBUG[0m ] ceph-mds-all start/running
[[1mceph1[0m][[1;34mDEBUG[0m ] Processing triggers for libc-bin ...
[[1mceph1[0m][[1;34mDEBUG[0m ] ldconfig deferred processing now taking place
[[1mceph1[0m][[1;37mINFO[0m ] Running command: sudo ceph --version
[[1mceph1[0m][[1;34mDEBUG[0m ] ceph version 0.72.1 (4d923861868f6a15dcb33fef7f50f674997322de)
[[1mceph_deploy.install[0m][[1;34mDEBUG[0m ] Detecting platform for host ceph2 ...
[[1mceph2[0m][[1;34mDEBUG[0m ] connected to host: ceph2
[[1mceph2[0m][[1;34mDEBUG[0m ] detect platform information from remote host
[[1mceph2[0m][[1;34mDEBUG[0m ] detect machine type
[[1mceph_deploy.install[0m][[1;37mINFO[0m ] Distro info: Ubuntu 12.04 precise
[[1mceph2[0m][[1;37mINFO[0m ] installing ceph on ceph2
[[1mceph2[0m][[1;37mINFO[0m ] Running command: sudo env DEBIAN_FRONTEND=noninteractive apt-get -q install --assume-yes ca-certificates
[[1mceph2[0m][[1;34mDEBUG[0m ] Reading package lists...
[[1mceph2[0m][[1;34mDEBUG[0m ] Building dependency tree...
[[1mceph2[0m][[1;34mDEBUG[0m ] Reading state information...
[[1mceph2[0m][[1;34mDEBUG[0m ] ca-certificates is already the newest version.
[[1mceph2[0m][[1;34mDEBUG[0m ] 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[[1mceph2[0m][[1;37mINFO[0m ] Running command: sudo wget -q -O release.asc https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
[[1mceph2[0m][[1;37mINFO[0m ] Running command: sudo apt-key add release.asc
[[1mceph2[0m][[1;34mDEBUG[0m ] OK
[[1mceph2[0m][[1;34mDEBUG[0m ] add ceph deb repo to sources.list
[[1mceph2[0m][[1;37mINFO[0m ] Running command: sudo apt-get -q update
[[1mceph2[0m][[1;31mERROR[0m ] W: Duplicate sources.list entry http://ceph.com/debian-emperor/ precise/main amd64 Packages (/var/lib/apt/lists/ceph.com_debian-emperor_dists_precise_main_binary-amd64_Packages)
[[1mceph2[0m][[1;31mERROR[0m ] W: Duplicate sources.list entry http://ceph.com/debian-emperor/ precise/main i386 Packages (/var/lib/apt/lists/ceph.com_debian-emperor_dists_precise_main_binary-i386_Packages)
[[1mceph2[0m][[1;31mERROR[0m ] W: You may want to run apt-get update to correct these problems
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://archive.canonical.com precise Release.gpg
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://archive.canonical.com precise Release
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise Release.gpg
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:1 http://gb.archive.ubuntu.com precise-updates Release.gpg [198 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:2 http://security.ubuntu.com precise-security Release.gpg [198 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise Release
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:3 http://security.ubuntu.com precise-security Release [49.6 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:4 http://gb.archive.ubuntu.com precise-updates Release [49.6 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://archive.canonical.com precise/partner Sources
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://archive.canonical.com precise/partner amd64 Packages
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://archive.canonical.com precise/partner i386 Packages
[[1mceph2[0m][[1;34mDEBUG[0m ] Ign http://archive.canonical.com precise/partner TranslationIndex
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:5 http://security.ubuntu.com precise-security/main Sources [93.9 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/main Sources
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/restricted Sources
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/universe Sources
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/multiverse Sources
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/main amd64 Packages
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/restricted amd64 Packages
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/universe amd64 Packages
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/multiverse amd64 Packages
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/main i386 Packages
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/restricted i386 Packages
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/universe i386 Packages
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/multiverse i386 Packages
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/main TranslationIndex
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/multiverse TranslationIndex
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/restricted TranslationIndex
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/universe TranslationIndex
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:6 http://gb.archive.ubuntu.com precise-updates/main Sources [428 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Ign http://archive.canonical.com precise/partner Translation-en
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:7 http://security.ubuntu.com precise-security/restricted Sources [2494 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:8 http://security.ubuntu.com precise-security/universe Sources [29.9 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:9 http://security.ubuntu.com precise-security/multiverse Sources [1797 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:10 http://security.ubuntu.com precise-security/main amd64 Packages [347 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:11 http://gb.archive.ubuntu.com precise-updates/restricted Sources [7006 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:12 http://gb.archive.ubuntu.com precise-updates/universe Sources [101 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:13 http://ceph.com precise Release.gpg [836 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:14 http://gb.archive.ubuntu.com precise-updates/multiverse Sources [8812 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:15 http://gb.archive.ubuntu.com precise-updates/main amd64 Packages [715 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:16 http://security.ubuntu.com precise-security/restricted amd64 Packages [4627 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:17 http://security.ubuntu.com precise-security/universe amd64 Packages [85.4 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:18 http://security.ubuntu.com precise-security/multiverse amd64 Packages [2439 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:19 http://security.ubuntu.com precise-security/main i386 Packages [367 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:20 http://gb.archive.ubuntu.com precise-updates/restricted amd64 Packages [11.5 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:21 http://gb.archive.ubuntu.com precise-updates/universe amd64 Packages [224 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:22 http://security.ubuntu.com precise-security/restricted i386 Packages [4620 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:23 http://security.ubuntu.com precise-security/universe i386 Packages [89.5 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:24 http://security.ubuntu.com precise-security/multiverse i386 Packages [2635 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:25 http://security.ubuntu.com precise-security/main TranslationIndex [74 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:26 http://security.ubuntu.com precise-security/multiverse TranslationIndex [72 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:27 http://gb.archive.ubuntu.com precise-updates/multiverse amd64 Packages [14.2 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:28 http://security.ubuntu.com precise-security/restricted TranslationIndex [72 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:29 http://security.ubuntu.com precise-security/universe TranslationIndex [73 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:30 http://gb.archive.ubuntu.com precise-updates/main i386 Packages [737 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:31 http://security.ubuntu.com precise-security/main Translation-en [163 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://security.ubuntu.com precise-security/multiverse Translation-en
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://security.ubuntu.com precise-security/restricted Translation-en
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:32 http://security.ubuntu.com precise-security/universe Translation-en [54.3 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:33 http://gb.archive.ubuntu.com precise-updates/restricted i386 Packages [11.4 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:34 http://gb.archive.ubuntu.com precise-updates/universe i386 Packages [229 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:35 http://ceph.com precise Release [5985 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:36 http://gb.archive.ubuntu.com precise-updates/multiverse i386 Packages [14.4 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:37 http://gb.archive.ubuntu.com precise-updates/main TranslationIndex [3564 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:38 http://gb.archive.ubuntu.com precise-updates/multiverse TranslationIndex [2605 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:39 http://gb.archive.ubuntu.com precise-updates/restricted TranslationIndex [2461 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:40 http://gb.archive.ubuntu.com precise-updates/universe TranslationIndex [2850 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/main Translation-en
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/multiverse Translation-en
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/restricted Translation-en
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise/universe Translation-en
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:41 http://gb.archive.ubuntu.com precise-updates/main Translation-en [322 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:42 http://gb.archive.ubuntu.com precise-updates/multiverse Translation-en [8293 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Hit http://gb.archive.ubuntu.com precise-updates/restricted Translation-en
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:43 http://gb.archive.ubuntu.com precise-updates/universe Translation-en [132 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:44 http://ceph.com precise/main Sources [628 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:45 http://ceph.com precise/main amd64 Packages [7054 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:46 http://ceph.com precise/main i386 Packages [6289 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Ign http://ceph.com precise/main TranslationIndex
[[1mceph2[0m][[1;34mDEBUG[0m ] Ign http://ceph.com precise/main Translation-en
[[1mceph2[0m][[1;34mDEBUG[0m ] Fetched 4344 kB in 3s (1091 kB/s)
[[1mceph2[0m][[1;34mDEBUG[0m ] Reading package lists...
[[1mceph2[0m][[1;37mINFO[0m ] Running command: sudo env DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -q -o Dpkg::Options::=--force-confnew --no-install-recommends --assume-yes install -- ceph ceph-mds ceph-common ceph-fs-common gdisk
[[1mceph2[0m][[1;34mDEBUG[0m ] Reading package lists...
[[1mceph2[0m][[1;34mDEBUG[0m ] Building dependency tree...
[[1mceph2[0m][[1;34mDEBUG[0m ] Reading state information...
[[1mceph2[0m][[1;34mDEBUG[0m ] The following extra packages will be installed:
[[1mceph2[0m][[1;34mDEBUG[0m ] cryptsetup-bin libaio1 libboost-thread1.46.1 libcryptsetup4
[[1mceph2[0m][[1;34mDEBUG[0m ] libgoogle-perftools0 libicu48 librados2 librbd1 libsnappy1
[[1mceph2[0m][[1;34mDEBUG[0m ] libtcmalloc-minimal0 libunwind7 python-ceph python-flask python-jinja2
[[1mceph2[0m][[1;34mDEBUG[0m ] python-markupsafe python-requests python-werkzeug
[[1mceph2[0m][[1;34mDEBUG[0m ] Suggested packages:
[[1mceph2[0m][[1;34mDEBUG[0m ] python-jinja2-doc ipython python-genshi python-lxml python-memcache
[[1mceph2[0m][[1;34mDEBUG[0m ] libjs-sphinxdoc
[[1mceph2[0m][[1;34mDEBUG[0m ] Recommended packages:
[[1mceph2[0m][[1;34mDEBUG[0m ] btrfs-tools ceph-fuse libcephfs1 python-gevent
[[1mceph2[0m][[1;34mDEBUG[0m ] The following NEW packages will be installed:
[[1mceph2[0m][[1;34mDEBUG[0m ] ceph ceph-common ceph-fs-common ceph-mds cryptsetup-bin gdisk libaio1
[[1mceph2[0m][[1;34mDEBUG[0m ] libboost-thread1.46.1 libcryptsetup4 libgoogle-perftools0 libicu48 librados2
[[1mceph2[0m][[1;34mDEBUG[0m ] librbd1 libsnappy1 libtcmalloc-minimal0 libunwind7 python-ceph python-flask
[[1mceph2[0m][[1;34mDEBUG[0m ] python-jinja2 python-markupsafe python-requests python-werkzeug
[[1mceph2[0m][[1;34mDEBUG[0m ] 0 upgraded, 22 newly installed, 0 to remove and 15 not upgraded.
[[1mceph2[0m][[1;34mDEBUG[0m ] Need to get 45.0 MB of archives.
[[1mceph2[0m][[1;34mDEBUG[0m ] After this operation, 198 MB of additional disk space will be used.
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:1 http://gb.archive.ubuntu.com/ubuntu/ precise/main libaio1 amd64 0.3.109-2ubuntu1 [6396 B]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:2 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libboost-thread1.46.1 amd64 1.46.1-7ubuntu3 [39.5 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:3 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libtcmalloc-minimal0 amd64 1.7-1ubuntu1 [147 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:4 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libunwind7 amd64 0.99-0.3ubuntu1 [49.6 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:5 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libgoogle-perftools0 amd64 1.7-1ubuntu1 [386 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:6 http://ceph.com/debian-emperor/ precise/main librados2 amd64 0.72.1-1precise [1711 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:7 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-werkzeug all 0.8.1+dfsg-1 [1321 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:8 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-markupsafe amd64 0.15-1 [13.6 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:9 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-jinja2 amd64 2.6-1 [158 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:10 http://gb.archive.ubuntu.com/ubuntu/ precise/universe python-flask all 0.8-1 [71.2 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:11 http://gb.archive.ubuntu.com/ubuntu/ precise/universe python-requests all 0.8.2-1 [49.0 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:12 http://gb.archive.ubuntu.com/ubuntu/ precise/main libcryptsetup4 amd64 2:1.4.1-2ubuntu4 [55.8 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:13 http://gb.archive.ubuntu.com/ubuntu/ precise/main cryptsetup-bin amd64 2:1.4.1-2ubuntu4 [32.2 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:14 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libicu48 amd64 4.8.1.1-3ubuntu0.1 [8105 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:15 http://ceph.com/debian-emperor/ precise/main librbd1 amd64 0.72.1-1precise [385 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:16 http://ceph.com/debian-emperor/ precise/main python-ceph amd64 0.72.1-1precise [41.2 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:17 http://ceph.com/debian-emperor/ precise/main ceph-common amd64 0.72.1-1precise [5958 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:18 http://gb.archive.ubuntu.com/ubuntu/ precise/universe gdisk amd64 0.8.1-1build1 [300 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:19 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libsnappy1 amd64 1.0.4-1build1 [12.8 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:20 http://ceph.com/debian-emperor/ precise/main ceph amd64 0.72.1-1precise [23.5 MB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:21 http://ceph.com/debian-emperor/ precise/main ceph-fs-common amd64 0.72.1-1precise [28.1 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Get:22 http://ceph.com/debian-emperor/ precise/main ceph-mds amd64 0.72.1-1precise [2640 kB]
[[1mceph2[0m][[1;34mDEBUG[0m ] Fetched 45.0 MB in 7s (5723 kB/s)
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libaio1.
[[1mceph2[0m][[1;34mDEBUG[0m ] (Reading database ... 58139 files and directories currently installed.)
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking libaio1 (from .../libaio1_0.3.109-2ubuntu1_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libboost-thread1.46.1.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking libboost-thread1.46.1 (from .../libboost-thread1.46.1_1.46.1-7ubuntu3_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package librados2.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking librados2 (from .../librados2_0.72.1-1precise_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package librbd1.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking librbd1 (from .../librbd1_0.72.1-1precise_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libtcmalloc-minimal0.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking libtcmalloc-minimal0 (from .../libtcmalloc-minimal0_1.7-1ubuntu1_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libunwind7.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking libunwind7 (from .../libunwind7_0.99-0.3ubuntu1_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libgoogle-perftools0.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking libgoogle-perftools0 (from .../libgoogle-perftools0_1.7-1ubuntu1_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-werkzeug.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking python-werkzeug (from .../python-werkzeug_0.8.1+dfsg-1_all.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-markupsafe.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking python-markupsafe (from .../python-markupsafe_0.15-1_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-jinja2.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking python-jinja2 (from .../python-jinja2_2.6-1_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-flask.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking python-flask (from .../python-flask_0.8-1_all.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-requests.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking python-requests (from .../python-requests_0.8.2-1_all.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package python-ceph.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking python-ceph (from .../python-ceph_0.72.1-1precise_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package ceph-common.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking ceph-common (from .../ceph-common_0.72.1-1precise_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libcryptsetup4.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking libcryptsetup4 (from .../libcryptsetup4_2%3a1.4.1-2ubuntu4_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package cryptsetup-bin.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking cryptsetup-bin (from .../cryptsetup-bin_2%3a1.4.1-2ubuntu4_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libicu48.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking libicu48 (from .../libicu48_4.8.1.1-3ubuntu0.1_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package gdisk.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking gdisk (from .../gdisk_0.8.1-1build1_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package libsnappy1.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking libsnappy1 (from .../libsnappy1_1.0.4-1build1_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package ceph.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking ceph (from .../ceph_0.72.1-1precise_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package ceph-fs-common.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking ceph-fs-common (from .../ceph-fs-common_0.72.1-1precise_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Selecting previously unselected package ceph-mds.
[[1mceph2[0m][[1;34mDEBUG[0m ] Unpacking ceph-mds (from .../ceph-mds_0.72.1-1precise_amd64.deb) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Processing triggers for man-db ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Processing triggers for ureadahead ...
[[1mceph2[0m][[1;34mDEBUG[0m ] ureadahead will be reprofiled on next reboot
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up libaio1 (0.3.109-2ubuntu1) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up libboost-thread1.46.1 (1.46.1-7ubuntu3) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up librados2 (0.72.1-1precise) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up librbd1 (0.72.1-1precise) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up libtcmalloc-minimal0 (1.7-1ubuntu1) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up libunwind7 (0.99-0.3ubuntu1) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up libgoogle-perftools0 (1.7-1ubuntu1) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up python-werkzeug (0.8.1+dfsg-1) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up python-markupsafe (0.15-1) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up python-jinja2 (2.6-1) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up python-flask (0.8-1) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up python-requests (0.8.2-1) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up python-ceph (0.72.1-1precise) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up ceph-common (0.72.1-1precise) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up libcryptsetup4 (2:1.4.1-2ubuntu4) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up cryptsetup-bin (2:1.4.1-2ubuntu4) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up libicu48 (4.8.1.1-3ubuntu0.1) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up gdisk (0.8.1-1build1) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up libsnappy1 (1.0.4-1build1) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up ceph (0.72.1-1precise) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] ceph-all start/running
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up ceph-fs-common (0.72.1-1precise) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] Setting up ceph-mds (0.72.1-1precise) ...
[[1mceph2[0m][[1;34mDEBUG[0m ] ceph-mds-all start/running
[[1mceph2[0m][[1;34mDEBUG[0m ] Processing triggers for libc-bin ...
[[1mceph2[0m][[1;34mDEBUG[0m ] ldconfig deferred processing now taking place
[[1mceph2[0m][[1;37mINFO[0m ] Running command: sudo ceph --version
[[1mceph2[0m][[1;34mDEBUG[0m ] ceph version 0.72.1 (4d923861868f6a15dcb33fef7f50f674997322de)
]0;ceph@ceph0: ~/my-clusterceph@ceph0:~/my-cluster$ ceph-deploy mon create ceph0 ceph1 ceph2
[[1mceph_deploy.cli[0m][[1;37mINFO[0m ] Invoked (1.3.2): /usr/bin/ceph-deploy mon create ceph0 ceph1 ceph2
[[1mceph_deploy.mon[0m][[1;34mDEBUG[0m ] Deploying mon, cluster ceph hosts ceph0 ceph1 ceph2
[[1mceph_deploy.mon[0m][[1;34mDEBUG[0m ] detecting platform for host ceph0 ...
[[1mceph0[0m][[1;34mDEBUG[0m ] connected to host: ceph0
[[1mceph0[0m][[1;34mDEBUG[0m ] detect platform information from remote host
[[1mceph0[0m][[1;34mDEBUG[0m ] detect machine type
[[1mceph_deploy.mon[0m][[1;37mINFO[0m ] distro info: Ubuntu 12.04 precise
[[1mceph0[0m][[1;34mDEBUG[0m ] determining if provided host has same hostname in remote
[[1mceph0[0m][[1;34mDEBUG[0m ] get remote short hostname
[[1mceph0[0m][[1;34mDEBUG[0m ] deploying mon to ceph0
[[1mceph0[0m][[1;34mDEBUG[0m ] get remote short hostname
[[1mceph0[0m][[1;34mDEBUG[0m ] remote hostname: ceph0
[[1mceph0[0m][[1;34mDEBUG[0m ] write cluster configuration to /etc/ceph/{cluster}.conf
[[1mceph0[0m][[1;34mDEBUG[0m ] create the mon path if it does not exist
[[1mceph0[0m][[1;34mDEBUG[0m ] checking for done path: /var/lib/ceph/mon/ceph-ceph0/done
[[1mceph0[0m][[1;34mDEBUG[0m ] done path does not exist: /var/lib/ceph/mon/ceph-ceph0/done
[[1mceph0[0m][[1;37mINFO[0m ] creating keyring file: /var/lib/ceph/tmp/ceph-ceph0.mon.keyring
[[1mceph0[0m][[1;34mDEBUG[0m ] create the monitor keyring file
[[1mceph0[0m][[1;37mINFO[0m ] Running command: sudo ceph-mon --cluster ceph --mkfs -i ceph0 --keyring /var/lib/ceph/tmp/ceph-ceph0.mon.keyring
[[1mceph0[0m][[1;34mDEBUG[0m ] ceph-mon: mon.noname-a 192.168.45.222:6789/0 is local, renaming to mon.ceph0
[[1mceph0[0m][[1;34mDEBUG[0m ] ceph-mon: set fsid to 5ee9b196-ef36-46dd-870e-6ef1824b1cd0
[[1mceph0[0m][[1;34mDEBUG[0m ] ceph-mon: created monfs at /var/lib/ceph/mon/ceph-ceph0 for mon.ceph0
[[1mceph0[0m][[1;37mINFO[0m ] unlinking keyring file /var/lib/ceph/tmp/ceph-ceph0.mon.keyring
[[1mceph0[0m][[1;34mDEBUG[0m ] create a done file to avoid re-doing the mon deployment
[[1mceph0[0m][[1;34mDEBUG[0m ] create the init path if it does not exist
[[1mceph0[0m][[1;34mDEBUG[0m ] locating the `service` executable...
[[1mceph0[0m][[1;37mINFO[0m ] Running command: sudo initctl emit ceph-mon cluster=ceph id=ceph0
[[1mceph0[0m][[1;37mINFO[0m ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.ceph0.asok mon_status
[[1mceph0[0m][[1;34mDEBUG[0m ] ********************************************************************************
[[1mceph0[0m][[1;34mDEBUG[0m ] status for monitor: mon.ceph0
[[1mceph0[0m][[1;34mDEBUG[0m ] {
[[1mceph0[0m][[1;34mDEBUG[0m ] "election_epoch": 2,
[[1mceph0[0m][[1;34mDEBUG[0m ] "extra_probe_peers": [],
[[1mceph0[0m][[1;34mDEBUG[0m ] "monmap": {
[[1mceph0[0m][[1;34mDEBUG[0m ] "created": "0.000000",
[[1mceph0[0m][[1;34mDEBUG[0m ] "epoch": 1,
[[1mceph0[0m][[1;34mDEBUG[0m ] "fsid": "5ee9b196-ef36-46dd-870e-6ef1824b1cd0",
[[1mceph0[0m][[1;34mDEBUG[0m ] "modified": "0.000000",
[[1mceph0[0m][[1;34mDEBUG[0m ] "mons": [
[[1mceph0[0m][[1;34mDEBUG[0m ] {
[[1mceph0[0m][[1;34mDEBUG[0m ] "addr": "192.168.45.222:6789/0",
[[1mceph0[0m][[1;34mDEBUG[0m ] "name": "ceph0",
[[1mceph0[0m][[1;34mDEBUG[0m ] "rank": 0
[[1mceph0[0m][[1;34mDEBUG[0m ] }
[[1mceph0[0m][[1;34mDEBUG[0m ] ]
[[1mceph0[0m][[1;34mDEBUG[0m ] },
[[1mceph0[0m][[1;34mDEBUG[0m ] "name": "ceph0",
[[1mceph0[0m][[1;34mDEBUG[0m ] "outside_quorum": [],
[[1mceph0[0m][[1;34mDEBUG[0m ] "quorum": [
[[1mceph0[0m][[1;34mDEBUG[0m ] 0
[[1mceph0[0m][[1;34mDEBUG[0m ] ],
[[1mceph0[0m][[1;34mDEBUG[0m ] "rank": 0,
[[1mceph0[0m][[1;34mDEBUG[0m ] "state": "leader",
[[1mceph0[0m][[1;34mDEBUG[0m ] "sync_provider": []
[[1mceph0[0m][[1;34mDEBUG[0m ] }
[[1mceph0[0m][[1;34mDEBUG[0m ] ********************************************************************************
[[1mceph0[0m][[1;37mINFO[0m ] monitor: mon.ceph0 is running
[[1mceph0[0m][[1;37mINFO[0m ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.ceph0.asok mon_status
[[1mceph_deploy.mon[0m][[1;34mDEBUG[0m ] detecting platform for host ceph1 ...
[[1mceph1[0m][[1;34mDEBUG[0m ] connected to host: ceph1
[[1mceph1[0m][[1;34mDEBUG[0m ] detect platform information from remote host
[[1mceph1[0m][[1;34mDEBUG[0m ] detect machine type
[[1mceph_deploy.mon[0m][[1;37mINFO[0m ] distro info: Ubuntu 12.04 precise
[[1mceph1[0m][[1;34mDEBUG[0m ] determining if provided host has same hostname in remote
[[1mceph1[0m][[1;34mDEBUG[0m ] get remote short hostname
[[1mceph1[0m][[1;34mDEBUG[0m ] deploying mon to ceph1
[[1mceph1[0m][[1;34mDEBUG[0m ] get remote short hostname
[[1mceph1[0m][[1;34mDEBUG[0m ] remote hostname: ceph1
[[1mceph1[0m][[1;34mDEBUG[0m ] write cluster configuration to /etc/ceph/{cluster}.conf
[[1mceph1[0m][[1;34mDEBUG[0m ] create the mon path if it does not exist
[[1mceph1[0m][[1;34mDEBUG[0m ] checking for done path: /var/lib/ceph/mon/ceph-ceph1/done
[[1mceph1[0m][[1;34mDEBUG[0m ] done path does not exist: /var/lib/ceph/mon/ceph-ceph1/done
[[1mceph1[0m][[1;37mINFO[0m ] creating keyring file: /var/lib/ceph/tmp/ceph-ceph1.mon.keyring
[[1mceph1[0m][[1;34mDEBUG[0m ] create the monitor keyring file
[[1mceph1[0m][[1;37mINFO[0m ] Running command: sudo ceph-mon --cluster ceph --mkfs -i ceph1 --keyring /var/lib/ceph/tmp/ceph-ceph1.mon.keyring
[[1mceph1[0m][[1;34mDEBUG[0m ] ceph-mon: set fsid to 5ee9b196-ef36-46dd-870e-6ef1824b1cd0
[[1mceph1[0m][[1;34mDEBUG[0m ] ceph-mon: created monfs at /var/lib/ceph/mon/ceph-ceph1 for mon.ceph1
[[1mceph1[0m][[1;37mINFO[0m ] unlinking keyring file /var/lib/ceph/tmp/ceph-ceph1.mon.keyring
[[1mceph1[0m][[1;34mDEBUG[0m ] create a done file to avoid re-doing the mon deployment
[[1mceph1[0m][[1;34mDEBUG[0m ] create the init path if it does not exist
[[1mceph1[0m][[1;34mDEBUG[0m ] locating the `service` executable...
[[1mceph1[0m][[1;37mINFO[0m ] Running command: sudo initctl emit ceph-mon cluster=ceph id=ceph1
[[1mceph1[0m][[1;37mINFO[0m ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.ceph1.asok mon_status
[[1mceph1[0m][[1;31mERROR[0m ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
[[1mceph1[0m][[1;33mWARNIN[0m] monitor: mon.ceph1, might not be running yet
[[1mceph1[0m][[1;37mINFO[0m ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.ceph1.asok mon_status
[[1mceph1[0m][[1;31mERROR[0m ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
[[1mceph1[0m][[1;33mWARNIN[0m] ceph1 is not defined in `mon initial members`
[[1mceph1[0m][[1;33mWARNIN[0m] monitor ceph1 does not exist in monmap
[[1mceph1[0m][[1;33mWARNIN[0m] neither `public_addr` nor `public_network` keys are defined for monitors
[[1mceph1[0m][[1;33mWARNIN[0m] monitors may not be able to form quorum
[[1mceph_deploy.mon[0m][[1;34mDEBUG[0m ] detecting platform for host ceph2 ...
[[1mceph2[0m][[1;34mDEBUG[0m ] connected to host: ceph2
[[1mceph2[0m][[1;34mDEBUG[0m ] detect platform information from remote host
[[1mceph2[0m][[1;34mDEBUG[0m ] detect machine type
[[1mceph_deploy.mon[0m][[1;37mINFO[0m ] distro info: Ubuntu 12.04 precise
[[1mceph2[0m][[1;34mDEBUG[0m ] determining if provided host has same hostname in remote
[[1mceph2[0m][[1;34mDEBUG[0m ] get remote short hostname
[[1mceph2[0m][[1;34mDEBUG[0m ] deploying mon to ceph2
[[1mceph2[0m][[1;34mDEBUG[0m ] get remote short hostname
[[1mceph2[0m][[1;34mDEBUG[0m ] remote hostname: ceph2
[[1mceph2[0m][[1;34mDEBUG[0m ] write cluster configuration to /etc/ceph/{cluster}.conf
[[1mceph2[0m][[1;34mDEBUG[0m ] create the mon path if it does not exist
[[1mceph2[0m][[1;34mDEBUG[0m ] checking for done path: /var/lib/ceph/mon/ceph-ceph2/done
[[1mceph2[0m][[1;34mDEBUG[0m ] done path does not exist: /var/lib/ceph/mon/ceph-ceph2/done
[[1mceph2[0m][[1;37mINFO[0m ] creating keyring file: /var/lib/ceph/tmp/ceph-ceph2.mon.keyring
[[1mceph2[0m][[1;34mDEBUG[0m ] create the monitor keyring file
[[1mceph2[0m][[1;37mINFO[0m ] Running command: sudo ceph-mon --cluster ceph --mkfs -i ceph2 --keyring /var/lib/ceph/tmp/ceph-ceph2.mon.keyring
[[1mceph2[0m][[1;34mDEBUG[0m ] ceph-mon: set fsid to 5ee9b196-ef36-46dd-870e-6ef1824b1cd0
[[1mceph2[0m][[1;34mDEBUG[0m ] ceph-mon: created monfs at /var/lib/ceph/mon/ceph-ceph2 for mon.ceph2
[[1mceph2[0m][[1;37mINFO[0m ] unlinking keyring file /var/lib/ceph/tmp/ceph-ceph2.mon.keyring
[[1mceph2[0m][[1;34mDEBUG[0m ] create a done file to avoid re-doing the mon deployment
[[1mceph2[0m][[1;34mDEBUG[0m ] create the init path if it does not exist
[[1mceph2[0m][[1;34mDEBUG[0m ] locating the `service` executable...
[[1mceph2[0m][[1;37mINFO[0m ] Running command: sudo initctl emit ceph-mon cluster=ceph id=ceph2
[[1mceph2[0m][[1;37mINFO[0m ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.ceph2.asok mon_status
[[1mceph2[0m][[1;31mERROR[0m ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
[[1mceph2[0m][[1;33mWARNIN[0m] monitor: mon.ceph2, might not be running yet
[[1mceph2[0m][[1;37mINFO[0m ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.ceph2.asok mon_status
[[1mceph2[0m][[1;31mERROR[0m ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
[[1mceph2[0m][[1;33mWARNIN[0m] ceph2 is not defined in `mon initial members`
[[1mceph2[0m][[1;33mWARNIN[0m] monitor ceph2 does not exist in monmap
[[1mceph2[0m][[1;33mWARNIN[0m] neither `public_addr` nor `public_network` keys are defined for monitors
[[1mceph2[0m][[1;33mWARNIN[0m] monitors may not be able to form quorum
]0;ceph@ceph0: ~/my-clusterceph@ceph0:~/my-cluster$ ceph-deploy gatherkeys ceph0 ceph1 ceph2
[[1mceph_deploy.cli[0m][[1;37mINFO[0m ] Invoked (1.3.2): /usr/bin/ceph-deploy gatherkeys ceph0 ceph1 ceph2
[[1mceph_deploy.gatherkeys[0m][[1;34mDEBUG[0m ] Checking ceph0 for /etc/ceph/ceph.client.admin.keyring
[[1mceph0[0m][[1;34mDEBUG[0m ] connected to host: ceph0
[[1mceph0[0m][[1;34mDEBUG[0m ] detect platform information from remote host
[[1mceph0[0m][[1;34mDEBUG[0m ] detect machine type
[[1mceph0[0m][[1;34mDEBUG[0m ] fetch remote file
[[1mceph_deploy.gatherkeys[0m][[1;34mDEBUG[0m ] Got ceph.client.admin.keyring key from ceph0.
[[1mceph_deploy.gatherkeys[0m][[1;34mDEBUG[0m ] Have ceph.mon.keyring
[[1mceph_deploy.gatherkeys[0m][[1;34mDEBUG[0m ] Checking ceph0 for /var/lib/ceph/bootstrap-osd/ceph.keyring
[[1mceph0[0m][[1;34mDEBUG[0m ] connected to host: ceph0
[[1mceph0[0m][[1;34mDEBUG[0m ] detect platform information from remote host
[[1mceph0[0m][[1;34mDEBUG[0m ] detect machine type
[[1mceph0[0m][[1;34mDEBUG[0m ] fetch remote file
[[1mceph_deploy.gatherkeys[0m][[1;34mDEBUG[0m ] Got ceph.bootstrap-osd.keyring key from ceph0.
[[1mceph_deploy.gatherkeys[0m][[1;34mDEBUG[0m ] Checking ceph0 for /var/lib/ceph/bootstrap-mds/ceph.keyring
[[1mceph0[0m][[1;34mDEBUG[0m ] connected to host: ceph0
[[1mceph0[0m][[1;34mDEBUG[0m ] detect platform information from remote host
[[1mceph0[0m][[1;34mDEBUG[0m ] detect machine type
[[1mceph0[0m][[1;34mDEBUG[0m ] fetch remote file
[[1mceph_deploy.gatherkeys[0m][[1;34mDEBUG[0m ] Got ceph.bootstrap-mds.keyring key from ceph0.
]0;ceph@ceph0: ~/my-clusterceph@ceph0:~/my-cluster$ ls -l
total 112
-rw-rw-r-- 1 ceph ceph 72 Dec 6 09:48 ceph.bootstrap-mds.keyring
-rw-rw-r-- 1 ceph ceph 72 Dec 6 09:48 ceph.bootstrap-osd.keyring
-rw-rw-r-- 1 ceph ceph 64 Dec 6 09:48 ceph.client.admin.keyring
-rw-rw-r-- 1 ceph ceph 187 Dec 6 09:40 ceph.conf
-rw-rw-r-- 1 ceph ceph 84390 Dec 6 09:48 ceph.log
-rw-rw-r-- 1 ceph ceph 73 Dec 6 09:40 ceph.mon.keyring
-rw-r--r-- 1 root root 1752 Dec 6 09:41 release.asc
]0;ceph@ceph0: ~/my-clusterceph@ceph0:~/my-cluster$ ceph health
2013-12-06 09:48:41.550270 7f16b6eea700 -1 monclient(hunting): ERROR: missing keyring, cannot use cephx for authentication
2013-12-06 09:48:41.550278 7f16b6eea700 0 librados: client.admin initialization error (2) No such file or directory
Error connecting to cluster: ObjectNotFound
]0;ceph@ceph0: ~/my-clusterceph@ceph0:~/my-cluster$ exit
logout
Connection to ceph0 closed.
wojciech@sandhill:~$ ceph healthssh ceph@ceph0[C[C[1P@ceph0[1P@ceph0[1P@ceph0[1P@ceph0r@ceph0o@ceph0o@ceph0t@ceph0
root@ceph0's password:
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-56-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Fri Dec 6 09:49:03 GMT 2013
System load: 0.04 Processes: 72
Usage of /: 22.1% of 7.37GB Users logged in: 0
Memory usage: 6% IP address for eth0: 192.168.45.222
Swap usage: 0% IP address for eth1: 10.10.10.2
Graph this data and manage this system at https://landscape.canonical.com/
Last login: Mon Nov 25 14:49:26 2013 from elham.dil.private.cimr.cam.ac.uk
]0;root@ceph0: ~root@ceph0:~# ceph health
HEALTH_ERR 192 pgs stuck inactive; 192 pgs stuck unclean; no osds
]0;root@ceph0: ~root@ceph0:~# ceph health[K[K[K[K[K[Kstatus
cluster 5ee9b196-ef36-46dd-870e-6ef1824b1cd0
health HEALTH_ERR 192 pgs stuck inactive; 192 pgs stuck unclean; no osds
monmap e1: 1 mons at {ceph0=192.168.45.222:6789/0}, election epoch 2, quorum 0 ceph0
osdmap e1: 0 osds: 0 up, 0 in
pgmap v2: 192 pgs, 3 pools, 0 bytes data, 0 objects
0 kB used, 0 kB / 0 kB avail
192 creating
]0;root@ceph0: ~root@ceph0:~# su - ceph
]0;ceph@ceph0: ~ceph@ceph0:~$ ceph status
2013-12-06 09:49:32.135462 7f3783ef7700 -1 monclient(hunting): ERROR: missing keyring, cannot use cephx for authentication
2013-12-06 09:49:32.135470 7f3783ef7700 0 librados: client.admin initialization error (2) No such file or directory
Error connecting to cluster: ObjectNotFound
]0;ceph@ceph0: ~ceph@ceph0:~$ exit
logout
]0;root@ceph0: ~root@ceph0:~# exit
logout
Connection to ceph0 closed.
wojciech@sandhill:~$ exit
exit
Script done on Fri 06 Dec 2013 09:49:43 GMT
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com