Skip to content

Commit 4d96c1d

Browse files
shashwat-ybnkhogen
authored andcommitted
[BACKPORT 2025.1.2][PLAT-18366] Fix for add a precheck that the yugabyte home dir in the onprem provider matches that in the db node
Summary: Typing mistake. home_dir -> yb_home_dir change. It was changed locally for testing but was not in the commit. Test Plan: Running dev iTest: https://jenkins.dev.yugabyte.com/job/dev-itest-pipeline/1951/ Reviewers: anijhawan, nbhatia, nsingh Reviewed By: nbhatia Subscribers: yugaware, nikhil Differential Revision: https://phorge.dev.yugabyte.com/D48622
1 parent c39ac8b commit 4d96c1d

File tree

1 file changed

+1
-1
lines changed
  • managed/devops/opscli/ybops/cloud/onprem

1 file changed

+1
-1
lines changed

managed/devops/opscli/ybops/cloud/onprem/method.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def callback(self, args):
327327
if self.get_connection_type() == "ssh":
328328
cmd = "{}/preflight_checks.sh --type {} --yb_home_dir {} --mount_points {} " \
329329
"--ports_to_check {} --sudo_pass_file {} --tmp_dir {} --cleanup".format(
330-
args.remote_tmp_dir, args.precheck_type, args.home_dir,
330+
args.remote_tmp_dir, args.precheck_type, args.yb_home_dir,
331331
self.cloud.get_mount_points_csv(args),
332332
ports_to_check, sudo_pass_file, args.remote_tmp_dir)
333333
if args.install_node_exporter:

0 commit comments

Comments
 (0)