installation help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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:~$ ssssh 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:~$ 
]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@ceph10
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@ceph01
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@ceph12
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 ceph01
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 ceph12
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
[ceph_deploy.cli][INFO  ] Invoked (1.3.2): /usr/bin/ceph-deploy new ceph0
[ceph_deploy.new][DEBUG ] Creating new cluster named ceph
[ceph_deploy.new][DEBUG ] Resolving host ceph0
[ceph_deploy.new][DEBUG ] Monitor ceph0 at 192.168.45.222
[ceph_deploy.new][INFO  ] making sure passwordless SSH succeeds
[ceph_deploy.new][DEBUG ] Monitor initial members are ['ceph0']
[ceph_deploy.new][DEBUG ] Monitor addrs are ['192.168.45.222']
[ceph_deploy.new][DEBUG ] Creating a random mon key...
[ceph_deploy.new][DEBUG ] Writing initial config to ceph.conf...
[ceph_deploy.new][DEBUG ] 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
[ceph_deploy.cli][INFO  ] Invoked (1.3.2): /usr/bin/ceph-deploy install ceph0 ceph1 ceph2
[ceph_deploy.install][DEBUG ] Installing stable version emperor on cluster ceph hosts ceph0 ceph1 ceph2
[ceph_deploy.install][DEBUG ] Detecting platform for host ceph0 ...
[ceph0][DEBUG ] connected to host: ceph0 
[ceph0][DEBUG ] detect platform information from remote host
[ceph0][DEBUG ] detect machine type
[ceph_deploy.install][INFO  ] Distro info: Ubuntu 12.04 precise
[ceph0][INFO  ] installing ceph on ceph0
[ceph0][INFO  ] Running command: sudo env DEBIAN_FRONTEND=noninteractive apt-get -q install --assume-yes ca-certificates
[ceph0][DEBUG ] Reading package lists...
[ceph0][DEBUG ] Building dependency tree...
[ceph0][DEBUG ] Reading state information...
[ceph0][DEBUG ] ca-certificates is already the newest version.
[ceph0][DEBUG ] 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[ceph0][INFO  ] Running command: sudo wget -q -O release.asc https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
[ceph0][INFO  ] Running command: sudo apt-key add release.asc
[ceph0][DEBUG ] OK
[ceph0][DEBUG ] add ceph deb repo to sources.list
[ceph0][INFO  ] Running command: sudo apt-get -q update
[ceph0][ERROR ] 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)
[ceph0][ERROR ] 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)
[ceph0][ERROR ] W: You may want to run apt-get update to correct these problems
[ceph0][DEBUG ] Hit http://archive.canonical.com precise Release.gpg
[ceph0][DEBUG ] Get:1 http://security.ubuntu.com precise-security Release.gpg [198 B]
[ceph0][DEBUG ] Hit http://archive.canonical.com precise Release
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise Release.gpg
[ceph0][DEBUG ] Get:2 http://gb.archive.ubuntu.com precise-updates Release.gpg [198 B]
[ceph0][DEBUG ] Get:3 http://security.ubuntu.com precise-security Release [49.6 kB]
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise Release
[ceph0][DEBUG ] Get:4 http://gb.archive.ubuntu.com precise-updates Release [49.6 kB]
[ceph0][DEBUG ] Hit http://archive.canonical.com precise/partner Sources
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/main Sources
[ceph0][DEBUG ] Hit http://archive.canonical.com precise/partner amd64 Packages
[ceph0][DEBUG ] Hit http://archive.canonical.com precise/partner i386 Packages
[ceph0][DEBUG ] Ign http://archive.canonical.com precise/partner TranslationIndex
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/restricted Sources
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/universe Sources
[ceph0][DEBUG ] Get:5 http://security.ubuntu.com precise-security/main Sources [93.9 kB]
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/multiverse Sources
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/main amd64 Packages
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/restricted amd64 Packages
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/universe amd64 Packages
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/multiverse amd64 Packages
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/main i386 Packages
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/restricted i386 Packages
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/universe i386 Packages
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/multiverse i386 Packages
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/main TranslationIndex
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/multiverse TranslationIndex
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/restricted TranslationIndex
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/universe TranslationIndex
[ceph0][DEBUG ] Get:6 http://gb.archive.ubuntu.com precise-updates/main Sources [428 kB]
[ceph0][DEBUG ] Get:7 http://gb.archive.ubuntu.com precise-updates/restricted Sources [7006 B]
[ceph0][DEBUG ] Get:8 http://gb.archive.ubuntu.com precise-updates/universe Sources [101 kB]
[ceph0][DEBUG ] Get:9 http://gb.archive.ubuntu.com precise-updates/multiverse Sources [8812 B]
[ceph0][DEBUG ] Get:10 http://gb.archive.ubuntu.com precise-updates/main amd64 Packages [715 kB]
[ceph0][DEBUG ] Get:11 http://ceph.com precise Release.gpg [836 B]
[ceph0][DEBUG ] Ign http://archive.canonical.com precise/partner Translation-en
[ceph0][DEBUG ] Get:12 http://security.ubuntu.com precise-security/restricted Sources [2494 B]
[ceph0][DEBUG ] Get:13 http://security.ubuntu.com precise-security/universe Sources [29.9 kB]
[ceph0][DEBUG ] Get:14 http://gb.archive.ubuntu.com precise-updates/restricted amd64 Packages [11.5 kB]
[ceph0][DEBUG ] Get:15 http://gb.archive.ubuntu.com precise-updates/universe amd64 Packages [224 kB]
[ceph0][DEBUG ] Get:16 http://security.ubuntu.com precise-security/multiverse Sources [1797 B]
[ceph0][DEBUG ] Get:17 http://security.ubuntu.com precise-security/main amd64 Packages [347 kB]
[ceph0][DEBUG ] Get:18 http://gb.archive.ubuntu.com precise-updates/multiverse amd64 Packages [14.2 kB]
[ceph0][DEBUG ] Get:19 http://gb.archive.ubuntu.com precise-updates/main i386 Packages [737 kB]
[ceph0][DEBUG ] Get:20 http://gb.archive.ubuntu.com precise-updates/restricted i386 Packages [11.4 kB]
[ceph0][DEBUG ] Get:21 http://gb.archive.ubuntu.com precise-updates/universe i386 Packages [229 kB]
[ceph0][DEBUG ] Get:22 http://gb.archive.ubuntu.com precise-updates/multiverse i386 Packages [14.4 kB]
[ceph0][DEBUG ] Get:23 http://gb.archive.ubuntu.com precise-updates/main TranslationIndex [3564 B]
[ceph0][DEBUG ] Get:24 http://gb.archive.ubuntu.com precise-updates/multiverse TranslationIndex [2605 B]
[ceph0][DEBUG ] Get:25 http://gb.archive.ubuntu.com precise-updates/restricted TranslationIndex [2461 B]
[ceph0][DEBUG ] Get:26 http://gb.archive.ubuntu.com precise-updates/universe TranslationIndex [2850 B]
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/main Translation-en
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/multiverse Translation-en
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/restricted Translation-en
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise/universe Translation-en
[ceph0][DEBUG ] Get:27 http://gb.archive.ubuntu.com precise-updates/main Translation-en [322 kB]
[ceph0][DEBUG ] Get:28 http://ceph.com precise Release [5985 B]
[ceph0][DEBUG ] Get:29 http://gb.archive.ubuntu.com precise-updates/multiverse Translation-en [8293 B]
[ceph0][DEBUG ] Hit http://gb.archive.ubuntu.com precise-updates/restricted Translation-en
[ceph0][DEBUG ] Get:30 http://gb.archive.ubuntu.com precise-updates/universe Translation-en [132 kB]
[ceph0][DEBUG ] Get:31 http://security.ubuntu.com precise-security/restricted amd64 Packages [4627 B]
[ceph0][DEBUG ] Get:32 http://security.ubuntu.com precise-security/universe amd64 Packages [85.4 kB]
[ceph0][DEBUG ] Get:33 http://security.ubuntu.com precise-security/multiverse amd64 Packages [2439 B]
[ceph0][DEBUG ] Get:34 http://security.ubuntu.com precise-security/main i386 Packages [367 kB]
[ceph0][DEBUG ] Get:35 http://security.ubuntu.com precise-security/restricted i386 Packages [4620 B]
[ceph0][DEBUG ] Get:36 http://security.ubuntu.com precise-security/universe i386 Packages [89.5 kB]
[ceph0][DEBUG ] Get:37 http://ceph.com precise/main Sources [628 B]
[ceph0][DEBUG ] Get:38 http://security.ubuntu.com precise-security/multiverse i386 Packages [2635 B]
[ceph0][DEBUG ] Get:39 http://security.ubuntu.com precise-security/main TranslationIndex [74 B]
[ceph0][DEBUG ] Get:40 http://security.ubuntu.com precise-security/multiverse TranslationIndex [72 B]
[ceph0][DEBUG ] Get:41 http://security.ubuntu.com precise-security/restricted TranslationIndex [72 B]
[ceph0][DEBUG ] Get:42 http://security.ubuntu.com precise-security/universe TranslationIndex [73 B]
[ceph0][DEBUG ] Get:43 http://security.ubuntu.com precise-security/main Translation-en [163 kB]
[ceph0][DEBUG ] Hit http://security.ubuntu.com precise-security/multiverse Translation-en
[ceph0][DEBUG ] Hit http://security.ubuntu.com precise-security/restricted Translation-en
[ceph0][DEBUG ] Get:44 http://security.ubuntu.com precise-security/universe Translation-en [54.3 kB]
[ceph0][DEBUG ] Get:45 http://ceph.com precise/main amd64 Packages [7054 B]
[ceph0][DEBUG ] Get:46 http://ceph.com precise/main i386 Packages [6289 B]
[ceph0][DEBUG ] Ign http://ceph.com precise/main TranslationIndex
[ceph0][DEBUG ] Ign http://ceph.com precise/main Translation-en
[ceph0][DEBUG ] Fetched 4344 kB in 2s (1784 kB/s)
[ceph0][DEBUG ] Reading package lists...
[ceph0][INFO  ] 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
[ceph0][DEBUG ] Reading package lists...
[ceph0][DEBUG ] Building dependency tree...
[ceph0][DEBUG ] Reading state information...
[ceph0][DEBUG ] The following extra packages will be installed:
[ceph0][DEBUG ]   cryptsetup-bin libaio1 libboost-thread1.46.1 libcryptsetup4
[ceph0][DEBUG ]   libgoogle-perftools0 libicu48 librados2 librbd1 libsnappy1
[ceph0][DEBUG ]   libtcmalloc-minimal0 libunwind7 python-ceph python-flask python-jinja2
[ceph0][DEBUG ]   python-markupsafe python-requests python-werkzeug
[ceph0][DEBUG ] Suggested packages:
[ceph0][DEBUG ]   python-jinja2-doc ipython python-genshi python-lxml python-memcache
[ceph0][DEBUG ]   libjs-sphinxdoc
[ceph0][DEBUG ] Recommended packages:
[ceph0][DEBUG ]   btrfs-tools ceph-fuse libcephfs1 python-gevent
[ceph0][DEBUG ] The following NEW packages will be installed:
[ceph0][DEBUG ]   ceph ceph-common ceph-fs-common ceph-mds cryptsetup-bin gdisk libaio1
[ceph0][DEBUG ]   libboost-thread1.46.1 libcryptsetup4 libgoogle-perftools0 libicu48 librados2
[ceph0][DEBUG ]   librbd1 libsnappy1 libtcmalloc-minimal0 libunwind7 python-ceph python-flask
[ceph0][DEBUG ]   python-jinja2 python-markupsafe python-requests python-werkzeug
[ceph0][DEBUG ] 0 upgraded, 22 newly installed, 0 to remove and 15 not upgraded.
[ceph0][DEBUG ] Need to get 45.0 MB of archives.
[ceph0][DEBUG ] After this operation, 198 MB of additional disk space will be used.
[ceph0][DEBUG ] Get:1 http://gb.archive.ubuntu.com/ubuntu/ precise/main libaio1 amd64 0.3.109-2ubuntu1 [6396 B]
[ceph0][DEBUG ] Get:2 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libboost-thread1.46.1 amd64 1.46.1-7ubuntu3 [39.5 kB]
[ceph0][DEBUG ] Get:3 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libtcmalloc-minimal0 amd64 1.7-1ubuntu1 [147 kB]
[ceph0][DEBUG ] Get:4 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libunwind7 amd64 0.99-0.3ubuntu1 [49.6 kB]
[ceph0][DEBUG ] Get:5 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libgoogle-perftools0 amd64 1.7-1ubuntu1 [386 kB]
[ceph0][DEBUG ] Get:6 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-werkzeug all 0.8.1+dfsg-1 [1321 kB]
[ceph0][DEBUG ] Get:7 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-markupsafe amd64 0.15-1 [13.6 kB]
[ceph0][DEBUG ] Get:8 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-jinja2 amd64 2.6-1 [158 kB]
[ceph0][DEBUG ] Get:9 http://gb.archive.ubuntu.com/ubuntu/ precise/universe python-flask all 0.8-1 [71.2 kB]
[ceph0][DEBUG ] Get:10 http://gb.archive.ubuntu.com/ubuntu/ precise/universe python-requests all 0.8.2-1 [49.0 kB]
[ceph0][DEBUG ] Get:11 http://gb.archive.ubuntu.com/ubuntu/ precise/main libcryptsetup4 amd64 2:1.4.1-2ubuntu4 [55.8 kB]
[ceph0][DEBUG ] Get:12 http://gb.archive.ubuntu.com/ubuntu/ precise/main cryptsetup-bin amd64 2:1.4.1-2ubuntu4 [32.2 kB]
[ceph0][DEBUG ] Get:13 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libicu48 amd64 4.8.1.1-3ubuntu0.1 [8105 kB]
[ceph0][DEBUG ] Get:14 http://ceph.com/debian-emperor/ precise/main librados2 amd64 0.72.1-1precise [1711 kB]
[ceph0][DEBUG ] Get:15 http://gb.archive.ubuntu.com/ubuntu/ precise/universe gdisk amd64 0.8.1-1build1 [300 kB]
[ceph0][DEBUG ] Get:16 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libsnappy1 amd64 1.0.4-1build1 [12.8 kB]
[ceph0][DEBUG ] Get:17 http://ceph.com/debian-emperor/ precise/main librbd1 amd64 0.72.1-1precise [385 kB]
[ceph0][DEBUG ] Get:18 http://ceph.com/debian-emperor/ precise/main python-ceph amd64 0.72.1-1precise [41.2 kB]
[ceph0][DEBUG ] Get:19 http://ceph.com/debian-emperor/ precise/main ceph-common amd64 0.72.1-1precise [5958 kB]
[ceph0][DEBUG ] Get:20 http://ceph.com/debian-emperor/ precise/main ceph amd64 0.72.1-1precise [23.5 MB]
[ceph0][DEBUG ] Get:21 http://ceph.com/debian-emperor/ precise/main ceph-fs-common amd64 0.72.1-1precise [28.1 kB]
[ceph0][DEBUG ] Get:22 http://ceph.com/debian-emperor/ precise/main ceph-mds amd64 0.72.1-1precise [2640 kB]
[ceph0][DEBUG ] Fetched 45.0 MB in 9s (4748 kB/s)
[ceph0][DEBUG ] Selecting previously unselected package libaio1.
[ceph0][DEBUG ] (Reading database ... 58139 files and directories currently installed.)
[ceph0][DEBUG ] Unpacking libaio1 (from .../libaio1_0.3.109-2ubuntu1_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package libboost-thread1.46.1.
[ceph0][DEBUG ] Unpacking libboost-thread1.46.1 (from .../libboost-thread1.46.1_1.46.1-7ubuntu3_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package librados2.
[ceph0][DEBUG ] Unpacking librados2 (from .../librados2_0.72.1-1precise_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package librbd1.
[ceph0][DEBUG ] Unpacking librbd1 (from .../librbd1_0.72.1-1precise_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package libtcmalloc-minimal0.
[ceph0][DEBUG ] Unpacking libtcmalloc-minimal0 (from .../libtcmalloc-minimal0_1.7-1ubuntu1_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package libunwind7.
[ceph0][DEBUG ] Unpacking libunwind7 (from .../libunwind7_0.99-0.3ubuntu1_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package libgoogle-perftools0.
[ceph0][DEBUG ] Unpacking libgoogle-perftools0 (from .../libgoogle-perftools0_1.7-1ubuntu1_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package python-werkzeug.
[ceph0][DEBUG ] Unpacking python-werkzeug (from .../python-werkzeug_0.8.1+dfsg-1_all.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package python-markupsafe.
[ceph0][DEBUG ] Unpacking python-markupsafe (from .../python-markupsafe_0.15-1_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package python-jinja2.
[ceph0][DEBUG ] Unpacking python-jinja2 (from .../python-jinja2_2.6-1_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package python-flask.
[ceph0][DEBUG ] Unpacking python-flask (from .../python-flask_0.8-1_all.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package python-requests.
[ceph0][DEBUG ] Unpacking python-requests (from .../python-requests_0.8.2-1_all.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package python-ceph.
[ceph0][DEBUG ] Unpacking python-ceph (from .../python-ceph_0.72.1-1precise_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package ceph-common.
[ceph0][DEBUG ] Unpacking ceph-common (from .../ceph-common_0.72.1-1precise_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package libcryptsetup4.
[ceph0][DEBUG ] Unpacking libcryptsetup4 (from .../libcryptsetup4_2%3a1.4.1-2ubuntu4_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package cryptsetup-bin.
[ceph0][DEBUG ] Unpacking cryptsetup-bin (from .../cryptsetup-bin_2%3a1.4.1-2ubuntu4_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package libicu48.
[ceph0][DEBUG ] Unpacking libicu48 (from .../libicu48_4.8.1.1-3ubuntu0.1_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package gdisk.
[ceph0][DEBUG ] Unpacking gdisk (from .../gdisk_0.8.1-1build1_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package libsnappy1.
[ceph0][DEBUG ] Unpacking libsnappy1 (from .../libsnappy1_1.0.4-1build1_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package ceph.
[ceph0][DEBUG ] Unpacking ceph (from .../ceph_0.72.1-1precise_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package ceph-fs-common.
[ceph0][DEBUG ] Unpacking ceph-fs-common (from .../ceph-fs-common_0.72.1-1precise_amd64.deb) ...
[ceph0][DEBUG ] Selecting previously unselected package ceph-mds.
[ceph0][DEBUG ] Unpacking ceph-mds (from .../ceph-mds_0.72.1-1precise_amd64.deb) ...
[ceph0][DEBUG ] Processing triggers for man-db ...
[ceph0][DEBUG ] Processing triggers for ureadahead ...
[ceph0][DEBUG ] ureadahead will be reprofiled on next reboot
[ceph0][DEBUG ] Setting up libaio1 (0.3.109-2ubuntu1) ...
[ceph0][DEBUG ] Setting up libboost-thread1.46.1 (1.46.1-7ubuntu3) ...
[ceph0][DEBUG ] Setting up librados2 (0.72.1-1precise) ...
[ceph0][DEBUG ] Setting up librbd1 (0.72.1-1precise) ...
[ceph0][DEBUG ] Setting up libtcmalloc-minimal0 (1.7-1ubuntu1) ...
[ceph0][DEBUG ] Setting up libunwind7 (0.99-0.3ubuntu1) ...
[ceph0][DEBUG ] Setting up libgoogle-perftools0 (1.7-1ubuntu1) ...
[ceph0][DEBUG ] Setting up python-werkzeug (0.8.1+dfsg-1) ...
[ceph0][DEBUG ] Setting up python-markupsafe (0.15-1) ...
[ceph0][DEBUG ] Setting up python-jinja2 (2.6-1) ...
[ceph0][DEBUG ] Setting up python-flask (0.8-1) ...
[ceph0][DEBUG ] Setting up python-requests (0.8.2-1) ...
[ceph0][DEBUG ] Setting up python-ceph (0.72.1-1precise) ...
[ceph0][DEBUG ] Setting up ceph-common (0.72.1-1precise) ...
[ceph0][DEBUG ] Setting up libcryptsetup4 (2:1.4.1-2ubuntu4) ...
[ceph0][DEBUG ] Setting up cryptsetup-bin (2:1.4.1-2ubuntu4) ...
[ceph0][DEBUG ] Setting up libicu48 (4.8.1.1-3ubuntu0.1) ...
[ceph0][DEBUG ] Setting up gdisk (0.8.1-1build1) ...
[ceph0][DEBUG ] Setting up libsnappy1 (1.0.4-1build1) ...
[ceph0][DEBUG ] Setting up ceph (0.72.1-1precise) ...
[ceph0][DEBUG ] ceph-all start/running
[ceph0][DEBUG ] Setting up ceph-fs-common (0.72.1-1precise) ...
[ceph0][DEBUG ] Setting up ceph-mds (0.72.1-1precise) ...
[ceph0][DEBUG ] ceph-mds-all start/running
[ceph0][DEBUG ] Processing triggers for libc-bin ...
[ceph0][DEBUG ] ldconfig deferred processing now taking place
[ceph0][INFO  ] Running command: sudo ceph --version
[ceph0][DEBUG ] ceph version 0.72.1 (4d923861868f6a15dcb33fef7f50f674997322de)
[ceph_deploy.install][DEBUG ] Detecting platform for host ceph1 ...
[ceph1][DEBUG ] connected to host: ceph1 
[ceph1][DEBUG ] detect platform information from remote host
[ceph1][DEBUG ] detect machine type
[ceph_deploy.install][INFO  ] Distro info: Ubuntu 12.04 precise
[ceph1][INFO  ] installing ceph on ceph1
[ceph1][INFO  ] Running command: sudo env DEBIAN_FRONTEND=noninteractive apt-get -q install --assume-yes ca-certificates
[ceph1][DEBUG ] Reading package lists...
[ceph1][DEBUG ] Building dependency tree...
[ceph1][DEBUG ] Reading state information...
[ceph1][DEBUG ] ca-certificates is already the newest version.
[ceph1][DEBUG ] 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[ceph1][INFO  ] Running command: sudo wget -q -O release.asc https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
[ceph1][INFO  ] Running command: sudo apt-key add release.asc
[ceph1][DEBUG ] OK
[ceph1][DEBUG ] add ceph deb repo to sources.list
[ceph1][INFO  ] Running command: sudo apt-get -q update
[ceph1][ERROR ] 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)
[ceph1][ERROR ] 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)
[ceph1][ERROR ] W: You may want to run apt-get update to correct these problems
[ceph1][DEBUG ] Hit http://archive.canonical.com precise Release.gpg
[ceph1][DEBUG ] Hit http://archive.canonical.com precise Release
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise Release.gpg
[ceph1][DEBUG ] Get:1 http://gb.archive.ubuntu.com precise-updates Release.gpg [198 B]
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise Release
[ceph1][DEBUG ] Get:2 http://gb.archive.ubuntu.com precise-updates Release [49.6 kB]
[ceph1][DEBUG ] Hit http://archive.canonical.com precise/partner Sources
[ceph1][DEBUG ] Hit http://archive.canonical.com precise/partner amd64 Packages
[ceph1][DEBUG ] Hit http://archive.canonical.com precise/partner i386 Packages
[ceph1][DEBUG ] Ign http://archive.canonical.com precise/partner TranslationIndex
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/main Sources
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/restricted Sources
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/universe Sources
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/multiverse Sources
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/main amd64 Packages
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/restricted amd64 Packages
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/universe amd64 Packages
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/multiverse amd64 Packages
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/main i386 Packages
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/restricted i386 Packages
[ceph1][DEBUG ] Get:3 http://security.ubuntu.com precise-security Release.gpg [198 B]
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/universe i386 Packages
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/multiverse i386 Packages
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/main TranslationIndex
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/multiverse TranslationIndex
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/restricted TranslationIndex
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/universe TranslationIndex
[ceph1][DEBUG ] Get:4 http://gb.archive.ubuntu.com precise-updates/main Sources [428 kB]
[ceph1][DEBUG ] Ign http://archive.canonical.com precise/partner Translation-en
[ceph1][DEBUG ] Get:5 http://ceph.com precise Release.gpg [836 B]
[ceph1][DEBUG ] Get:6 http://security.ubuntu.com precise-security Release [49.6 kB]
[ceph1][DEBUG ] Get:7 http://gb.archive.ubuntu.com precise-updates/restricted Sources [7006 B]
[ceph1][DEBUG ] Get:8 http://gb.archive.ubuntu.com precise-updates/universe Sources [101 kB]
[ceph1][DEBUG ] Get:9 http://gb.archive.ubuntu.com precise-updates/multiverse Sources [8812 B]
[ceph1][DEBUG ] Get:10 http://gb.archive.ubuntu.com precise-updates/main amd64 Packages [715 kB]
[ceph1][DEBUG ] Get:11 http://gb.archive.ubuntu.com precise-updates/restricted amd64 Packages [11.5 kB]
[ceph1][DEBUG ] Get:12 http://gb.archive.ubuntu.com precise-updates/universe amd64 Packages [224 kB]
[ceph1][DEBUG ] Get:13 http://gb.archive.ubuntu.com precise-updates/multiverse amd64 Packages [14.2 kB]
[ceph1][DEBUG ] Get:14 http://gb.archive.ubuntu.com precise-updates/main i386 Packages [737 kB]
[ceph1][DEBUG ] Get:15 http://ceph.com precise Release [5985 B]
[ceph1][DEBUG ] Get:16 http://gb.archive.ubuntu.com precise-updates/restricted i386 Packages [11.4 kB]
[ceph1][DEBUG ] Get:17 http://gb.archive.ubuntu.com precise-updates/universe i386 Packages [229 kB]
[ceph1][DEBUG ] Get:18 http://gb.archive.ubuntu.com precise-updates/multiverse i386 Packages [14.4 kB]
[ceph1][DEBUG ] Get:19 http://gb.archive.ubuntu.com precise-updates/main TranslationIndex [3564 B]
[ceph1][DEBUG ] Get:20 http://gb.archive.ubuntu.com precise-updates/multiverse TranslationIndex [2605 B]
[ceph1][DEBUG ] Get:21 http://gb.archive.ubuntu.com precise-updates/restricted TranslationIndex [2461 B]
[ceph1][DEBUG ] Get:22 http://gb.archive.ubuntu.com precise-updates/universe TranslationIndex [2850 B]
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/main Translation-en
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/multiverse Translation-en
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/restricted Translation-en
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise/universe Translation-en
[ceph1][DEBUG ] Get:23 http://gb.archive.ubuntu.com precise-updates/main Translation-en [322 kB]
[ceph1][DEBUG ] Get:24 http://gb.archive.ubuntu.com precise-updates/multiverse Translation-en [8293 B]
[ceph1][DEBUG ] Hit http://gb.archive.ubuntu.com precise-updates/restricted Translation-en
[ceph1][DEBUG ] Get:25 http://gb.archive.ubuntu.com precise-updates/universe Translation-en [132 kB]
[ceph1][DEBUG ] Get:26 http://security.ubuntu.com precise-security/main Sources [93.9 kB]
[ceph1][DEBUG ] Get:27 http://ceph.com precise/main Sources [628 B]
[ceph1][DEBUG ] Get:28 http://ceph.com precise/main amd64 Packages [7054 B]
[ceph1][DEBUG ] Get:29 http://security.ubuntu.com precise-security/restricted Sources [2494 B]
[ceph1][DEBUG ] Get:30 http://security.ubuntu.com precise-security/universe Sources [29.9 kB]
[ceph1][DEBUG ] Get:31 http://security.ubuntu.com precise-security/multiverse Sources [1797 B]
[ceph1][DEBUG ] Get:32 http://ceph.com precise/main i386 Packages [6289 B]
[ceph1][DEBUG ] Ign http://ceph.com precise/main TranslationIndex
[ceph1][DEBUG ] Get:33 http://security.ubuntu.com precise-security/main amd64 Packages [347 kB]
[ceph1][DEBUG ] Get:34 http://security.ubuntu.com precise-security/restricted amd64 Packages [4627 B]
[ceph1][DEBUG ] Get:35 http://security.ubuntu.com precise-security/universe amd64 Packages [85.4 kB]
[ceph1][DEBUG ] Get:36 http://security.ubuntu.com precise-security/multiverse amd64 Packages [2439 B]
[ceph1][DEBUG ] Get:37 http://security.ubuntu.com precise-security/main i386 Packages [367 kB]
[ceph1][DEBUG ] Get:38 http://security.ubuntu.com precise-security/restricted i386 Packages [4620 B]
[ceph1][DEBUG ] Get:39 http://security.ubuntu.com precise-security/universe i386 Packages [89.5 kB]
[ceph1][DEBUG ] Get:40 http://security.ubuntu.com precise-security/multiverse i386 Packages [2635 B]
[ceph1][DEBUG ] Get:41 http://security.ubuntu.com precise-security/main TranslationIndex [74 B]
[ceph1][DEBUG ] Get:42 http://security.ubuntu.com precise-security/multiverse TranslationIndex [72 B]
[ceph1][DEBUG ] Get:43 http://security.ubuntu.com precise-security/restricted TranslationIndex [72 B]
[ceph1][DEBUG ] Get:44 http://security.ubuntu.com precise-security/universe TranslationIndex [73 B]
[ceph1][DEBUG ] Get:45 http://security.ubuntu.com precise-security/main Translation-en [163 kB]
[ceph1][DEBUG ] Hit http://security.ubuntu.com precise-security/multiverse Translation-en
[ceph1][DEBUG ] Hit http://security.ubuntu.com precise-security/restricted Translation-en
[ceph1][DEBUG ] Get:46 http://security.ubuntu.com precise-security/universe Translation-en [54.3 kB]
[ceph1][DEBUG ] Ign http://ceph.com precise/main Translation-en
[ceph1][DEBUG ] Fetched 4344 kB in 3s (1090 kB/s)
[ceph1][DEBUG ] Reading package lists...
[ceph1][INFO  ] 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
[ceph1][DEBUG ] Reading package lists...
[ceph1][DEBUG ] Building dependency tree...
[ceph1][DEBUG ] Reading state information...
[ceph1][DEBUG ] The following extra packages will be installed:
[ceph1][DEBUG ]   cryptsetup-bin libaio1 libboost-thread1.46.1 libcryptsetup4
[ceph1][DEBUG ]   libgoogle-perftools0 libicu48 librados2 librbd1 libsnappy1
[ceph1][DEBUG ]   libtcmalloc-minimal0 libunwind7 python-ceph python-flask python-jinja2
[ceph1][DEBUG ]   python-markupsafe python-requests python-werkzeug
[ceph1][DEBUG ] Suggested packages:
[ceph1][DEBUG ]   python-jinja2-doc ipython python-genshi python-lxml python-memcache
[ceph1][DEBUG ]   libjs-sphinxdoc
[ceph1][DEBUG ] Recommended packages:
[ceph1][DEBUG ]   btrfs-tools ceph-fuse libcephfs1 python-gevent
[ceph1][DEBUG ] The following NEW packages will be installed:
[ceph1][DEBUG ]   ceph ceph-common ceph-fs-common ceph-mds cryptsetup-bin gdisk libaio1
[ceph1][DEBUG ]   libboost-thread1.46.1 libcryptsetup4 libgoogle-perftools0 libicu48 librados2
[ceph1][DEBUG ]   librbd1 libsnappy1 libtcmalloc-minimal0 libunwind7 python-ceph python-flask
[ceph1][DEBUG ]   python-jinja2 python-markupsafe python-requests python-werkzeug
[ceph1][DEBUG ] 0 upgraded, 22 newly installed, 0 to remove and 15 not upgraded.
[ceph1][DEBUG ] Need to get 45.0 MB of archives.
[ceph1][DEBUG ] After this operation, 198 MB of additional disk space will be used.
[ceph1][DEBUG ] Get:1 http://gb.archive.ubuntu.com/ubuntu/ precise/main libaio1 amd64 0.3.109-2ubuntu1 [6396 B]
[ceph1][DEBUG ] Get:2 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libboost-thread1.46.1 amd64 1.46.1-7ubuntu3 [39.5 kB]
[ceph1][DEBUG ] Get:3 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libtcmalloc-minimal0 amd64 1.7-1ubuntu1 [147 kB]
[ceph1][DEBUG ] Get:4 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libunwind7 amd64 0.99-0.3ubuntu1 [49.6 kB]
[ceph1][DEBUG ] Get:5 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libgoogle-perftools0 amd64 1.7-1ubuntu1 [386 kB]
[ceph1][DEBUG ] Get:6 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-werkzeug all 0.8.1+dfsg-1 [1321 kB]
[ceph1][DEBUG ] Get:7 http://ceph.com/debian-emperor/ precise/main librados2 amd64 0.72.1-1precise [1711 kB]
[ceph1][DEBUG ] Get:8 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-markupsafe amd64 0.15-1 [13.6 kB]
[ceph1][DEBUG ] Get:9 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-jinja2 amd64 2.6-1 [158 kB]
[ceph1][DEBUG ] Get:10 http://gb.archive.ubuntu.com/ubuntu/ precise/universe python-flask all 0.8-1 [71.2 kB]
[ceph1][DEBUG ] Get:11 http://gb.archive.ubuntu.com/ubuntu/ precise/universe python-requests all 0.8.2-1 [49.0 kB]
[ceph1][DEBUG ] Get:12 http://gb.archive.ubuntu.com/ubuntu/ precise/main libcryptsetup4 amd64 2:1.4.1-2ubuntu4 [55.8 kB]
[ceph1][DEBUG ] Get:13 http://gb.archive.ubuntu.com/ubuntu/ precise/main cryptsetup-bin amd64 2:1.4.1-2ubuntu4 [32.2 kB]
[ceph1][DEBUG ] Get:14 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libicu48 amd64 4.8.1.1-3ubuntu0.1 [8105 kB]
[ceph1][DEBUG ] Get:15 http://gb.archive.ubuntu.com/ubuntu/ precise/universe gdisk amd64 0.8.1-1build1 [300 kB]
[ceph1][DEBUG ] Get:16 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libsnappy1 amd64 1.0.4-1build1 [12.8 kB]
[ceph1][DEBUG ] Get:17 http://ceph.com/debian-emperor/ precise/main librbd1 amd64 0.72.1-1precise [385 kB]
[ceph1][DEBUG ] Get:18 http://ceph.com/debian-emperor/ precise/main python-ceph amd64 0.72.1-1precise [41.2 kB]
[ceph1][DEBUG ] Get:19 http://ceph.com/debian-emperor/ precise/main ceph-common amd64 0.72.1-1precise [5958 kB]
[ceph1][DEBUG ] Get:20 http://ceph.com/debian-emperor/ precise/main ceph amd64 0.72.1-1precise [23.5 MB]
[ceph1][DEBUG ] Get:21 http://ceph.com/debian-emperor/ precise/main ceph-fs-common amd64 0.72.1-1precise [28.1 kB]
[ceph1][DEBUG ] Get:22 http://ceph.com/debian-emperor/ precise/main ceph-mds amd64 0.72.1-1precise [2640 kB]
[ceph1][DEBUG ] Fetched 45.0 MB in 9s (4972 kB/s)
[ceph1][DEBUG ] Selecting previously unselected package libaio1.
[ceph1][DEBUG ] (Reading database ... 58139 files and directories currently installed.)
[ceph1][DEBUG ] Unpacking libaio1 (from .../libaio1_0.3.109-2ubuntu1_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package libboost-thread1.46.1.
[ceph1][DEBUG ] Unpacking libboost-thread1.46.1 (from .../libboost-thread1.46.1_1.46.1-7ubuntu3_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package librados2.
[ceph1][DEBUG ] Unpacking librados2 (from .../librados2_0.72.1-1precise_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package librbd1.
[ceph1][DEBUG ] Unpacking librbd1 (from .../librbd1_0.72.1-1precise_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package libtcmalloc-minimal0.
[ceph1][DEBUG ] Unpacking libtcmalloc-minimal0 (from .../libtcmalloc-minimal0_1.7-1ubuntu1_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package libunwind7.
[ceph1][DEBUG ] Unpacking libunwind7 (from .../libunwind7_0.99-0.3ubuntu1_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package libgoogle-perftools0.
[ceph1][DEBUG ] Unpacking libgoogle-perftools0 (from .../libgoogle-perftools0_1.7-1ubuntu1_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package python-werkzeug.
[ceph1][DEBUG ] Unpacking python-werkzeug (from .../python-werkzeug_0.8.1+dfsg-1_all.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package python-markupsafe.
[ceph1][DEBUG ] Unpacking python-markupsafe (from .../python-markupsafe_0.15-1_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package python-jinja2.
[ceph1][DEBUG ] Unpacking python-jinja2 (from .../python-jinja2_2.6-1_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package python-flask.
[ceph1][DEBUG ] Unpacking python-flask (from .../python-flask_0.8-1_all.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package python-requests.
[ceph1][DEBUG ] Unpacking python-requests (from .../python-requests_0.8.2-1_all.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package python-ceph.
[ceph1][DEBUG ] Unpacking python-ceph (from .../python-ceph_0.72.1-1precise_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package ceph-common.
[ceph1][DEBUG ] Unpacking ceph-common (from .../ceph-common_0.72.1-1precise_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package libcryptsetup4.
[ceph1][DEBUG ] Unpacking libcryptsetup4 (from .../libcryptsetup4_2%3a1.4.1-2ubuntu4_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package cryptsetup-bin.
[ceph1][DEBUG ] Unpacking cryptsetup-bin (from .../cryptsetup-bin_2%3a1.4.1-2ubuntu4_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package libicu48.
[ceph1][DEBUG ] Unpacking libicu48 (from .../libicu48_4.8.1.1-3ubuntu0.1_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package gdisk.
[ceph1][DEBUG ] Unpacking gdisk (from .../gdisk_0.8.1-1build1_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package libsnappy1.
[ceph1][DEBUG ] Unpacking libsnappy1 (from .../libsnappy1_1.0.4-1build1_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package ceph.
[ceph1][DEBUG ] Unpacking ceph (from .../ceph_0.72.1-1precise_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package ceph-fs-common.
[ceph1][DEBUG ] Unpacking ceph-fs-common (from .../ceph-fs-common_0.72.1-1precise_amd64.deb) ...
[ceph1][DEBUG ] Selecting previously unselected package ceph-mds.
[ceph1][DEBUG ] Unpacking ceph-mds (from .../ceph-mds_0.72.1-1precise_amd64.deb) ...
[ceph1][DEBUG ] Processing triggers for man-db ...
[ceph1][DEBUG ] Processing triggers for ureadahead ...
[ceph1][DEBUG ] ureadahead will be reprofiled on next reboot
[ceph1][DEBUG ] Setting up libaio1 (0.3.109-2ubuntu1) ...
[ceph1][DEBUG ] Setting up libboost-thread1.46.1 (1.46.1-7ubuntu3) ...
[ceph1][DEBUG ] Setting up librados2 (0.72.1-1precise) ...
[ceph1][DEBUG ] Setting up librbd1 (0.72.1-1precise) ...
[ceph1][DEBUG ] Setting up libtcmalloc-minimal0 (1.7-1ubuntu1) ...
[ceph1][DEBUG ] Setting up libunwind7 (0.99-0.3ubuntu1) ...
[ceph1][DEBUG ] Setting up libgoogle-perftools0 (1.7-1ubuntu1) ...
[ceph1][DEBUG ] Setting up python-werkzeug (0.8.1+dfsg-1) ...
[ceph1][DEBUG ] Setting up python-markupsafe (0.15-1) ...
[ceph1][DEBUG ] Setting up python-jinja2 (2.6-1) ...
[ceph1][DEBUG ] Setting up python-flask (0.8-1) ...
[ceph1][DEBUG ] Setting up python-requests (0.8.2-1) ...
[ceph1][DEBUG ] Setting up python-ceph (0.72.1-1precise) ...
[ceph1][DEBUG ] Setting up ceph-common (0.72.1-1precise) ...
[ceph1][DEBUG ] Setting up libcryptsetup4 (2:1.4.1-2ubuntu4) ...
[ceph1][DEBUG ] Setting up cryptsetup-bin (2:1.4.1-2ubuntu4) ...
[ceph1][DEBUG ] Setting up libicu48 (4.8.1.1-3ubuntu0.1) ...
[ceph1][DEBUG ] Setting up gdisk (0.8.1-1build1) ...
[ceph1][DEBUG ] Setting up libsnappy1 (1.0.4-1build1) ...
[ceph1][DEBUG ] Setting up ceph (0.72.1-1precise) ...
[ceph1][DEBUG ] ceph-all start/running
[ceph1][DEBUG ] Setting up ceph-fs-common (0.72.1-1precise) ...
[ceph1][DEBUG ] Setting up ceph-mds (0.72.1-1precise) ...
[ceph1][DEBUG ] ceph-mds-all start/running
[ceph1][DEBUG ] Processing triggers for libc-bin ...
[ceph1][DEBUG ] ldconfig deferred processing now taking place
[ceph1][INFO  ] Running command: sudo ceph --version
[ceph1][DEBUG ] ceph version 0.72.1 (4d923861868f6a15dcb33fef7f50f674997322de)
[ceph_deploy.install][DEBUG ] Detecting platform for host ceph2 ...
[ceph2][DEBUG ] connected to host: ceph2 
[ceph2][DEBUG ] detect platform information from remote host
[ceph2][DEBUG ] detect machine type
[ceph_deploy.install][INFO  ] Distro info: Ubuntu 12.04 precise
[ceph2][INFO  ] installing ceph on ceph2
[ceph2][INFO  ] Running command: sudo env DEBIAN_FRONTEND=noninteractive apt-get -q install --assume-yes ca-certificates
[ceph2][DEBUG ] Reading package lists...
[ceph2][DEBUG ] Building dependency tree...
[ceph2][DEBUG ] Reading state information...
[ceph2][DEBUG ] ca-certificates is already the newest version.
[ceph2][DEBUG ] 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[ceph2][INFO  ] Running command: sudo wget -q -O release.asc https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
[ceph2][INFO  ] Running command: sudo apt-key add release.asc
[ceph2][DEBUG ] OK
[ceph2][DEBUG ] add ceph deb repo to sources.list
[ceph2][INFO  ] Running command: sudo apt-get -q update
[ceph2][ERROR ] 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)
[ceph2][ERROR ] 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)
[ceph2][ERROR ] W: You may want to run apt-get update to correct these problems
[ceph2][DEBUG ] Hit http://archive.canonical.com precise Release.gpg
[ceph2][DEBUG ] Hit http://archive.canonical.com precise Release
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise Release.gpg
[ceph2][DEBUG ] Get:1 http://gb.archive.ubuntu.com precise-updates Release.gpg [198 B]
[ceph2][DEBUG ] Get:2 http://security.ubuntu.com precise-security Release.gpg [198 B]
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise Release
[ceph2][DEBUG ] Get:3 http://security.ubuntu.com precise-security Release [49.6 kB]
[ceph2][DEBUG ] Get:4 http://gb.archive.ubuntu.com precise-updates Release [49.6 kB]
[ceph2][DEBUG ] Hit http://archive.canonical.com precise/partner Sources
[ceph2][DEBUG ] Hit http://archive.canonical.com precise/partner amd64 Packages
[ceph2][DEBUG ] Hit http://archive.canonical.com precise/partner i386 Packages
[ceph2][DEBUG ] Ign http://archive.canonical.com precise/partner TranslationIndex
[ceph2][DEBUG ] Get:5 http://security.ubuntu.com precise-security/main Sources [93.9 kB]
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/main Sources
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/restricted Sources
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/universe Sources
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/multiverse Sources
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/main amd64 Packages
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/restricted amd64 Packages
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/universe amd64 Packages
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/multiverse amd64 Packages
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/main i386 Packages
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/restricted i386 Packages
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/universe i386 Packages
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/multiverse i386 Packages
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/main TranslationIndex
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/multiverse TranslationIndex
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/restricted TranslationIndex
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/universe TranslationIndex
[ceph2][DEBUG ] Get:6 http://gb.archive.ubuntu.com precise-updates/main Sources [428 kB]
[ceph2][DEBUG ] Ign http://archive.canonical.com precise/partner Translation-en
[ceph2][DEBUG ] Get:7 http://security.ubuntu.com precise-security/restricted Sources [2494 B]
[ceph2][DEBUG ] Get:8 http://security.ubuntu.com precise-security/universe Sources [29.9 kB]
[ceph2][DEBUG ] Get:9 http://security.ubuntu.com precise-security/multiverse Sources [1797 B]
[ceph2][DEBUG ] Get:10 http://security.ubuntu.com precise-security/main amd64 Packages [347 kB]
[ceph2][DEBUG ] Get:11 http://gb.archive.ubuntu.com precise-updates/restricted Sources [7006 B]
[ceph2][DEBUG ] Get:12 http://gb.archive.ubuntu.com precise-updates/universe Sources [101 kB]
[ceph2][DEBUG ] Get:13 http://ceph.com precise Release.gpg [836 B]
[ceph2][DEBUG ] Get:14 http://gb.archive.ubuntu.com precise-updates/multiverse Sources [8812 B]
[ceph2][DEBUG ] Get:15 http://gb.archive.ubuntu.com precise-updates/main amd64 Packages [715 kB]
[ceph2][DEBUG ] Get:16 http://security.ubuntu.com precise-security/restricted amd64 Packages [4627 B]
[ceph2][DEBUG ] Get:17 http://security.ubuntu.com precise-security/universe amd64 Packages [85.4 kB]
[ceph2][DEBUG ] Get:18 http://security.ubuntu.com precise-security/multiverse amd64 Packages [2439 B]
[ceph2][DEBUG ] Get:19 http://security.ubuntu.com precise-security/main i386 Packages [367 kB]
[ceph2][DEBUG ] Get:20 http://gb.archive.ubuntu.com precise-updates/restricted amd64 Packages [11.5 kB]
[ceph2][DEBUG ] Get:21 http://gb.archive.ubuntu.com precise-updates/universe amd64 Packages [224 kB]
[ceph2][DEBUG ] Get:22 http://security.ubuntu.com precise-security/restricted i386 Packages [4620 B]
[ceph2][DEBUG ] Get:23 http://security.ubuntu.com precise-security/universe i386 Packages [89.5 kB]
[ceph2][DEBUG ] Get:24 http://security.ubuntu.com precise-security/multiverse i386 Packages [2635 B]
[ceph2][DEBUG ] Get:25 http://security.ubuntu.com precise-security/main TranslationIndex [74 B]
[ceph2][DEBUG ] Get:26 http://security.ubuntu.com precise-security/multiverse TranslationIndex [72 B]
[ceph2][DEBUG ] Get:27 http://gb.archive.ubuntu.com precise-updates/multiverse amd64 Packages [14.2 kB]
[ceph2][DEBUG ] Get:28 http://security.ubuntu.com precise-security/restricted TranslationIndex [72 B]
[ceph2][DEBUG ] Get:29 http://security.ubuntu.com precise-security/universe TranslationIndex [73 B]
[ceph2][DEBUG ] Get:30 http://gb.archive.ubuntu.com precise-updates/main i386 Packages [737 kB]
[ceph2][DEBUG ] Get:31 http://security.ubuntu.com precise-security/main Translation-en [163 kB]
[ceph2][DEBUG ] Hit http://security.ubuntu.com precise-security/multiverse Translation-en
[ceph2][DEBUG ] Hit http://security.ubuntu.com precise-security/restricted Translation-en
[ceph2][DEBUG ] Get:32 http://security.ubuntu.com precise-security/universe Translation-en [54.3 kB]
[ceph2][DEBUG ] Get:33 http://gb.archive.ubuntu.com precise-updates/restricted i386 Packages [11.4 kB]
[ceph2][DEBUG ] Get:34 http://gb.archive.ubuntu.com precise-updates/universe i386 Packages [229 kB]
[ceph2][DEBUG ] Get:35 http://ceph.com precise Release [5985 B]
[ceph2][DEBUG ] Get:36 http://gb.archive.ubuntu.com precise-updates/multiverse i386 Packages [14.4 kB]
[ceph2][DEBUG ] Get:37 http://gb.archive.ubuntu.com precise-updates/main TranslationIndex [3564 B]
[ceph2][DEBUG ] Get:38 http://gb.archive.ubuntu.com precise-updates/multiverse TranslationIndex [2605 B]
[ceph2][DEBUG ] Get:39 http://gb.archive.ubuntu.com precise-updates/restricted TranslationIndex [2461 B]
[ceph2][DEBUG ] Get:40 http://gb.archive.ubuntu.com precise-updates/universe TranslationIndex [2850 B]
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/main Translation-en
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/multiverse Translation-en
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/restricted Translation-en
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise/universe Translation-en
[ceph2][DEBUG ] Get:41 http://gb.archive.ubuntu.com precise-updates/main Translation-en [322 kB]
[ceph2][DEBUG ] Get:42 http://gb.archive.ubuntu.com precise-updates/multiverse Translation-en [8293 B]
[ceph2][DEBUG ] Hit http://gb.archive.ubuntu.com precise-updates/restricted Translation-en
[ceph2][DEBUG ] Get:43 http://gb.archive.ubuntu.com precise-updates/universe Translation-en [132 kB]
[ceph2][DEBUG ] Get:44 http://ceph.com precise/main Sources [628 B]
[ceph2][DEBUG ] Get:45 http://ceph.com precise/main amd64 Packages [7054 B]
[ceph2][DEBUG ] Get:46 http://ceph.com precise/main i386 Packages [6289 B]
[ceph2][DEBUG ] Ign http://ceph.com precise/main TranslationIndex
[ceph2][DEBUG ] Ign http://ceph.com precise/main Translation-en
[ceph2][DEBUG ] Fetched 4344 kB in 3s (1091 kB/s)
[ceph2][DEBUG ] Reading package lists...
[ceph2][INFO  ] 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
[ceph2][DEBUG ] Reading package lists...
[ceph2][DEBUG ] Building dependency tree...
[ceph2][DEBUG ] Reading state information...
[ceph2][DEBUG ] The following extra packages will be installed:
[ceph2][DEBUG ]   cryptsetup-bin libaio1 libboost-thread1.46.1 libcryptsetup4
[ceph2][DEBUG ]   libgoogle-perftools0 libicu48 librados2 librbd1 libsnappy1
[ceph2][DEBUG ]   libtcmalloc-minimal0 libunwind7 python-ceph python-flask python-jinja2
[ceph2][DEBUG ]   python-markupsafe python-requests python-werkzeug
[ceph2][DEBUG ] Suggested packages:
[ceph2][DEBUG ]   python-jinja2-doc ipython python-genshi python-lxml python-memcache
[ceph2][DEBUG ]   libjs-sphinxdoc
[ceph2][DEBUG ] Recommended packages:
[ceph2][DEBUG ]   btrfs-tools ceph-fuse libcephfs1 python-gevent
[ceph2][DEBUG ] The following NEW packages will be installed:
[ceph2][DEBUG ]   ceph ceph-common ceph-fs-common ceph-mds cryptsetup-bin gdisk libaio1
[ceph2][DEBUG ]   libboost-thread1.46.1 libcryptsetup4 libgoogle-perftools0 libicu48 librados2
[ceph2][DEBUG ]   librbd1 libsnappy1 libtcmalloc-minimal0 libunwind7 python-ceph python-flask
[ceph2][DEBUG ]   python-jinja2 python-markupsafe python-requests python-werkzeug
[ceph2][DEBUG ] 0 upgraded, 22 newly installed, 0 to remove and 15 not upgraded.
[ceph2][DEBUG ] Need to get 45.0 MB of archives.
[ceph2][DEBUG ] After this operation, 198 MB of additional disk space will be used.
[ceph2][DEBUG ] Get:1 http://gb.archive.ubuntu.com/ubuntu/ precise/main libaio1 amd64 0.3.109-2ubuntu1 [6396 B]
[ceph2][DEBUG ] Get:2 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libboost-thread1.46.1 amd64 1.46.1-7ubuntu3 [39.5 kB]
[ceph2][DEBUG ] Get:3 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libtcmalloc-minimal0 amd64 1.7-1ubuntu1 [147 kB]
[ceph2][DEBUG ] Get:4 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libunwind7 amd64 0.99-0.3ubuntu1 [49.6 kB]
[ceph2][DEBUG ] Get:5 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libgoogle-perftools0 amd64 1.7-1ubuntu1 [386 kB]
[ceph2][DEBUG ] Get:6 http://ceph.com/debian-emperor/ precise/main librados2 amd64 0.72.1-1precise [1711 kB]
[ceph2][DEBUG ] Get:7 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-werkzeug all 0.8.1+dfsg-1 [1321 kB]
[ceph2][DEBUG ] Get:8 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-markupsafe amd64 0.15-1 [13.6 kB]
[ceph2][DEBUG ] Get:9 http://gb.archive.ubuntu.com/ubuntu/ precise/main python-jinja2 amd64 2.6-1 [158 kB]
[ceph2][DEBUG ] Get:10 http://gb.archive.ubuntu.com/ubuntu/ precise/universe python-flask all 0.8-1 [71.2 kB]
[ceph2][DEBUG ] Get:11 http://gb.archive.ubuntu.com/ubuntu/ precise/universe python-requests all 0.8.2-1 [49.0 kB]
[ceph2][DEBUG ] Get:12 http://gb.archive.ubuntu.com/ubuntu/ precise/main libcryptsetup4 amd64 2:1.4.1-2ubuntu4 [55.8 kB]
[ceph2][DEBUG ] Get:13 http://gb.archive.ubuntu.com/ubuntu/ precise/main cryptsetup-bin amd64 2:1.4.1-2ubuntu4 [32.2 kB]
[ceph2][DEBUG ] Get:14 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libicu48 amd64 4.8.1.1-3ubuntu0.1 [8105 kB]
[ceph2][DEBUG ] Get:15 http://ceph.com/debian-emperor/ precise/main librbd1 amd64 0.72.1-1precise [385 kB]
[ceph2][DEBUG ] Get:16 http://ceph.com/debian-emperor/ precise/main python-ceph amd64 0.72.1-1precise [41.2 kB]
[ceph2][DEBUG ] Get:17 http://ceph.com/debian-emperor/ precise/main ceph-common amd64 0.72.1-1precise [5958 kB]
[ceph2][DEBUG ] Get:18 http://gb.archive.ubuntu.com/ubuntu/ precise/universe gdisk amd64 0.8.1-1build1 [300 kB]
[ceph2][DEBUG ] Get:19 http://gb.archive.ubuntu.com/ubuntu/ precise/universe libsnappy1 amd64 1.0.4-1build1 [12.8 kB]
[ceph2][DEBUG ] Get:20 http://ceph.com/debian-emperor/ precise/main ceph amd64 0.72.1-1precise [23.5 MB]
[ceph2][DEBUG ] Get:21 http://ceph.com/debian-emperor/ precise/main ceph-fs-common amd64 0.72.1-1precise [28.1 kB]
[ceph2][DEBUG ] Get:22 http://ceph.com/debian-emperor/ precise/main ceph-mds amd64 0.72.1-1precise [2640 kB]
[ceph2][DEBUG ] Fetched 45.0 MB in 7s (5723 kB/s)
[ceph2][DEBUG ] Selecting previously unselected package libaio1.
[ceph2][DEBUG ] (Reading database ... 58139 files and directories currently installed.)
[ceph2][DEBUG ] Unpacking libaio1 (from .../libaio1_0.3.109-2ubuntu1_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package libboost-thread1.46.1.
[ceph2][DEBUG ] Unpacking libboost-thread1.46.1 (from .../libboost-thread1.46.1_1.46.1-7ubuntu3_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package librados2.
[ceph2][DEBUG ] Unpacking librados2 (from .../librados2_0.72.1-1precise_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package librbd1.
[ceph2][DEBUG ] Unpacking librbd1 (from .../librbd1_0.72.1-1precise_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package libtcmalloc-minimal0.
[ceph2][DEBUG ] Unpacking libtcmalloc-minimal0 (from .../libtcmalloc-minimal0_1.7-1ubuntu1_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package libunwind7.
[ceph2][DEBUG ] Unpacking libunwind7 (from .../libunwind7_0.99-0.3ubuntu1_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package libgoogle-perftools0.
[ceph2][DEBUG ] Unpacking libgoogle-perftools0 (from .../libgoogle-perftools0_1.7-1ubuntu1_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package python-werkzeug.
[ceph2][DEBUG ] Unpacking python-werkzeug (from .../python-werkzeug_0.8.1+dfsg-1_all.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package python-markupsafe.
[ceph2][DEBUG ] Unpacking python-markupsafe (from .../python-markupsafe_0.15-1_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package python-jinja2.
[ceph2][DEBUG ] Unpacking python-jinja2 (from .../python-jinja2_2.6-1_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package python-flask.
[ceph2][DEBUG ] Unpacking python-flask (from .../python-flask_0.8-1_all.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package python-requests.
[ceph2][DEBUG ] Unpacking python-requests (from .../python-requests_0.8.2-1_all.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package python-ceph.
[ceph2][DEBUG ] Unpacking python-ceph (from .../python-ceph_0.72.1-1precise_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package ceph-common.
[ceph2][DEBUG ] Unpacking ceph-common (from .../ceph-common_0.72.1-1precise_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package libcryptsetup4.
[ceph2][DEBUG ] Unpacking libcryptsetup4 (from .../libcryptsetup4_2%3a1.4.1-2ubuntu4_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package cryptsetup-bin.
[ceph2][DEBUG ] Unpacking cryptsetup-bin (from .../cryptsetup-bin_2%3a1.4.1-2ubuntu4_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package libicu48.
[ceph2][DEBUG ] Unpacking libicu48 (from .../libicu48_4.8.1.1-3ubuntu0.1_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package gdisk.
[ceph2][DEBUG ] Unpacking gdisk (from .../gdisk_0.8.1-1build1_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package libsnappy1.
[ceph2][DEBUG ] Unpacking libsnappy1 (from .../libsnappy1_1.0.4-1build1_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package ceph.
[ceph2][DEBUG ] Unpacking ceph (from .../ceph_0.72.1-1precise_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package ceph-fs-common.
[ceph2][DEBUG ] Unpacking ceph-fs-common (from .../ceph-fs-common_0.72.1-1precise_amd64.deb) ...
[ceph2][DEBUG ] Selecting previously unselected package ceph-mds.
[ceph2][DEBUG ] Unpacking ceph-mds (from .../ceph-mds_0.72.1-1precise_amd64.deb) ...
[ceph2][DEBUG ] Processing triggers for man-db ...
[ceph2][DEBUG ] Processing triggers for ureadahead ...
[ceph2][DEBUG ] ureadahead will be reprofiled on next reboot
[ceph2][DEBUG ] Setting up libaio1 (0.3.109-2ubuntu1) ...
[ceph2][DEBUG ] Setting up libboost-thread1.46.1 (1.46.1-7ubuntu3) ...
[ceph2][DEBUG ] Setting up librados2 (0.72.1-1precise) ...
[ceph2][DEBUG ] Setting up librbd1 (0.72.1-1precise) ...
[ceph2][DEBUG ] Setting up libtcmalloc-minimal0 (1.7-1ubuntu1) ...
[ceph2][DEBUG ] Setting up libunwind7 (0.99-0.3ubuntu1) ...
[ceph2][DEBUG ] Setting up libgoogle-perftools0 (1.7-1ubuntu1) ...
[ceph2][DEBUG ] Setting up python-werkzeug (0.8.1+dfsg-1) ...
[ceph2][DEBUG ] Setting up python-markupsafe (0.15-1) ...
[ceph2][DEBUG ] Setting up python-jinja2 (2.6-1) ...
[ceph2][DEBUG ] Setting up python-flask (0.8-1) ...
[ceph2][DEBUG ] Setting up python-requests (0.8.2-1) ...
[ceph2][DEBUG ] Setting up python-ceph (0.72.1-1precise) ...
[ceph2][DEBUG ] Setting up ceph-common (0.72.1-1precise) ...
[ceph2][DEBUG ] Setting up libcryptsetup4 (2:1.4.1-2ubuntu4) ...
[ceph2][DEBUG ] Setting up cryptsetup-bin (2:1.4.1-2ubuntu4) ...
[ceph2][DEBUG ] Setting up libicu48 (4.8.1.1-3ubuntu0.1) ...
[ceph2][DEBUG ] Setting up gdisk (0.8.1-1build1) ...
[ceph2][DEBUG ] Setting up libsnappy1 (1.0.4-1build1) ...
[ceph2][DEBUG ] Setting up ceph (0.72.1-1precise) ...
[ceph2][DEBUG ] ceph-all start/running
[ceph2][DEBUG ] Setting up ceph-fs-common (0.72.1-1precise) ...
[ceph2][DEBUG ] Setting up ceph-mds (0.72.1-1precise) ...
[ceph2][DEBUG ] ceph-mds-all start/running
[ceph2][DEBUG ] Processing triggers for libc-bin ...
[ceph2][DEBUG ] ldconfig deferred processing now taking place
[ceph2][INFO  ] Running command: sudo ceph --version
[ceph2][DEBUG ] ceph version 0.72.1 (4d923861868f6a15dcb33fef7f50f674997322de)
]0;ceph@ceph0: ~/my-clusterceph@ceph0:~/my-cluster$ ceph-deploy mon create ceph0 ceph1 ceph2
[ceph_deploy.cli][INFO  ] Invoked (1.3.2): /usr/bin/ceph-deploy mon create ceph0 ceph1 ceph2
[ceph_deploy.mon][DEBUG ] Deploying mon, cluster ceph hosts ceph0 ceph1 ceph2
[ceph_deploy.mon][DEBUG ] detecting platform for host ceph0 ...
[ceph0][DEBUG ] connected to host: ceph0 
[ceph0][DEBUG ] detect platform information from remote host
[ceph0][DEBUG ] detect machine type
[ceph_deploy.mon][INFO  ] distro info: Ubuntu 12.04 precise
[ceph0][DEBUG ] determining if provided host has same hostname in remote
[ceph0][DEBUG ] get remote short hostname
[ceph0][DEBUG ] deploying mon to ceph0
[ceph0][DEBUG ] get remote short hostname
[ceph0][DEBUG ] remote hostname: ceph0
[ceph0][DEBUG ] write cluster configuration to /etc/ceph/{cluster}.conf
[ceph0][DEBUG ] create the mon path if it does not exist
[ceph0][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-ceph0/done
[ceph0][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-ceph0/done
[ceph0][INFO  ] creating keyring file: /var/lib/ceph/tmp/ceph-ceph0.mon.keyring
[ceph0][DEBUG ] create the monitor keyring file
[ceph0][INFO  ] Running command: sudo ceph-mon --cluster ceph --mkfs -i ceph0 --keyring /var/lib/ceph/tmp/ceph-ceph0.mon.keyring
[ceph0][DEBUG ] ceph-mon: mon.noname-a 192.168.45.222:6789/0 is local, renaming to mon.ceph0
[ceph0][DEBUG ] ceph-mon: set fsid to 5ee9b196-ef36-46dd-870e-6ef1824b1cd0
[ceph0][DEBUG ] ceph-mon: created monfs at /var/lib/ceph/mon/ceph-ceph0 for mon.ceph0
[ceph0][INFO  ] unlinking keyring file /var/lib/ceph/tmp/ceph-ceph0.mon.keyring
[ceph0][DEBUG ] create a done file to avoid re-doing the mon deployment
[ceph0][DEBUG ] create the init path if it does not exist
[ceph0][DEBUG ] locating the `service` executable...
[ceph0][INFO  ] Running command: sudo initctl emit ceph-mon cluster=ceph id=ceph0
[ceph0][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.ceph0.asok mon_status
[ceph0][DEBUG ] ********************************************************************************
[ceph0][DEBUG ] status for monitor: mon.ceph0
[ceph0][DEBUG ] {
[ceph0][DEBUG ]   "election_epoch": 2, 
[ceph0][DEBUG ]   "extra_probe_peers": [], 
[ceph0][DEBUG ]   "monmap": {
[ceph0][DEBUG ]     "created": "0.000000", 
[ceph0][DEBUG ]     "epoch": 1, 
[ceph0][DEBUG ]     "fsid": "5ee9b196-ef36-46dd-870e-6ef1824b1cd0", 
[ceph0][DEBUG ]     "modified": "0.000000", 
[ceph0][DEBUG ]     "mons": [
[ceph0][DEBUG ]       {
[ceph0][DEBUG ]         "addr": "192.168.45.222:6789/0", 
[ceph0][DEBUG ]         "name": "ceph0", 
[ceph0][DEBUG ]         "rank": 0
[ceph0][DEBUG ]       }
[ceph0][DEBUG ]     ]
[ceph0][DEBUG ]   }, 
[ceph0][DEBUG ]   "name": "ceph0", 
[ceph0][DEBUG ]   "outside_quorum": [], 
[ceph0][DEBUG ]   "quorum": [
[ceph0][DEBUG ]     0
[ceph0][DEBUG ]   ], 
[ceph0][DEBUG ]   "rank": 0, 
[ceph0][DEBUG ]   "state": "leader", 
[ceph0][DEBUG ]   "sync_provider": []
[ceph0][DEBUG ] }
[ceph0][DEBUG ] ********************************************************************************
[ceph0][INFO  ] monitor: mon.ceph0 is running
[ceph0][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.ceph0.asok mon_status
[ceph_deploy.mon][DEBUG ] detecting platform for host ceph1 ...
[ceph1][DEBUG ] connected to host: ceph1 
[ceph1][DEBUG ] detect platform information from remote host
[ceph1][DEBUG ] detect machine type
[ceph_deploy.mon][INFO  ] distro info: Ubuntu 12.04 precise
[ceph1][DEBUG ] determining if provided host has same hostname in remote
[ceph1][DEBUG ] get remote short hostname
[ceph1][DEBUG ] deploying mon to ceph1
[ceph1][DEBUG ] get remote short hostname
[ceph1][DEBUG ] remote hostname: ceph1
[ceph1][DEBUG ] write cluster configuration to /etc/ceph/{cluster}.conf
[ceph1][DEBUG ] create the mon path if it does not exist
[ceph1][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-ceph1/done
[ceph1][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-ceph1/done
[ceph1][INFO  ] creating keyring file: /var/lib/ceph/tmp/ceph-ceph1.mon.keyring
[ceph1][DEBUG ] create the monitor keyring file
[ceph1][INFO  ] Running command: sudo ceph-mon --cluster ceph --mkfs -i ceph1 --keyring /var/lib/ceph/tmp/ceph-ceph1.mon.keyring
[ceph1][DEBUG ] ceph-mon: set fsid to 5ee9b196-ef36-46dd-870e-6ef1824b1cd0
[ceph1][DEBUG ] ceph-mon: created monfs at /var/lib/ceph/mon/ceph-ceph1 for mon.ceph1
[ceph1][INFO  ] unlinking keyring file /var/lib/ceph/tmp/ceph-ceph1.mon.keyring
[ceph1][DEBUG ] create a done file to avoid re-doing the mon deployment
[ceph1][DEBUG ] create the init path if it does not exist
[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
[ceph_deploy.mon][DEBUG ] detecting platform for host ceph2 ...
[ceph2][DEBUG ] connected to host: ceph2 
[ceph2][DEBUG ] detect platform information from remote host
[ceph2][DEBUG ] detect machine type
[ceph_deploy.mon][INFO  ] distro info: Ubuntu 12.04 precise
[ceph2][DEBUG ] determining if provided host has same hostname in remote
[ceph2][DEBUG ] get remote short hostname
[ceph2][DEBUG ] deploying mon to ceph2
[ceph2][DEBUG ] get remote short hostname
[ceph2][DEBUG ] remote hostname: ceph2
[ceph2][DEBUG ] write cluster configuration to /etc/ceph/{cluster}.conf
[ceph2][DEBUG ] create the mon path if it does not exist
[ceph2][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-ceph2/done
[ceph2][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-ceph2/done
[ceph2][INFO  ] creating keyring file: /var/lib/ceph/tmp/ceph-ceph2.mon.keyring
[ceph2][DEBUG ] create the monitor keyring file
[ceph2][INFO  ] Running command: sudo ceph-mon --cluster ceph --mkfs -i ceph2 --keyring /var/lib/ceph/tmp/ceph-ceph2.mon.keyring
[ceph2][DEBUG ] ceph-mon: set fsid to 5ee9b196-ef36-46dd-870e-6ef1824b1cd0
[ceph2][DEBUG ] ceph-mon: created monfs at /var/lib/ceph/mon/ceph-ceph2 for mon.ceph2
[ceph2][INFO  ] unlinking keyring file /var/lib/ceph/tmp/ceph-ceph2.mon.keyring
[ceph2][DEBUG ] create a done file to avoid re-doing the mon deployment
[ceph2][DEBUG ] create the init path if it does not exist
[ceph2][DEBUG ] locating the `service` executable...
[ceph2][INFO  ] Running command: sudo initctl emit ceph-mon cluster=ceph id=ceph2
[ceph2][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.ceph2.asok mon_status
[ceph2][ERROR ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
[ceph2][WARNIN] monitor: mon.ceph2, might not be running yet
[ceph2][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.ceph2.asok mon_status
[ceph2][ERROR ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
[ceph2][WARNIN] ceph2 is not defined in `mon initial members`
[ceph2][WARNIN] monitor ceph2 does not exist in monmap
[ceph2][WARNIN] neither `public_addr` nor `public_network` keys are defined for monitors
[ceph2][WARNIN] monitors may not be able to form quorum
]0;ceph@ceph0: ~/my-clusterceph@ceph0:~/my-cluster$ ceph-deploy gatherkeys ceph0 ceph1 ceph2
[ceph_deploy.cli][INFO  ] Invoked (1.3.2): /usr/bin/ceph-deploy gatherkeys ceph0 ceph1 ceph2
[ceph_deploy.gatherkeys][DEBUG ] Checking ceph0 for /etc/ceph/ceph.client.admin.keyring
[ceph0][DEBUG ] connected to host: ceph0 
[ceph0][DEBUG ] detect platform information from remote host
[ceph0][DEBUG ] detect machine type
[ceph0][DEBUG ] fetch remote file
[ceph_deploy.gatherkeys][DEBUG ] Got ceph.client.admin.keyring key from ceph0.
[ceph_deploy.gatherkeys][DEBUG ] Have ceph.mon.keyring
[ceph_deploy.gatherkeys][DEBUG ] Checking ceph0 for /var/lib/ceph/bootstrap-osd/ceph.keyring
[ceph0][DEBUG ] connected to host: ceph0 
[ceph0][DEBUG ] detect platform information from remote host
[ceph0][DEBUG ] detect machine type
[ceph0][DEBUG ] fetch remote file
[ceph_deploy.gatherkeys][DEBUG ] Got ceph.bootstrap-osd.keyring key from ceph0.
[ceph_deploy.gatherkeys][DEBUG ] Checking ceph0 for /var/lib/ceph/bootstrap-mds/ceph.keyring
[ceph0][DEBUG ] connected to host: ceph0 
[ceph0][DEBUG ] detect platform information from remote host
[ceph0][DEBUG ] detect machine type
[ceph0][DEBUG ] fetch remote file
[ceph_deploy.gatherkeys][DEBUG ] 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@ceph0@ceph0@ceph0@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 healthstatus
    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

[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux