Skip to content

Commit 5c7744c

Browse files
committed
fsdiff: add more exclusions
Noticed during 8.3 pre-LTS-launch campaign: - more compiled python - files added by automated intall tests Signed-off-by: Yann Dirson <[email protected]>
1 parent 0aa175b commit 5c7744c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/xcpng-fs-diff.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ def main():
346346
'/etc/sysconfig/network-scripts/interface-rename-data/*',
347347
'/etc/sysconfig/xencommons',
348348
'/etc/sysctl.d/91-net-ipv6.conf',
349+
'/etc/systemd/system/default.target.wants/test-pingpxe.service',
350+
'/etc/systemd/system/test-pingpxe.service',
349351
'/etc/vconsole.conf',
350352
'/etc/xsconsole/state.txt',
351353
'/etc/xensource-inventory',
@@ -354,10 +356,12 @@ def main():
354356
'/etc/xensource/xapi-pool-tls.bak',
355357
'/etc/xensource/xapi-pool-tls.pem',
356358
'/etc/xensource/xapi-ssl.pem',
359+
'/etc/xapi.d/plugins/__cache__/*.pyc',
357360
'/opt/xensource/gpg/trustdb.gpg',
358361
'/opt/xensource/sm/__pycache__/*.pyc',
359362
'/usr/lib64/xsconsole/__pycache__/*.pyc',
360363
'/usr/lib64/xsconsole/plugins-base/__pycache__/*.pyc',
364+
'/usr/local/sbin/test-pingpxe.sh',
361365
]
362366

363367
parser = argparse.ArgumentParser(description='Spot filesystem differences between 2 XCP-ng hosts')

0 commit comments

Comments
 (0)