storage/reflink: fix comment
This commit is contained in:
parent
ba662d2819
commit
d54e4b0c6e
@ -81,7 +81,7 @@ class ReflinkPool(qubes.storage.Pool):
|
|||||||
|
|
||||||
def init_volume(self, vm, volume_config):
|
def init_volume(self, vm, volume_config):
|
||||||
# Fail closed on any strange VM dir_path_prefix, just in case
|
# Fail closed on any strange VM dir_path_prefix, just in case
|
||||||
# /etc/udev/rules/00-qubes-ignore-devices.rules needs updating
|
# /etc/udev/rules.d/00-qubes-ignore-devices.rules needs update
|
||||||
assert vm.dir_path_prefix in self._known_dir_path_prefixes, \
|
assert vm.dir_path_prefix in self._known_dir_path_prefixes, \
|
||||||
'Unknown dir_path_prefix {!r}'.format(vm.dir_path_prefix)
|
'Unknown dir_path_prefix {!r}'.format(vm.dir_path_prefix)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user