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

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

  
59 59
        ioctx = rados.open_ioctx(mappool)
60 60

  

Also available in: Unified diff