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: README.md
+1-91Lines changed: 1 addition & 91 deletions
Original file line number
Diff line number
Diff line change
@@ -79,98 +79,8 @@ net start winrm
79
79
## Configure iSCSI volume attachments
80
80
* For guidance configuring iSCSI on a Windows platform, see [Adding a Block Volume to a Windows Instance](https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/addingstorageForWindows.htm).
81
81
82
-
* For guidance configuring iSCSI on a Linux platform, see [iSCSI Commands and Information](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/iscsiinformation.htm). See also the example file[remote-exec.tf](https://github.com/oracle/terraform-provider-oci/blob/master/docs/examples/compute/instance/remote-exec.tf) for inline commands using `remote_exec_script`.
82
+
* For guidance configuring iSCSI on a Linux platform, see [iSCSI Commands and Information](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/iscsiinformation.htm). See also this example of inline iSCSI commands execution using `iscsiadm` CLI called from terraform file: [instance.tf](https://github.com/terraform-providers/terraform-provider-oci/blob/master/examples/compute/instance/instance.tf).
83
83
84
-
Following is the sample inline script that isn't using CHAP authentication:
85
-
86
-
```hcl
87
-
# Logging for troubleshooting.
88
-
set -x
89
-
sudo -s bash -c "lsscsi -t"
90
-
91
-
# Command provided in Oracle Cloud Infrastructure console to register ISCSI device.
0 commit comments