Update attachment paths

This commit is contained in:
Andrew David Wong 2021-06-18 05:46:02 -07:00
parent 60bd80ad25
commit e451f92cde
No known key found for this signature in database
GPG key ID: 8CE137352A019A17
31 changed files with 111 additions and 111 deletions

View file

@ -94,6 +94,6 @@ make REMOTE=example.com:public_html/qubes/profiling/ upload
This example is from `qubes-manager` (`qubesmanager/main.py`).
!["update\_table-20140424-170010.svg"](//attachment/wiki/Profiling/update_table-20140424-170010.svg)
!["update\_table-20140424-170010.svg"](//attachment/doc/update_table-20140424-170010.svg)
It is apparent that the problem is around `get_disk_usage`, which calls something via `subprocess.call`. It does this 15 times, probably once per VM.