<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: targetd: remote administration of a Linux storage appliance</title>
	<atom:link href="http://groveronline.com/2012/06/targetd-remote-storage-admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://groveronline.com/2012/06/targetd-remote-storage-admin/</link>
	<description>A Grover. Online. Saying stuff.</description>
	<lastBuildDate>Tue, 04 Jun 2013 01:00:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Razor</title>
		<link>http://groveronline.com/2012/06/targetd-remote-storage-admin/comment-page-1/#comment-4604</link>
		<dc:creator>Razor</dc:creator>
		<pubDate>Mon, 18 Jun 2012 10:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://groveronline.com/?p=339#comment-4604</guid>
		<description><![CDATA[Cool! Looking forward to add that to OpenStack cinder]]></description>
		<content:encoded><![CDATA[<p>Cool! Looking forward to add that to OpenStack cinder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Wellnitz</title>
		<link>http://groveronline.com/2012/06/targetd-remote-storage-admin/comment-page-1/#comment-4574</link>
		<dc:creator>Marcus Wellnitz</dc:creator>
		<pubDate>Sat, 16 Jun 2012 14:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://groveronline.com/?p=339#comment-4574</guid>
		<description><![CDATA[Hello Andy,

you requested feedback from administrators.
Here are mine:

1st: thanks to your good job. For me I&#039;m very pleased to get standardisated administration interfaces to that type of content.

In my daily work I miss a automatisation standard for low level tasks. Any other Administrators i interviewed agree with that. Each of them implemented his own scripts. That&#039;s not that much efficient :-(

A good automatisation of blockdevices should have at least the following features (for my opinion):

* Create typed Blockdevices (plain, master, clone, snapshot fom master)
* Set/Get Device Status and Parameters (used, unused, stopped, mounted, ...)
* Create Snapshots from active Devices (Backup)
* Working with snapshots (Get infos, revert to, ...)
* Delete typed Blockdevices if no dependencies are left

That features would be great to reach via an API

Thanks Marcus]]></description>
		<content:encoded><![CDATA[<p>Hello Andy,</p>
<p>you requested feedback from administrators.<br />
Here are mine:</p>
<p>1st: thanks to your good job. For me I&#8217;m very pleased to get standardisated administration interfaces to that type of content.</p>
<p>In my daily work I miss a automatisation standard for low level tasks. Any other Administrators i interviewed agree with that. Each of them implemented his own scripts. That&#8217;s not that much efficient <img src='http://groveronline.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>A good automatisation of blockdevices should have at least the following features (for my opinion):</p>
<p>* Create typed Blockdevices (plain, master, clone, snapshot fom master)<br />
* Set/Get Device Status and Parameters (used, unused, stopped, mounted, &#8230;)<br />
* Create Snapshots from active Devices (Backup)<br />
* Working with snapshots (Get infos, revert to, &#8230;)<br />
* Delete typed Blockdevices if no dependencies are left</p>
<p>That features would be great to reach via an API</p>
<p>Thanks Marcus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: agrover</title>
		<link>http://groveronline.com/2012/06/targetd-remote-storage-admin/comment-page-1/#comment-4524</link>
		<dc:creator>agrover</dc:creator>
		<pubDate>Thu, 14 Jun 2012 17:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://groveronline.com/?p=339#comment-4524</guid>
		<description><![CDATA[Osqui, absolutely. I&#039;ve looked into writing a Python wrapper for the btrfs ioctls, it wouldn&#039;t be too difficult, and then use that directly.

Another possibility is to use libssm (https://sourceforge.net/p/storagemanager/), which would let targetd not have to handle two different APIs internally.]]></description>
		<content:encoded><![CDATA[<p>Osqui, absolutely. I&#8217;ve looked into writing a Python wrapper for the btrfs ioctls, it wouldn&#8217;t be too difficult, and then use that directly.</p>
<p>Another possibility is to use libssm (<a href="https://sourceforge.net/p/storagemanager/" rel="nofollow">https://sourceforge.net/p/storagemanager/</a>), which would let targetd not have to handle two different APIs internally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Osqui</title>
		<link>http://groveronline.com/2012/06/targetd-remote-storage-admin/comment-page-1/#comment-4523</link>
		<dc:creator>Osqui</dc:creator>
		<pubDate>Thu, 14 Jun 2012 17:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://groveronline.com/?p=339#comment-4523</guid>
		<description><![CDATA[Could targetd work with BTRFS instead of LVM?
LVM is cool, but BTRFS is cooler!!
Thanks!]]></description>
		<content:encoded><![CDATA[<p>Could targetd work with BTRFS instead of LVM?<br />
LVM is cool, but BTRFS is cooler!!<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomasz</title>
		<link>http://groveronline.com/2012/06/targetd-remote-storage-admin/comment-page-1/#comment-4518</link>
		<dc:creator>Tomasz</dc:creator>
		<pubDate>Thu, 14 Jun 2012 08:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://groveronline.com/?p=339#comment-4518</guid>
		<description><![CDATA[Heh, just last week I was thinking about creating some simple web ui working with python-rtslib, so my Windows-using coworkers have a way to manage LIO target. targetd seem to appear out of nowhere, and looks like a firm building block for this solution :)]]></description>
		<content:encoded><![CDATA[<p>Heh, just last week I was thinking about creating some simple web ui working with python-rtslib, so my Windows-using coworkers have a way to manage LIO target. targetd seem to appear out of nowhere, and looks like a firm building block for this solution <img src='http://groveronline.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  groveronline.com/2012/06/targetd-remote-storage-admin/feed/ ) in 0.20478 seconds, on Jun 18th, 2013 at 4:46 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Jun 18th, 2013 at 5:46 am UTC -->