Open emanruse opened 1 year ago
4.1.2
qui-disk-space does not show newly created/removed pools in real time.
Click on Qubes Disk Space Monitor panel icon and note the listed pools
user@dom0:~ > mkdir -p ~/tmp/mydir user@dom0:~ > sudo mount --types tmpfs --options size=1G my_ram_pool /home/user/tmp/mydir user@dom0:~ > qvm-pool add my_ram_pool file --option revisions_to_keep=1 --option dir_path="${HOME}/tmp/mydir"
Newly added/removed pools should show up in real time in the widget.
The widget must be restarted (or another instance must be started) to show the actual pools.
Possibly related
This looks easy. Widget class has a DiskSpace.refresh_icon() function which is called every 120 seconds to update data. It should be possible to connect it to pool create/remove events as well. I will work on it.
DiskSpace.refresh_icon()
Qubes OS release
4.1.2
Brief summary
qui-disk-space does not show newly created/removed pools in real time.
Steps to reproduce
Click on Qubes Disk Space Monitor panel icon and note the listed pools
Expected behavior
Newly added/removed pools should show up in real time in the widget.
Actual behavior
The widget must be restarted (or another instance must be started) to show the actual pools.
Possibly related