• P
    storage: Don't lie about path used to look up in error message · 46446313
    Peter Krempa 提交于
    In storageVolLookupByPath the provided path is "sanitized" at first.
    This removes some extra slashes and stuff. When the lookup of the volume
    fails the original path is used which makes it hard to trace errors in
    some cases.
    
    Improve the error message to print the sanitized path along with the
    user provided path if they are not equal.
    46446313
storage_driver.c 80.5 KB