Skip to content

Commit 5b91fab

Browse files
author
mayastor-bors
committed
Try #1913:
2 parents c42616c + 1c495f4 commit 5b91fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io-engine/src/lvs/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ impl IPoolProps for Lvs {
193193
.map(Bdev::new)
194194
.unwrap_or_else(|| self.base_bdev());
195195

196-
vec![disk_bdev.bdev_uri_str().unwrap_or_else(|| "".into())]
196+
vec![disk_bdev.bdev_uri_original_str().unwrap_or_default()]
197197
}
198198

199199
fn disk_capacity(&self) -> u64 {

0 commit comments

Comments
 (0)