From: Aa Aa <jimbothom@yandex.com>
To: virtio-fs@redhat.com
Subject: [Virtio-fs] F_SETLKW not supported
Date: Mon, 20 Jul 2020 17:54:46 +1000 [thread overview]
Message-ID: <612101595231414@mail.yandex.com> (raw)
Hi
I am trying to run some java apps via virtfs and some of the file locking (java) doesn't work. Here an exception (java) is thrown something about file locking:
Here is the strace output:
3541 [pid 12461] openat(AT_FDCWD, "/mnt/<redacted> O_WRONLY|O_CREAT|O_APPEND, 0666 <unfinished ...>
3542 [pid 12461] <... openat resumed>) = 180
3543 [pid 12461] fstat(180, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3544 [pid 12461] fcntl(180, F_SETLKW, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0} <unfinished ...>
3545 [pid 12461] <... fcntl resumed>) = -1 EOPNOTSUPP (Operation not supported)
If I run this on the native file system, there is no issue. Should this functl be supported?
Cheers
JT
next reply other threads:[~2020-07-20 7:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-20 7:54 Aa Aa [this message]
2020-07-20 9:33 ` [Virtio-fs] F_SETLKW not supported Miklos Szeredi
2020-07-20 12:38 ` Vivek Goyal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=612101595231414@mail.yandex.com \
--to=jimbothom@yandex.com \
--cc=virtio-fs@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.