From 85b01ccec5e9b568502851119da729ae4a20c1ac Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 11 Jun 2020 13:45:07 -0400 Subject: [PATCH] Switch to overwrite vmfs esxi installs frequently fail unless overwritevmfs is specified --- confluent_osdeploy/esxi7/profiles/hypervisor/kickstart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/confluent_osdeploy/esxi7/profiles/hypervisor/kickstart b/confluent_osdeploy/esxi7/profiles/hypervisor/kickstart index 1ed0ce9b..91823657 100644 --- a/confluent_osdeploy/esxi7/profiles/hypervisor/kickstart +++ b/confluent_osdeploy/esxi7/profiles/hypervisor/kickstart @@ -1,4 +1,4 @@ accepteula -clearpart --firstdisk --preservevmfs -install --firstdisk --preservevmfs +clearpart --firstdisk --overwritevmfs +install --firstdisk --overwritevmfs reboot