Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 2021 16:45:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 254024] devel/gvfs: gvfsd-trash latches to zfs volumes
Message-ID:  <bug-254024-6497-QbviYUTodx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254024-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254024-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254024

--- Comment #5 from Damjan Jovanovic <damjan.jov@gmail.com> ---
I can't reproduce this.

# dd if=3D/dev/zero of=3D/tmp/ztrash bs=3D1024 count=3D100000
# zpool create ztrash /tmp/ztrash
# chown user:user /ztrash
$ touch /ztrash/hello
Delete /ztrash/hello in Thunar, change cwd outside mountpoint
$ ls /ztrash/.Trash-1000/files
hello
# lsof -n | grep PID-OF-gvfsd-trash
(no /ztrash path listed)
# zpool export /ztrash
(successful)

Re-importing, creating another file, deleting it in Thunar, gvfsd-trash sti=
ll
doesn't have the mountpoint open in "lsof", and I can still export
successfully.

gvfs-1.46.1_2
FreeBSD 12.2

How is your setup different?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254024-6497-QbviYUTodx>