Hi all,

Context :
Ceph : Firefly 0.80.6
Sandbox Platform  : Ubuntu 12.04 LTS, 5 VM (VMware), 3 mons, 10 osd


Issue:
I created an erasure-coded pool using the default profile 
--> ceph osd pool create ecpool 128 128 erasure default
the erasure-code rule was dynamically created and associated to the pool.
root@p-sbceph14:/etc/ceph# ceph osd crush rule dump erasure-code
{ "rule_id": 7,
  "rule_name": "erasure-code",
  "ruleset": 52,
  "type": 3,
  "min_size": 3,
  "max_size": 20,
  "steps": [
        { "op": "set_chooseleaf_tries",
          "num": 5},
        { "op": "take",
          "item": -1,
          "item_name": "default"},
        { "op": "chooseleaf_indep",
          "num": 0,
          "type": "host"},
        { "op": "emit"}]}
root@p-sbceph14:/var/log/ceph# ceph osd pool get ecpool crush_ruleset
crush_ruleset: 52

No error message was displayed at pool creation but no pgs were created.
--> rados lspools confirms the pool is created but rados/ceph df shows no pg 
for this pool

The command  "rados -p ecpool put services /etc/services" is inactive (stalled)
and the following message is encountered in ceph.log
2014-10-14 10:36:50.189432 osd.5 10.192.134.123:6804/21505 799 : [WRN] slow 
request 960.230073 seconds old, received at 2014-10-14 10:20:49.959255: 
osd_op(client.1192643.0:1 services [writefull 0~19281] 100.5a48a9c2 
ondisk+write e11869) v4 currently waiting for pg to exist locally

I don't know if I missed something or if the problem is somewhere else..

Best regards 
 
 
 






_________________________________________________________________________________________________________________________

Ce message et ses pieces jointes peuvent contenir des informations 
confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce 
message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages 
electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou 
falsifie. Merci.

This message and its attachments may contain confidential or privileged 
information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete 
this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been 
modified, changed or falsified.
Thank you.

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to