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
Updating screenshots and fixing grammar errors for IAM and Object Storage. (#94)
* Updating screenshots and fixing grammar errors for IAM and Object Storage Lab.
Updating screenshots and fixing grammar errors for IAM and Object Storage Lab.
* Updated censorship in some images
* fixed uppercase file name
* Update block-volume.md
Copy file name to clipboardExpand all lines: block-volume/bv/block-volume.md
+27-21Lines changed: 27 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
4
4
## Introduction
5
5
6
-
The Oracle Cloud Infrastructure Block Volume service lets you dynamically provision and manage block storage volumes. You can create, attach, connect and move volumes as needed to meet your storage and application requirements. Once attached and connected to an instance, you can use a volume like a regular hard drive. Volumes can also be disconnected and attached to another instance without the loss of data.
6
+
The Oracle Cloud Infrastructure Block Volume service lets you dynamically provision and manage block storage volumes. You can create, attach, connect, and move volumes as needed to meet your storage and application requirements. Once attached and connected to an instance, you can use a volume like a regular hard drive. Volumes can also be disconnected and attached to another instance without loss of data.
7
+
8
+
Estimated time: 40 minutes
7
9
8
-
Estimated Time: 40 minutes
9
-
10
10
This video provides an overview of creating and attaching Oracle Cloud Infrastructure Block Volumes:
11
11
12
12
[Create and Attach a Block Volume Service](videohub:1_qnamtzw9)
@@ -21,39 +21,39 @@ In this lab, you will:
21
21
22
22
* An Oracle Cloud Account - please view this workshop's LiveLabs landing page to see which environments are supported.
23
23
24
-
>**Note:** If you have a **Free Trial** account, when your Free Trial expires, your account will be converted to an **Always Free** account. You will not be able to conduct Free Tier workshops unless the Always Free environment is available.
24
+
>**Note:** If you have a **Free Trial** account, when your Free Trial expires, your account will be converted to an **Always Free** account. You will not be able to conduct Free Tier workshops unless the Always Free environment is available.
25
25
26
26
**[Click here for the Free Tier FAQ page.](https://www.oracle.com/cloud/free/faq.html)**
27
-
27
+
28
28
## Task 1: Create a Block Volume
29
29
30
-
A common usage of Block Volume is adding storage capacity to an Oracle Cloud Infrastructure instance. Once you have launched an instance and set up your cloud network, you can create a block storage volume through the Console or API. Once created, the volume can be attached to an instance using a volume attachment. Once the volume is attached, you connect to the volume from your instance's guest OS using iSCSI or paravirtualized mode. The volume can then be mounted and used by your instance.
30
+
A common use of Block Volumes is to add storage capacity to an Oracle Cloud Infrastructure instance. Once you have launched an instance and set up your cloud network, you can create a block storage volume through the Console or API. After creation, the volume can be attached to an instance using a volume attachment. Once the volume is attached, you connect to the volume from your instance's guest OS using iSCSI or paravirtualized mode. The volume can then be mounted and used by your instance.
31
31
32
-
1. Click the **Navigation Menu** in the upper left. Navigate to **Storage**, and click **Block Storage**.
32
+
1. Click the **Navigation Menu** in the upper left. Navigate to **Storage** and click **Block Storage**.
2. In Block Volume service, click **Create Block Volume** and provide the following details:
36
+
2. In the Block Volume service, click **Create Block Volume** and provide the following details:
37
37
38
38
<iftype="freetier">
39
39
-**Name:** BV-DEMO
40
40
-**Compartment:** Demo</if>
41
41
<iftype="livelabs">
42
42
-**Name:** username-BV
43
43
-**Compartment:** username-compartment</if>
44
-
-**Availability Domain:**It must be the same as the AD you chose for your instance
45
-
-**Size**: Please choose**50 GB**
44
+
-**Availability Domain:**Must be the same as the AD you chose for your instance
45
+
-**Size**: Choose**50 GB**
46
46
-**Backup Policy**: **Gold**
47
47
48
48
>**Note**: Size must be between **50 GB** and **32 TB**. You can choose in 1 GB increments within this range. The default is 1024 GB
49
49
50
-
Quick recap on the block volume backup policies: There are three predefined backup policies: Bronze, Silver, and Gold. Each backup policy has a set backup frequency and retention period.
50
+
Quick recap of the block volume backup policies: There are three predefined backup policies: Bronze, Silver, and Gold. Each backup policy has a set backup frequency and retention period.
51
51
52
-
-**Bronze Policy:** The bronze policy includes monthly incremental backups, run on the first day of the month. These backups are retained for twelve months. This policy also includes a full backup, run yearly on January 1st. Full backups are retained for five years.
52
+
-**Bronze Policy:** The bronze policy includes monthly incremental backups, run on the first day of the month. These backups are retained for twelve months. This policy also includes a full backup, run yearly on January 1. Full backups are retained for five years.
53
53
54
-
-**Silver Policy:** The silver policy includes weekly incremental backups that run on Sunday. These backups are retained for four weeks. This policy also includes monthly incremental backups, run on the first day of the month and are retained for twelve months. Also includes a full backup, run yearly on January 1st. Full backups are retained for five years.
54
+
-**Silver Policy:** The silver policy includes weekly incremental backups that run on Sunday. These backups are retained for four weeks. This policy also includes monthly incremental backups, run on the first day of the month and are retained for twelve months. Also includes a full backup, run yearly on January 1. Full backups are retained for five years.
55
55
56
-
-**Gold Policy**: The gold policy includes daily incremental backups. These backups are retained for seven days. This policy also includes weekly incremental backups that run on Sunday and are retained for four weeks. Also includes monthly incremental backups, run on the first day of the month, retained for twelve months, and a full backup, run yearly on January 1st. Full backups are retained for five years.
56
+
-**Gold Policy**: The gold policy includes daily incremental backups. These backups are retained for seven days. This policy also includes weekly incremental backups that run on Sunday and are retained for four weeks. Also includes monthly incremental backups, run on the first day of the month, retained for twelve months, and a full backup, run yearly on January 1. Full backups are retained for five years.
57
57
58
58
3. Leave the encryption and tags options as their default values and click **Create Block Volume**. The volume will be ready to attach once its icon no longer lists it as **PROVISIONING** in the volume list.
59
59
@@ -69,11 +69,12 @@ A common usage of Block Volume is adding storage capacity to an Oracle Cloud Inf
69
69
70
70
## Task 2: Attach a Block Volume to an Instance
71
71
72
-
1. Once the Block Volume is created, you can attach it to the VM instance you just launched on Compute Practice. When you attach a block volume to a VM instance, you have two options for attachment type, iSCSI or paravirtualized.
72
+
1. Once the Block Volume is created, you can attach it to the VM instance you launched in Compute Practice. When you attach a block volume to a VM instance, you have two options for attachment type: iSCSI or paravirtualized.
73
73
74
74
-**iSCSI:** iSCSI attachments are the only option when connecting block volumes to bare metal instances. Once the volume is attached, you need to log in to the instance and use the iscsiadm command-line tool to configure the iSCSI connection
75
75
76
-
-**Paravirtualized:** Paravirtualized attachments are now an option when attaching volumes to VM instances. For VM instances launched from Oracle-Provided Images, you can select this option for Linux-based images published. Once you attach a volume using the paravirtualized attachment type, it is ready to use. You do not need to run any additional commands. However, due to the overhead of virtualization, this reduces the maximum IOPS performance for larger block volumes. See [Paravirtualized Attachment Performance](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#paraPerf) for more information.
76
+
-**Paravirtualized:** Paravirtualized attachments are now an option when attaching volumes to VM instances. For VM instances launched from Oracle-Provided Images, you can select this option for Linux-based images published. Once you attach a volume using the paravirtualized attachment type, it is ready to use. You do not need to run any additional commands. However, due to the overhead of virtualization, this reduces maximum IOPS performance for larger block volumes. See [Paravirtualized Attachment Performance](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#paraPerf) for more information.
77
+
77
78
78
79
2. On the Block Volume you just created, click the **Attached instances** tab on the top menu.
79
80
@@ -84,19 +85,23 @@ A common usage of Block Volume is adding storage capacity to an Oracle Cloud Inf
84
85
85
86
3. Click **Attach to instance**.
86
87
88
+
89
+
4. Click **Select instance** and choose the following options:
90
+
87
91

88
92
89
93
4. Choose the following options:
90
94
91
95
-**Attachment type:** ISCSI
92
96
-**Access type:** Read/Write - Shareable
93
-
- Check the required checkbox
97
+
- Check the required checkbox
94
98
- Select **Enter OCID**
95
99
-**Choose Instance:** Demo
96
100
- In the next box, paste the OCID for the instance you created in Lab 4
0 commit comments