Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove newlines from error message #677

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ def perform_metadata_sync(ost)
sync_stashed_metadata(ost)
end

RHEVM_NO_PROXIES_ERROR_MSG = N_('VMs must be scanned from an EVM server whose host is attached to the same
storage as the VM unless overridden via SmartProxy affinity.
Please verify that:
1) Direct LUNs are attached to ManageIQ appliance
2) Management Relationship is set for the ManageIQ appliance')
RHEVM_NO_PROXIES_ERROR_MSG = N_(
"VMs must be scanned from an appliances whose host is attached to the same " \
"storage as the VM unless overridden via SmartProxy affinity. Please verify " \
"that direct LUNs are attached to the appliance and that the management " \
"relationship is set for the appliance."
)

def proxies4job(_job = nil)
_log.debug "Enter (RHEVM)"
Expand Down