Skip to content

Commit 7dbbfa2

Browse files
committed
minor updates
- add '.' in README.md - change FRANKFURT to cust_region in trim-showcase.md
1 parent 0c0dd73 commit 7dbbfa2

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

cloud-infrastructure/storage/block-storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Block Storage
22

3-
High-performance block storage at any scale
3+
High-performance block storage at any scale.
44

55
We've designed our storage platform as an ideal complement to Oracle compute and networking services to support the highest performance requirements. OCI Block Volume uses the latest NVMe SSDs and provides nonblocking network connectivity to every host. Oracle delivers a consistent, low-latency performance of up to 225 IOPS/GB to a maximum of 300,000 IOPS and 2,680 MB/sec of throughput per volume.
66

cloud-infrastructure/storage/block-storage/asset/trim-showcase.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ sudo vi /etc/fstab
4444
export TENENCY_OCID=<your_tenency_ocid>
4545
export USER_OCID=<your_user_ocid>
4646
export COMPARTMENT_OCID=<your_compartment_ocid>
47-
export FRANKFURT_SUBNET_OCID=<your_frankfurt_subnet_ocid>
48-
export FRANKFURT_REGION_IDENTIFIER=<your_frankfurt_region_identifier>
49-
export FRANKFURT_SERVER_NAME=<your_frankfurt_server_name>
47+
export CUST_REGION_SUBNET_OCID=<your_cust_region_subnet_ocid>
48+
export CUST_REGION_REGION_IDENTIFIER=<your_cust_region_region_identifier>
49+
export CUST_REGION_SERVER_NAME=<your_cust_region_server_name>
5050
export AD=<your_ad_number>
5151
export AD_PREFIX=<your_ad_prefix>
52-
export FRANKFURT_AVAILABILITY_DOMAIN="${AD_PREFIX}:${FRANKFURT_REGION_IDENTIFIER}-AD-${AD}"
53-
export PROFILE_FRANKFURT=FRANKFURT
52+
export CUST_REGION_AVAILABILITY_DOMAIN="${AD_PREFIX}:${CUST_REGION_REGION_IDENTIFIER}-AD-${AD}"
53+
export PROFILE_CUST_REGION=CUST_REGION
5454
export TRIM_TEST_OCID=<your_trim_test_ocid>
5555
export TRIM_TEST_BACKUP_NAME=TrimTestBackup
5656
export myLOGFILE=\tmp\trim.test.log
@@ -88,9 +88,9 @@ do
8888
fi
8989
9090
if [ 1 -eq 1 ] ; then # take backup, show Size Information: Block Volume; delete backup
91-
oci --profile "${PROFILE_FRANKFURT}" bv backup create --volume-id "${TRIM_TEST_OCID}" --display-name "${TRIM_TEST_BACKUP_NAME}" --wait-for-state "AVAILABLE"
91+
oci --profile "${PROFILE_CUST_REGION}" bv backup create --volume-id "${TRIM_TEST_OCID}" --display-name "${TRIM_TEST_BACKUP_NAME}" --wait-for-state "AVAILABLE"
9292
93-
oci --profile "${PROFILE_FRANKFURT}" bv backup list --compartment-id "${COMPARTMENT_OCID}" --display-name "${TRIM_TEST_BACKUP_NAME}" > "${myTEMPFILE}"
93+
oci --profile "${PROFILE_CUST_REGION}" bv backup list --compartment-id "${COMPARTMENT_OCID}" --display-name "${TRIM_TEST_BACKUP_NAME}" > "${myTEMPFILE}"
9494
for ii in $(cat "${myTEMPFILE}"|jq --raw-output '.[] | [.[] | select(."display-name"=="TrimTestBackup")] | .[]."id" ')
9595
do
9696
TRIM_TEST_BACKUP_OCID=$ii
@@ -99,7 +99,7 @@ do
9999
echo "Size Information: Block Volume: Backup size in MB: ${TRIM_TEST_BACKUP_SIZE_IN_MB}" >> "${myLOGFILE}"
100100
101101
echo "Action..........: Block Volume: delete backup" >> "${myLOGFILE}"
102-
oci --profile "${PROFILE_FRANKFURT}" bv backup delete --volume-backup-id "${TRIM_TEST_BACKUP_OCID}" --force --wait-for-state "TERMINATED"
102+
oci --profile "${PROFILE_CUST_REGION}" bv backup delete --volume-backup-id "${TRIM_TEST_BACKUP_OCID}" --force --wait-for-state "TERMINATED"
103103
fi
104104
105105
if [ 1 -eq 1 ] ; then # insert, update delete files
@@ -126,13 +126,13 @@ cat "${myLOGFILE}"
126126
export TENENCY_OCID=<your_tenency_ocid>
127127
export USER_OCID=<your_user_ocid>
128128
export COMPARTMENT_OCID=<your_compartment_ocid>
129-
export FRANKFURT_SUBNET_OCID=<your_frankfurt_subnet_ocid>
130-
export FRANKFURT_REGION_IDENTIFIER=<your_frankfurt_region_identifier>
131-
export FRANKFURT_SERVER_NAME=<your_frankfurt_server_name>
129+
export CUST_REGION_SUBNET_OCID=<your_cust_region_subnet_ocid>
130+
export CUST_REGION_REGION_IDENTIFIER=<your_cust_region_region_identifier>
131+
export CUST_REGION_SERVER_NAME=<your_cust_region_server_name>
132132
export AD=<your_ad_number>
133133
export AD_PREFIX=<your_ad_prefix>
134-
export FRANKFURT_AVAILABILITY_DOMAIN="${AD_PREFIX}:${FRANKFURT_REGION_IDENTIFIER}-AD-${AD}"
135-
export PROFILE_FRANKFURT=FRANKFURT
134+
export CUST_REGION_AVAILABILITY_DOMAIN="${AD_PREFIX}:${CUST_REGION_REGION_IDENTIFIER}-AD-${AD}"
135+
export PROFILE_CUST_REGION=CUST_REGION
136136
export TRIM_TEST_OCID=<your_trim_test_ocid>
137137
export TRIM_TEST_BACKUP_NAME=TrimTestBackup
138138
export myLOGFILE=\tmp\trim.test.log
@@ -170,9 +170,9 @@ do
170170
fi
171171
172172
if [ 1 -eq 1 ] ; then # take backup, show Size Information: Block Volume; delete backup
173-
oci --profile "${PROFILE_FRANKFURT}" bv backup create --volume-id "${TRIM_TEST_OCID}" --display-name "${TRIM_TEST_BACKUP_NAME}" --wait-for-state "AVAILABLE"
173+
oci --profile "${PROFILE_CUST_REGION}" bv backup create --volume-id "${TRIM_TEST_OCID}" --display-name "${TRIM_TEST_BACKUP_NAME}" --wait-for-state "AVAILABLE"
174174
175-
oci --profile "${PROFILE_FRANKFURT}" bv backup list --compartment-id "${COMPARTMENT_OCID}" --display-name "${TRIM_TEST_BACKUP_NAME}" > "${myTEMPFILE}"
175+
oci --profile "${PROFILE_CUST_REGION}" bv backup list --compartment-id "${COMPARTMENT_OCID}" --display-name "${TRIM_TEST_BACKUP_NAME}" > "${myTEMPFILE}"
176176
for ii in $(cat "${myTEMPFILE}"|jq --raw-output '.[] | [.[] | select(."display-name"=="TrimTestBackup")] | .[]."id" ')
177177
do
178178
TRIM_TEST_BACKUP_OCID=$ii
@@ -181,7 +181,7 @@ do
181181
echo "Size Information: Block Volume: Backup size in MB: ${TRIM_TEST_BACKUP_SIZE_IN_MB}" >> "${myLOGFILE}"
182182
183183
echo "Action..........: Block Volume: delete backup" >> "${myLOGFILE}"
184-
oci --profile "${PROFILE_FRANKFURT}" bv backup delete --volume-backup-id "${TRIM_TEST_BACKUP_OCID}" --force --wait-for-state "TERMINATED"
184+
oci --profile "${PROFILE_CUST_REGION}" bv backup delete --volume-backup-id "${TRIM_TEST_BACKUP_OCID}" --force --wait-for-state "TERMINATED"
185185
fi
186186
187187
if [ 1 -eq 1 ] ; then # insert, update delete files

0 commit comments

Comments
 (0)