forked from ceph/ceph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common: verify unix sockets support on Windows
Windows Server 2016 doesn't support unix sockets. We'll check the Windows version and log a message (but not at error level) when attempting to initialize the admin socket. This will prevent the following error from being printed whenever mapping RBD images: AdminSocketConfigObs::init: failed: AdminSocket::bind_and_listen: failed to bind the UNIX domain socket to 'C:/ProgramData/Ceph/out/client.admin.2560.asok': (10050) Unknown error Signed-off-by: Lucian Petrut <[email protected]>
- Loading branch information
1 parent
42b69e2
commit 948ffd4
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters