You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: app/models/physical_storage.rb
+15-13
Original file line number
Diff line number
Diff line change
@@ -5,34 +5,32 @@ class PhysicalStorage < ApplicationRecord
5
5
includeSupportsFeatureMixin
6
6
includeCustomActionsMixin
7
7
includeEmsRefreshMixin
8
+
includeEventMixin
9
+
10
+
# The physical-storage is expected to have san_addresses of its own in the future (The real addresses through which it actually connects to the SAN).
11
+
# Therefore, the name san_addresses is reserved for the physical-storages actual san-addresses, and for all of the san_addresses configured in the physical-storage's host_initiators we refer as registered_initiator_addresses.
# The physical-storage is expected to have san_addresses of its own in the future (The real addresses through which it actually connects to the SAN).
18
-
# Therefore, the name san_addresses is reserved for the physical-storages actual san-addresses, and for all of the san_addresses configured in the physical-storage's host_initiators we refer as registered_initiator_addresses.
0 commit comments