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: cloud-infrastructure/storage/block-storage/README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -16,39 +16,39 @@ We've designed our storage platform as an ideal complement to Oracle compute and
16
16
-[OCI provides native high availability and data resilience](https://blogs.oracle.com/cloud-infrastructure/post/oci-provide-cloud-resilience-by-default)
17
17
- Blog: Oracle Cloud Infrastructure (OCI) provides high data durability and availability as a core feature, enabling businesses to concentrate on their customer experience and economic success.
18
18
-[Make your cloud resilient against regional outages](https://www.youtube.com/watch?v=IVqLe_XH_AE)
19
-
- 6-minute Video about "Make your cloud resilient against regional outages"
19
+
- 6-minute Video about "Make your cloud resilient against regional outages".
20
20
-[Effortless Cloud Resilience – Automate your Disaster Recovery with Oracle Cloud Infrastructure](https://www.youtube.com/watch?v=P3qWyjE9HMQ)
21
-
- 1h Video about "Effortless Cloud Resilience – Automate your Disaster Recovery with Oracle Cloud Infrastructure"
21
+
- 1h Video about "Effortless Cloud Resilience – Automate your Disaster Recovery with Oracle Cloud Infrastructure".
- Introduction to Oracle Cloud Infrastructure Block Volume [Part 01](https://www.youtube.com/watch?v=rNrBxdDC8vc) and [Part 02](https://www.youtube.com/watch?v=ldZDySWv8sw)
28
-
- Short Videos to introduce Oracle Cloud Infrastructure Block Volume
28
+
- Short Videos to introduce Oracle Cloud Infrastructure Block Volume.
29
29
-[OCI Block Storage on oracle.com](https://www.oracle.com/cloud/storage/block-volumes/)
30
30
- Oracle Cloud Infrastructure (OCI) Block Volumes provide reliable, high-performance, low-cost block storage. OCI Block Volumes persist beyond the lifespan of a virtual machine, have built-in redundancy, and can scale to 1 PB per compute instance.
31
31
-[Blogs on Block Storage](https://blogs.oracle.com/authors/max-verun)
32
-
- See all Block Storage Blogs from Oracle's Product Management
32
+
- See all Block Storage Blogs from Oracle's Product Management.
-[Oracle Cloud Infrastructure Service Level Agreement (SLA)](https://www.oracle.com/cloud/sla/)
36
36
- Enterprises demand more than just availability from their cloud infrastructure. Mission-critical workloads also require consistent performance, and the ability to manage, monitor, and modify resources running in the cloud at any time. Only Oracle offers end-to-end SLAs covering the performance, availability, and manageability of services.
37
37
-[Oracle PaaS and IaaS Public Cloud Services Pillar Document Block Storage](https://www.oracle.com/assets/paas-iaas-pub-cld-srvs-pillar-4021422.pdf#page=28)
38
38
- Oracle offers end-to-end SLAs covering performance, availability, and manageability. Here you find details regarding Block Storage.
39
39
-[Oracle PaaS and IaaS Universal Credits Service Descriptions - Storage section](https://www.oracle.com/us/corporate/contracts/paas-iaas-universal-credits-3940775.pdf#page=178)
40
-
- OCI Block Storage Service Description
40
+
- OCI Block Storage Service Description.
41
41
-[Resilience and Continuous Availability of Oracle Cloud Infrastructure Services and Platform FAQ](https://www.oracle.com/cloud/iaas/faq.html)
export FRANKFURT_AVAILABILITY_DOMAIN="${AD_PREFIX}:${FRANKFURT_REGION_IDENTIFIER}-AD-${AD}"# [AD Prefix]:[Region Identifier]-AD-[Number of Availability Domain] see https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
30
+
export AD_PREFIX=<your_prefix># Prifix of Availability Domain
export FRANKFURT_AVAILABILITY_DOMAIN="${AD_PREFIX}:${FRANKFURT_REGION_IDENTIFIER}-AD-${AD}"# [AD Prefix]:[Region Identifier]-AD-[Number of Availability Domain] see https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
- An Oracle enterprise Linux server with Command Line Interface (*see [Set up your Server with Resilience by default using CLI](https://gitlab.com/hmielimo/cloud-resilience-by-default/#set-up-your-server-with-resilience-by-default-using-cli) for details*)
16
-
- create and attach block volume: e.g. trim-test (*200GB*)
14
+
-Set up your individual "operate" instance
15
+
- An Oracle enterprise Linux server with Command Line Interface (*see [Set up your Server with Resilience by default using CLI](https://gitlab.com/hmielimo/cloud-resilience-by-default/#set-up-your-server-with-resilience-by-default-using-cli) for details*).
16
+
- Create and attach block volume: e.g. trim-test (*200GB*).
17
17
18
18
## Format and mount block volume
19
19
~~~
@@ -118,10 +118,10 @@ cat "${myLOGFILE}"
118
118
119
119
## TRIM ON showcase
120
120
121
-
### Set needed variables (*please adjust variables to your needs before past into your terminal*)
121
+
### Set needed variables (*please adjust variables to your needs before past into your terminal*).
0 commit comments