Skip to content

Instantly share code, notes, and snippets.

View alagoutte's full-sized avatar

Alexis La Goutte alagoutte

View GitHub Profile
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,
^
#
# 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"