<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://dengxihe.com/techwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://dengxihe.com/techwiki/feed.php">
        <title>Tech Wiki cloud</title>
        <description></description>
        <link>https://dengxihe.com/techwiki/</link>
        <image rdf:resource="https://dengxihe.com/techwiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-02T23:49:01-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dengxihe.com/techwiki/cloud/cloud-init?rev=1505954675&amp;do=diff"/>
                <rdf:li rdf:resource="https://dengxihe.com/techwiki/cloud/coreos?rev=1487700202&amp;do=diff"/>
                <rdf:li rdf:resource="https://dengxihe.com/techwiki/cloud/etcd?rev=1485206351&amp;do=diff"/>
                <rdf:li rdf:resource="https://dengxihe.com/techwiki/cloud/kubernetes?rev=1491237606&amp;do=diff"/>
                <rdf:li rdf:resource="https://dengxihe.com/techwiki/cloud/kvm?rev=1489254838&amp;do=diff"/>
                <rdf:li rdf:resource="https://dengxihe.com/techwiki/cloud/libvirt?rev=1502222048&amp;do=diff"/>
                <rdf:li rdf:resource="https://dengxihe.com/techwiki/cloud/oracle_bmcs?rev=1501542239&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://dengxihe.com/techwiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Tech Wiki</title>
        <link>https://dengxihe.com/techwiki/</link>
        <url>https://dengxihe.com/techwiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://dengxihe.com/techwiki/cloud/cloud-init?rev=1505954675&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-09-20T17:44:35-07:00</dc:date>
        <title>cloud:cloud-init</title>
        <link>https://dengxihe.com/techwiki/cloud/cloud-init?rev=1505954675&amp;do=diff</link>
        <description>Local cloud-init configuration for cloud image(OCI):

	*  meta-data:
instance-id=myvm01
	*  user-data:
# cloud-config
password: oracle
chpasswd: { expire: False }
ssh_pwauth: True
ssh_authorized_key:
  - ssh public key
timezone: America/Los_Angeles
	*</description>
    </item>
    <item rdf:about="https://dengxihe.com/techwiki/cloud/coreos?rev=1487700202&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-02-21T10:03:22-07:00</dc:date>
        <title>cloud:coreos</title>
        <link>https://dengxihe.com/techwiki/cloud/coreos?rev=1487700202&amp;do=diff</link>
        <description>Overwiew

	*  CoreOS Linux was renamed to Container Linux in 2016. Under Apache 2.0 license. coreos is still the company name. The commercial distribution is called Tectonic which integrates kubernetes.
	*  Based on Gentoo Linux.  use ebuild scripts from Gentoo Linux for compilation of its system components. use systemd for init.</description>
    </item>
    <item rdf:about="https://dengxihe.com/techwiki/cloud/etcd?rev=1485206351&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-01-23T13:19:11-07:00</dc:date>
        <title>cloud:etcd</title>
        <link>https://dengxihe.com/techwiki/cloud/etcd?rev=1485206351&amp;do=diff</link>
        <description>etcd: A highly-available key value store for shared configuration and service discovery.

	*  Simple : gRPC (http + JSON API)
	*  Secure: automatic TLS with optional client cert authentication
	*  Fast: 10,000 writes/sec
	*  Reliable : Raft algorithm to be properly distributed.</description>
    </item>
    <item rdf:about="https://dengxihe.com/techwiki/cloud/kubernetes?rev=1491237606&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-03T09:40:06-07:00</dc:date>
        <title>cloud:kubernetes</title>
        <link>https://dengxihe.com/techwiki/cloud/kubernetes?rev=1491237606&amp;do=diff</link>
        <description>&lt;https://kubernetes.io/&gt;</description>
    </item>
    <item rdf:about="https://dengxihe.com/techwiki/cloud/kvm?rev=1489254838&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-11T09:53:58-07:00</dc:date>
        <title>cloud:kvm</title>
        <link>https://dengxihe.com/techwiki/cloud/kvm?rev=1489254838&amp;do=diff</link>
        <description>&lt;https://www.linux-kvm.org/&gt;
&lt;https://en.wikipedia.org/wiki/Kernel-based_Virtual_Machine&gt;</description>
    </item>
    <item rdf:about="https://dengxihe.com/techwiki/cloud/libvirt?rev=1502222048&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-08-08T12:54:08-07:00</dc:date>
        <title>cloud:libvirt</title>
        <link>https://dengxihe.com/techwiki/cloud/libvirt?rev=1502222048&amp;do=diff</link>
        <description>libvirt

	*  virsh
	*  libvirtd
	*  virt-install
	*  virt-manager

Virsh

Storage pool and volume

create a file system directory storage pool


virsh # pool-create-as --name vm_pool --type dir --target &lt;dir&gt;
virsh # pool-list
 Name                 State      Autostart
-------------------------------------------
 default              active     yes      
 vm_pool              active     yes     
  
virsh # pool-info vm_pool
Name:           vm_pool
UUID:           9b092c41-3c54-4cd3-b569-e2b51234…</description>
    </item>
    <item rdf:about="https://dengxihe.com/techwiki/cloud/oracle_bmcs?rev=1501542239&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-07-31T16:03:59-07:00</dc:date>
        <title>cloud:oracle_bmcs</title>
        <link>https://dengxihe.com/techwiki/cloud/oracle_bmcs?rev=1501542239&amp;do=diff</link>
        <description>Oracle Bare Metal Cloud</description>
    </item>
</rdf:RDF>
