<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=utf-8">
<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;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Consolas",serif;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
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="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">The PM was also worried that we would not have enough time to get to this.  Thanks Tim for making the time to look more into this.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">While I don’t have the customer data I would like, it is a safe assumption that 1/3 to ½ of our current customers are running clusters that will need this type
 of process.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Remember, it is all about making SES easier to use than any other Ceph system.
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"> deepsea-users-bounces@lists.suse.com [mailto:deepsea-users-bounces@lists.suse.com]
<b>On Behalf Of </b>Craig Gardner<br>
<b>Sent:</b> Thursday, May 25, 2017 7:19 AM<br>
<b>To:</b> Discussions about the DeepSea management framework for Ceph <deepsea-users@lists.suse.com>; Tim Serong <TSerong@suse.com>; deepsea-users@lists.suse.com<br>
<b>Subject:</b> Re: [Deepsea-users] RFC: Experimental import of existing cluster<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On May 25, 2017 12:48:50 PM GMT+02:00, Tim Serong <<a href="mailto:tserong@suse.com">tserong@suse.com</a>> wrote:<o:p></o:p></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<pre>Hi All,<br><br>We want DeepSea to be able to "import" existing ceph clusters, for<br>example if you've used ceph-deploy in the past, and want to migrate to<br>DeepSea.  I've implemented what you might call a rough outline of this<br>functionality at <a href="https://github.com/SUSE/DeepSea/commit/7a60715">https://github.com/SUSE/DeepSea/commit/7a60715</a> (i.e.<br>the implementation is incomplete), and would appreciate feedback on the<br>approach in general.<br><br>There's more detail in the commit, but essentially you use it like so:<br><br>1) Install salt on every ceph node.<br>2) Run the first two DeepSea stages, plus my extra importer bit.<br>3) The importer checks what ceph services are running on all the minions<br>(mon, mds, osd, rgw), and generates a policy.cfg reflecting the<br>currently running cluser.<br>4) Now you can keep using DeepSea as usual.<br><br>WARNING: Do *NOT* try step 4 with the current code.  You WILL BREAK YOUR<br>CLUSTER.  I'm just trying to get feedback on whether there's any large<br>holes in the general shape of this thing (I had an earlier experiment<br>where I was interrogating ceph.conf to find the MONs, then realised I'd<br>end up having to talk to the cluster to ask it where the OSDs were, so I<br>decided that checking for running services was going to be simpler).<br><br>Thanks,<br><br>Tim<o:p></o:p></pre>
</blockquote>
</div>
<p class="MsoNormal"><br clear="all">
Oh, this looks very promising. Eric was quite worried that we wouldn't have enough time and too many other priorities to get to this. Thanks for looking into it, Tim.<br>
<br>
-- <br>
Sent from my Android device with K-9 Mail. Please excuse my brevity.<o:p></o:p></p>
</div>
</body>
</html>