<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/19899/HP_Open_Sources_AdvFS_Under_GPL_v2</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2012, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Wed, 15 Feb 2012 10:34:11 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Excellent News</title>
			<link>http://www.osnews.com/thread?319567</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?319567</guid>
			<description>This is excellent news. Let's hope it's implemented in the Linux kernel.<br />
<br />
I also hope the Linux implementation will be compatible with the Tru64 implementation so that we don't have another XFS-like on disk incompatibility.</description>
			<pubDate>Mon, 23 Jun 2008 16:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (mattst88)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by diegocg</title>
			<link>http://www.osnews.com/thread?319569</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?319569</guid>
			<description>There's already a website with liks to the code that i didn't notice when i sent the news - <a href="http://advfs.sourceforge.net/" rel="nofollow">http://advfs.sourceforge.net/</a><br />
<br />
Apparently, advfs has a ZFS-like concept of &quot;storage pool&quot; and snapshots. It's interesting to know that such ideas already existed long time ago (in fact competing with tru64 was probably the reason ZFS was born). In other places it seems inferior, for example journaling, which ZFS doesn't use.Edited 2008-06-23 17:22 UTC</description>
			<pubDate>Mon, 23 Jun 2008 17:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (diegocg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Excellent News</title>
			<link>http://www.osnews.com/thread?319570</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?319570</guid>
			<description>Its not clear if they'll integrate it in linux.<br />
<br />
In case its not clear, this is a GPLv2 technology release, not an actual port to Linux.  We're hoping that the code and documentation will be helpful in the development of new file systems for Linux that will provide similar capabilities, and perhaps used to make tweaks to existing file systems.  We'll get the tests posted soon.<br />
<br />
(from <a href="http://lkml.org/lkml/2008/6/23/188" rel="nofollow">http://lkml.org/lkml/2008/6/23/188</a>)<br />
<br />
But in <a href="http://advfs.sourceforge.net/" rel="nofollow">http://advfs.sourceforge.net/</a> you can read that they're releasing two generations of advfs source code: &quot;The first generation is the version that is currently shipping on Tru64 which represents a well tested enterprise quality file system that has been deployed worldwide for many years. The second generation is a port [to Linux] that was completed a few years ago but never productized.&quot;<br />
<br />
So it's not clear that they're doing anything with this code. For now, they've just packed up the source and put it in a website. But how useful would be to release this code if they're not planning to port it to linux?</description>
			<pubDate>Mon, 23 Jun 2008 17:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (diegocg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>I wonder if this move is to allow...</title>
			<link>http://www.osnews.com/thread?319571</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?319571</guid>
			<description>HP to compete with Sun's ZFS file system.  If HP can get their file system into the kernel before Sun can GPL ZFS then HP will have some bragging rights.</description>
			<pubDate>Mon, 23 Jun 2008 17:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (IridiumAlly)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Features</title>
			<link>http://www.osnews.com/thread?319593</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?319593</guid>
			<description>The wikipedia articles mentions a cool feature:<br />
- high performance<br />
<br />
Now this is a truly uncommon thing to have / advertise ;-)<br />
<br />
Even better you don't actually give numbers.</description>
			<pubDate>Mon, 23 Jun 2008 18:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (pysiak)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Awesome</title>
			<link>http://www.osnews.com/thread?319594</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?319594</guid>
			<description>This is really cool.  On first glance the code is both huge and respectably commented.  I wonder if / when someone will attempt a port, and if any layers will be violated.  (Ducks and covers!  <img src="/images/emo/smile.gif" alt=";)" />  )<br />
<br />
Also, I wonder if there are Veritas IP issues.  I saw in some Compaq docs that LSM was VxVM derived, so I wonder if pieces are missing?  Regardless, I heard a rumor that VxVM would be open sourced.  Since hell just froze over here, who knows?<br />
<br />
Would love to dig around all day.  Too bad I have a real job! <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Mon, 23 Jun 2008 18:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (jwwf)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Awesome</title>
			<link>http://www.osnews.com/thread?319604</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?319604</guid>
			<description>LSM is/was a layer that sits beteen ADVFS and the block I/O device files.They are separate products. You could always run ADVFS directly on the partition. If you wanted RAID features you use LSM (Logical storage manager) in between.<br />
There should not be any Veritas code in ADVFS</description>
			<pubDate>Mon, 23 Jun 2008 20:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (shotsman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Wow...</title>
			<link>http://www.osnews.com/thread?319611</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?319611</guid>
			<description>It's like ZFS, only it came out 15 years earlier. This makes one wonder why exactly everybody was acting like ZFS was/is so innovative when it point of fact, it looks like it was just a clone of something good old DEC was doing in the early-mid 90s.Edited 2008-06-23 20:45 UTC</description>
			<pubDate>Mon, 23 Jun 2008 20:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (madcrow)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Awesome</title>
			<link>http://www.osnews.com/thread?319612</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?319612</guid>
			<description>Yep.  Should have read the hitchhikers guide they posted before I posted.  I had always thought they were tightly integrated, but not so.  Of course, I only ever used Tru64 as an end user...</description>
			<pubDate>Mon, 23 Jun 2008 20:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (jwwf)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Wow...</title>
			<link>http://www.osnews.com/thread?319613</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?319613</guid>
			<description><div class="cquote">It's like ZFS, only it came out 15 years earlier. This makes one wonder why exactly everybody was acting like ZFS was/is so innovative when it point of fact, it looks like it was just a clone of something good old DEC was doing in the early-mid 90s. </div><br />
<br />
It's because, sadly, this is too late.  If HP had done this 3 to 5 years ago, say when they canned the HP-UX port, ZFS would have been less exciting as open source.<br />
<br />
ZFS passingly resembles  NetApp's WAFL, too.  The difference is availability, not the buzz word, but the fact that it is here, it works, and anyone is allowed to use it for free.  The same argument that people use for Linux all the time.<br />
<br />
Storage management is my favorite part of UNIX.  But even I recognize two things:  'Works reliably' is the best feature, and selling storage management for UNIX in a closed model is so 1995, when AdvFS and XFS were new and exciting.  ZFS works and it's not closed.  WAFL works, but it's closed, and AdvFS is open, but it doesn't work (on linux).  <br />
<br />
This is really cool, I hope someone ports it, and I will enjoy perusing the code.  But if HP really wanted to do something serious for linux storage, they would release the Polyserve code they bought.</description>
			<pubDate>Mon, 23 Jun 2008 21:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (jwwf)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Wow...</title>
			<link>http://www.osnews.com/thread?319627</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?319627</guid>
			<description>Well with as many Polyserve isntalls I have done lately I doubt we will see it open source anytime soon.  However ADV-FS does have a DLM as it was the core of trucluster.  So I am guessing the plumbing is there for a CFS Linux implimentation....</description>
			<pubDate>Mon, 23 Jun 2008 23:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (akro)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Excellent News</title>
			<link>http://www.osnews.com/thread?319711</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?319711</guid>
			<description>I've downloaded this stuff and AdvFS v2 is actually a port to HP-UX, not Linux. There aren't any makefiles, and though the userland part may compile quite easily under Linux (not tested though) the kernel part is a tougher one...</description>
			<pubDate>Tue, 24 Jun 2008 13:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (wazoox)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>

