Revision df8debbb snf-pithos-backend/pithos/backends/lib/hashfiler/radosblocker.py

b/snf-pithos-backend/pithos/backends/lib/hashfiler/radosblocker.py
55 55
        rados = Rados(conffile=CEPH_CONF_FILE)
56 56
        rados.connect()
57 57
        if not rados.pool_exists(blockpool):
58
            rados.pool_create(blockpool)
58
            rados.create_pool(blockpool)
59 59

  
60 60
        ioctx = rados.open_ioctx(blockpool)
61 61

  

Also available in: Unified diff