Created attachment 5444 duplicated mount moint My mount point /var/lib/libvirt/images/ is shown twice in the popup menu. As it seems, a slash ("/") at the end makes the plugin to see it as a separate mount. A fix should be easy to just ignore (trim) the ending slash in mount point pathes.
Well, maybe bug #9400 can help for a workaround. But not sure.
fixed. thanks for reporting.
This bug is not fixed. When there is a rule to ignore some pathes, the duplication is shown again. Example: Ignore "/proc/*" shows "/var/lib/libvirt/images/" (not mounted) and "/var/lib/libvirt/images" (mounted with size identication).
Well, I think those both features are overlapping. (In reply to Raphael Groner from comment #3) > Example: > Ignore "/proc/*" shows "/var/lib/libvirt/images/" (not mounted) and > "/var/lib/libvirt/images" (mounted with size identication). Solution: Ignore "/proc/* /var/lib/libvirt/images/", then .../images is shown only once.
I have localized the root cause. There was a slash in /etc/fstab that caused to confuse the plugin. You can consider to reject this patch cause of a level 8 problem. Sorry for all the noise and the now worthless work. :(