We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa175b commit 5c7744cCopy full SHA for 5c7744c
scripts/xcpng-fs-diff.py
@@ -346,6 +346,8 @@ def main():
346
'/etc/sysconfig/network-scripts/interface-rename-data/*',
347
'/etc/sysconfig/xencommons',
348
'/etc/sysctl.d/91-net-ipv6.conf',
349
+ '/etc/systemd/system/default.target.wants/test-pingpxe.service',
350
+ '/etc/systemd/system/test-pingpxe.service',
351
'/etc/vconsole.conf',
352
'/etc/xsconsole/state.txt',
353
'/etc/xensource-inventory',
@@ -354,10 +356,12 @@ def main():
354
356
'/etc/xensource/xapi-pool-tls.bak',
355
357
'/etc/xensource/xapi-pool-tls.pem',
358
'/etc/xensource/xapi-ssl.pem',
359
+ '/etc/xapi.d/plugins/__cache__/*.pyc',
360
'/opt/xensource/gpg/trustdb.gpg',
361
'/opt/xensource/sm/__pycache__/*.pyc',
362
'/usr/lib64/xsconsole/__pycache__/*.pyc',
363
'/usr/lib64/xsconsole/plugins-base/__pycache__/*.pyc',
364
+ '/usr/local/sbin/test-pingpxe.sh',
365
]
366
367
parser = argparse.ArgumentParser(description='Spot filesystem differences between 2 XCP-ng hosts')
0 commit comments