View WTS_Deploy.ps1
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
# | |
# Copyright 2021, Alexis La Goutte <alexis dot lagoutte at gmail dot com> | |
# | |
# Small script for deploy Witness using (Import-)vAPP (need PowerCLI and already connected to vcenter) | |
$ovf_path = "C:\Users\Administrator\Downloads\VMware-VirtualSAN-Witness-7.0U1-16850804.ova" | |
$vm_host = "vsan01.example.com" | |
$datastore = "vsanDatastore" |
View gist:a6292ab04d0c81d7b11e
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
make[3]: Entering directory `/root/nghttp2/lib' | |
CC nghttp2_session.lo | |
In file included from nghttp2_session.c:32:0: | |
nghttp2_session.c: In function 'nghttp2_session_enforce_flow_control_limits': | |
nghttp2_helper.h:34:32: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] | |
#define nghttp2_min(A, B) ((A) < (B) ? (A) : (B)) | |
^ | |
nghttp2_session.c:1384:10: note: in expansion of macro 'nghttp2_min' | |
return nghttp2_min(nghttp2_min(nghttp2_min(requested_window_size, | |
^ |