In create_bio_bdev function, if load_blobstore is failed, DAOS would init it. I'm a little worry about it. Whether there is a possibility of an exception when creating bdev or loading blobstore although the device is fine and with an old blobstore created by daos? If this exception happends, the blobstore would be inited and all data in the device would be removed. Is there any problem?