Removed Storage->auto_grow_pv from anvil-version-changes.

Signed-off-by: digimer <mkelly@alteeve.ca>
main
digimer 1 year ago
parent edc544255e
commit ac84d5ba0a
  1. 5
      tools/anvil-configure-host
  2. 6
      tools/anvil-version-changes

@ -64,10 +64,7 @@ pickup_job_details($anvil);
overwrite_variables_with_switches($anvil);
# Set maintenance mode
$anvil->System->maintenance_mode({set => 1, debug => 2});
# Check to see if there's a PV to grow.
$anvil->Storage->auto_grow_pv({debug => 2});
$anvil->System->maintenance_mode({set => 1});
# Reconfigure the network.
reconfigure_network($anvil);

@ -117,9 +117,6 @@ sub node_checks
# see - https://access.redhat.com/solutions/1578823
$anvil->Cluster->configure_logind({debug => 2});
# Look for unused free space
$anvil->Storage->auto_grow_pv({debug => 2});
return(0);
}
@ -131,9 +128,6 @@ sub dr_checks
# RHBZ #1961562 - https://bugzilla.redhat.com/show_bug.cgi?id=1961562#c16
handle_bz1961562($anvil);
# Look for unused free space
$anvil->Storage->auto_grow_pv({debug => 2});
# Make sure DRBD compiled after a kernel upgrade.
$anvil->DRBD->_initialize_kmod({debug => 2});

Loading…
Cancel
Save