<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.osnexus.com/index.php?action=history&amp;feed=atom&amp;title=Console_Level_OpenZFS_Storage_Pool_Importing</id>
	<title>Console Level OpenZFS Storage Pool Importing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.osnexus.com/index.php?action=history&amp;feed=atom&amp;title=Console_Level_OpenZFS_Storage_Pool_Importing"/>
	<link rel="alternate" type="text/html" href="https://wiki.osnexus.com/index.php?title=Console_Level_OpenZFS_Storage_Pool_Importing&amp;action=history"/>
	<updated>2026-08-21T00:54:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.osnexus.com/index.php?title=Console_Level_OpenZFS_Storage_Pool_Importing&amp;diff=8360&amp;oldid=prev</id>
		<title>Qadmin: Created page with &quot; A script included with QuantaStor called qs-zconvert may assist you with importing a storage pool from other Open-ZFS based solutions.  QuantaStor has a special naming conven...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.osnexus.com/index.php?title=Console_Level_OpenZFS_Storage_Pool_Importing&amp;diff=8360&amp;oldid=prev"/>
		<updated>2017-02-18T01:03:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; A script included with QuantaStor called qs-zconvert may assist you with importing a storage pool from other Open-ZFS based solutions.  QuantaStor has a special naming conven...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
A script included with QuantaStor called qs-zconvert may assist you with importing a storage pool from other Open-ZFS based solutions.  QuantaStor has a special naming convention for the &amp;#039;&amp;#039;storage pools&amp;#039;&amp;#039; (ZPOOLs) and &amp;#039;&amp;#039;storage volumes&amp;#039;&amp;#039; (ZVOLs) which the conversion script will take care of.  Note that this command must be run from the console/ssh while logged in as root (&amp;#039;sudo -i&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
qs-zconvert is a helper utility for importing ZFS pools and converting them to QuantaStor naming format.&lt;br /&gt;
This makes it so that foreign zpools can be managed as a QuantaStor Storage Pools while retaining all&lt;br /&gt;
their original data.&lt;br /&gt;
WARNING: Please backup your data before converting. This tool has been shown to be reliable but not every&lt;br /&gt;
         combination of ZFS to ZFSonLinux has been tested or is guaranteed to work.&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&lt;br /&gt;
    qs-zconvert list                   : Displays a list of all the pools available for importing&lt;br /&gt;
    qs-zconvert listall                : Displays a detailed list of all the pools available for importing&lt;br /&gt;
    qs-zconvert import POOLNAME        : Imports and converts the zpool and associated zvols into QuantaStor naming format&lt;br /&gt;
    qs-zconvert convertvols POOLNAME   : Converts just the ZVOLs to quantastor UUID format naming conventions&lt;br /&gt;
    qs-zconvert importhg HGFILE        : Creates host groups and host entries using the &amp;#039;stmfadm list-hg -v&amp;#039; output in HGFILE&lt;br /&gt;
    qs-zconvert importlumap LUFILE        : Assigns logical units to host groups.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note also that if the particular features and version information for your OpenZFS system can be found by running the &amp;#039;zpool upgrade -v&amp;#039; command.  When run on QuantaStor you will see this for the feature list.  If your OpenZFS based system has more features and you&amp;#039;re using them with your zpool then you may have import problems and the qs-zconvert script may not work for you.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
This system supports ZFS pool feature flags.&lt;br /&gt;
&lt;br /&gt;
The following features are supported:&lt;br /&gt;
&lt;br /&gt;
FEAT DESCRIPTION&lt;br /&gt;
-------------------------------------------------------------&lt;br /&gt;
async_destroy                         (read-only compatible)&lt;br /&gt;
     Destroy filesystems asynchronously.&lt;br /&gt;
empty_bpobj                           (read-only compatible)&lt;br /&gt;
     Snapshots use less space.&lt;br /&gt;
lz4_compress&lt;br /&gt;
     LZ4 compression algorithm support.&lt;br /&gt;
&lt;br /&gt;
The following legacy versions are also supported:&lt;br /&gt;
&lt;br /&gt;
VER  DESCRIPTION&lt;br /&gt;
---  --------------------------------------------------------&lt;br /&gt;
 1   Initial ZFS version&lt;br /&gt;
 2   Ditto blocks (replicated metadata)&lt;br /&gt;
 3   Hot spares and double parity RAID-Z&lt;br /&gt;
 4   zpool history&lt;br /&gt;
 5   Compression using the gzip algorithm&lt;br /&gt;
 6   bootfs pool property&lt;br /&gt;
 7   Separate intent log devices&lt;br /&gt;
 8   Delegated administration&lt;br /&gt;
 9   refquota and refreservation properties&lt;br /&gt;
 10  Cache devices&lt;br /&gt;
 11  Improved scrub performance&lt;br /&gt;
 12  Snapshot properties&lt;br /&gt;
 13  snapused property&lt;br /&gt;
 14  passthrough-x aclinherit&lt;br /&gt;
 15  user/group space accounting&lt;br /&gt;
 16  stmf property support&lt;br /&gt;
 17  Triple-parity RAID-Z&lt;br /&gt;
 18  Snapshot user holds&lt;br /&gt;
 19  Log device removal&lt;br /&gt;
 20  Compression using zle (zero-length encoding)&lt;br /&gt;
 21  Deduplication&lt;br /&gt;
 22  Received properties&lt;br /&gt;
 23  Slim ZIL&lt;br /&gt;
 24  System attributes&lt;br /&gt;
 25  Improved scrub stats&lt;br /&gt;
 26  Improved snapshot deletion performance&lt;br /&gt;
 27  Improved snapshot creation performance&lt;br /&gt;
 28  Multiple vdev replacements&lt;br /&gt;
&lt;br /&gt;
For more information on a particular version, including supported releases,&lt;br /&gt;
see the ZFS Administration Guide.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Qadmin</name></author>
	</entry>
</feed>