Merge pull request #1899 from krizex/private/yangqi/CA-178651

CA-178651 FCoE NIC is not prevented from unplugging
This commit is contained in:
Mihaela Stoica 2017-12-19 11:00:02 +00:00 committed by GitHub
commit 4d55a1c08b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -819,6 +819,9 @@
<data name="PIF_DOES_NOT_ALLOW_UNPLUG" xml:space="preserve">
<value>The operation you requested cannot be performed because the specified PIF does not allow unplug.</value>
</data>
<data name="PIF_HAS_FCOE_SR_IN_USE" xml:space="preserve">
<value>The operation you requested cannot be performed because the specified PIF has FCoE SR in use.</value>
</data>
<data name="PIF_HAS_NO_NETWORK_CONFIGURATION" xml:space="preserve">
<value>PIF has no network configuration</value>
</data>