Merge "Change unsupported fileno() LOG to debug"
This commit is contained in:
commit
18d98d59f4
@ -736,8 +736,8 @@ class ChunkedBackupDriver(driver.BackupDriver, metaclass=abc.ABCMeta):
|
|||||||
try:
|
try:
|
||||||
fileno = volume_file.fileno()
|
fileno = volume_file.fileno()
|
||||||
except IOError:
|
except IOError:
|
||||||
LOG.info("volume_file does not support fileno() so skipping "
|
LOG.debug("volume_file does not support fileno() so skipping "
|
||||||
"fsync()")
|
"fsync()")
|
||||||
else:
|
else:
|
||||||
os.fsync(fileno)
|
os.fsync(fileno)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user