]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commit
Exclude non-directory and non-existing paths during quiescing.
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:27 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:27 +0000 (11:23 -0700)
commitd014389df605a45b282bb2cc55334c7eecb487c0
treead620a060ea24957c4bb62b5237298a6c4c86318
parent1285fffabe27c98ab90012c5d89fd2d17bd48606
Exclude non-directory and non-existing paths during quiescing.

A stale mount point or a special path that can't be opened
could break quiescing operation in the Linux guest. We need
to tolerate such cases by skipping such paths.
open-vm-tools/lib/syncDriver/syncDriverLinux.c