<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
code
        {mso-style-priority:99;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.apple-converted-space
        {mso-style-name:apple-converted-space;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:2.0cm 42.5pt 2.0cm 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="RU" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:10.5pt;margin-left:0cm;background:white">
<span lang="EN-US" style="font-size:10.5pt;font-family:"Arial",sans-serif;color:#4B4B4B">Hello, guys!<span class="apple-converted-space"> </span><br>
We are currently making an installation of XS6.5+OS Juno (maybe we'll switch to kilo)<span class="apple-converted-space"> </span><br>
We have 2 servers, controller has<span class="apple-converted-space"> </span></span><code><span lang="EN-US" style="font-size:9.0pt;color:#DD1144;border:solid #E1E1E8 1.0pt;padding:2.0pt;background:#F7F7F9">glance, nova and keystone</span></code><span lang="EN-US" style="font-size:10.5pt;font-family:"Arial",sans-serif;color:#4B4B4B">,
 and compute vms have only<span class="apple-converted-space"> </span></span><code><span lang="EN-US" style="font-size:9.0pt;color:#DD1144;border:solid #E1E1E8 1.0pt;padding:2.0pt;background:#F7F7F9">nova-compute</span></code><span class="apple-converted-space"><span lang="EN-US" style="font-size:10.5pt;font-family:"Arial",sans-serif;color:#4B4B4B"> </span></span><span lang="EN-US" style="font-size:10.5pt;font-family:"Arial",sans-serif;color:#4B4B4B">installed.<span class="apple-converted-space"> </span><br>
We use local storage on each server, not shared one (this is important)<o:p></o:p></span></p>
<p style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:10.5pt;margin-left:0cm;background:white;orphans: auto;text-align:start;widows: 1;-webkit-text-stroke-width: 0px;word-spacing:0px">
<span lang="EN-US" style="font-size:10.5pt;font-family:"Arial",sans-serif;color:#4B4B4B">We want to implement<span class="apple-converted-space"> </span></span><code><span lang="EN-US" style="font-size:9.0pt;color:#DD1144;border:solid #E1E1E8 1.0pt;padding:2.0pt;background:#F7F7F9">cinder</span></code><span class="apple-converted-space"><span lang="EN-US" style="font-size:10.5pt;font-family:"Arial",sans-serif;color:#4B4B4B"> </span></span><span lang="EN-US" style="font-size:10.5pt;font-family:"Arial",sans-serif;color:#4B4B4B">service
 to manage volumes easily, but i can't understand how can we do it.</span><code><span lang="EN-US" style="font-size:9.0pt;color:#DD1144;border:solid #E1E1E8 1.0pt;padding:2.0pt;background:#F7F7F9">XenAPINFSDriver</span></code><span class="apple-converted-space"><span lang="EN-US" style="font-size:10.5pt;font-family:"Arial",sans-serif;color:#4B4B4B"> </span></span><span lang="EN-US" style="font-size:10.5pt;font-family:"Arial",sans-serif;color:#4B4B4B">is
 deprecated and isn't supported any more.<span class="apple-converted-space"> </span><br>
The only solution i found so far is to create storage VM, give it some space and use this space for cinder volumes, and then mount it in VMs as ISCSI targets.<span class="apple-converted-space"> </span><br>
And in the same time nova uses xenAPI to create and manage volumes when it creates instances.<o:p></o:p></span></p>
<p style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:10.5pt;margin-left:0cm;background:white;orphans: auto;text-align:start;widows: 1;-webkit-text-stroke-width: 0px;word-spacing:0px">
<span lang="EN-US" style="font-size:10.5pt;font-family:"Arial",sans-serif;color:#4B4B4B">And what i want to make is to make cinder use Xenserver volumes both when nova creates VM and when i create volume with cinder.<span class="apple-converted-space"> </span><br>
Without second level of abstraction.<o:p></o:p></span></p>
<p style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:10.5pt;margin-left:0cm;background:white;orphans: auto;text-align:start;widows: 1;-webkit-text-stroke-width: 0px;word-spacing:0px">
<span lang="EN-US" style="font-size:10.5pt;font-family:"Arial",sans-serif;color:#4B4B4B">Can you tell me what are the best practices to use cinder for Xenservers with local storage?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:RU">Regards, <o:p>
</o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:RU">Ivan Derbenev<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
</div>
</body>
</html>