mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
12 lines
671 B
XML
12 lines
671 B
XML
<?xml version='1.0' encoding='utf-8' ?>
|
|
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
|
|
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
|
|
%BOOK_ENTITIES;
|
|
]>
|
|
<section id="storage">
|
|
<title>Deleting VMs</title>
|
|
<para>CloudPlatform defines two types of storage: primary and secondary. Primary storage can be accessed by either iSCSI or NFS. Additionally, direct attached storage may be used for primary storage. Secondary storage is always accessed using NFS.</para>
|
|
<para>There is no ephemeral storage in CloudPlatform. All volumes on all nodes are persistent</para>
|
|
</section>
|
|
|