<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/targetcli.git/targetcli/ui_node.py, branch 3.0-pre2</title>
<subtitle>github.com: agrover/targetcli-fb.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/'/>
<entry>
<title>Allow the startup config to contain new attributes</title>
<updated>2014-05-12T00:49:56+00:00</updated>
<author>
<name>Jerome Martin</name>
<email>jxm@netiant.com</email>
</author>
<published>2014-05-11T23:44:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=b03c4c0be821486252920abb5faf89014d4a7bdd'/>
<id>b03c4c0be821486252920abb5faf89014d4a7bdd</id>
<content type='text'>
Attributes not described in policy files but existing in the installed kernel
modules can now be loaded by rtslib.Config, which means they can also be dumped
to the startup config. We must allow loading them also from there.

Also, the initscript can now load a config with new attributes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Attributes not described in policy files but existing in the installed kernel
modules can now be loaded by rtslib.Config, which means they can also be dumped
to the startup config. We must allow loading them also from there.

Also, the initscript can now load a config with new attributes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'devel'</title>
<updated>2014-05-11T21:37:07+00:00</updated>
<author>
<name>Jerome Martin</name>
<email>jxm@netiant.com</email>
</author>
<published>2014-05-11T21:37:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=0e8fd2e4c355afc9973588d324166d25bf936d54'/>
<id>0e8fd2e4c355afc9973588d324166d25bf936d54</id>
<content type='text'>
Conflicts:
	targetcli/ui_backstore.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	targetcli/ui_backstore.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to rtslib.Config for config save/restore</title>
<updated>2014-05-11T15:31:11+00:00</updated>
<author>
<name>Jerome Martin</name>
<email>jxm@netiant.com</email>
</author>
<published>2014-05-11T08:13:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=67f92d8720a4ac177e933a3e313672d29fb8b952'/>
<id>67f92d8720a4ac177e933a3e313672d29fb8b952</id>
<content type='text'>
* System startup configuration is now done in this package, and both the new
  initscript and saving configuration from the shell (saveconfig) are using
  the new rtslib.Config API and the /etc/target/scsi_target.lio as config file

* The new initscript is a complete rewrite from scratch, and handles module
  (both core and fabric) loading and configfs initial configfs group creation,
  using rtlib.FabricModule specfile information

* Packaging update to conflict with lio-utils and ship the new init script

* Minor code cleanup in UINode.assert_root
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* System startup configuration is now done in this package, and both the new
  initscript and saving configuration from the shell (saveconfig) are using
  the new rtslib.Config API and the /etc/target/scsi_target.lio as config file

* The new initscript is a complete rewrite from scratch, and handles module
  (both core and fabric) loading and configfs initial configfs group creation,
  using rtlib.FabricModule specfile information

* Packaging update to conflict with lio-utils and ship the new init script

* Minor code cleanup in UINode.assert_root
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated copyright notices to 2014</title>
<updated>2014-05-02T14:22:56+00:00</updated>
<author>
<name>Jerome Martin</name>
<email>jxm@netiant.com</email>
</author>
<published>2014-05-02T14:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=999c5675739fbb4b12313a9f32cc708020aabb02'/>
<id>999c5675739fbb4b12313a9f32cc708020aabb02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Exception.message is deprecated</title>
<updated>2013-11-23T11:00:07+00:00</updated>
<author>
<name>Andy Grover</name>
<email>agrover@redhat.com</email>
</author>
<published>2012-04-20T00:36:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=5a32b65a20c81ddaed154fe1e46c970f1d86281b'/>
<id>5a32b65a20c81ddaed154fe1e46c970f1d86281b</id>
<content type='text'>
use str(exception) instead.

Signed-off-by: Andy Grover &lt;agrover@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use str(exception) instead.

Signed-off-by: Andy Grover &lt;agrover@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Finished renaming tpgt to tpg</title>
<updated>2013-10-02T14:38:42+00:00</updated>
<author>
<name>Jerome Martin</name>
<email>tramjoe.merin@gmail.com</email>
</author>
<published>2013-10-02T14:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=b11acf23bafd16bb88338328e764aeefec355449'/>
<id>b11acf23bafd16bb88338328e764aeefec355449</id>
<content type='text'>
* Previous patch by Andy changed the name in the objects tree.
* Now updated messages and doc too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Previous patch by Andy changed the name in the objects tree.
* Now updated messages and doc too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Call _check_self() in UIRTSLibNode.execute_command()</title>
<updated>2013-10-02T14:19:31+00:00</updated>
<author>
<name>Andy Grover</name>
<email>agrover@redhat.com</email>
</author>
<published>2012-02-07T21:46:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=3999e53d77d8255724ae9a8ae2a4a8e05175b16a'/>
<id>3999e53d77d8255724ae9a8ae2a4a8e05175b16a</id>
<content type='text'>
The object may load its driver in response to check_self(), and will
throw an exception if things go wrong.

Signed-off-by: Andy Grover &lt;agrover@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The object may load its driver in response to check_self(), and will
throw an exception if things go wrong.

Signed-off-by: Andy Grover &lt;agrover@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Print error message from RTSLibErrors</title>
<updated>2013-10-02T13:59:53+00:00</updated>
<author>
<name>Andy Grover</name>
<email>agrover@redhat.com</email>
</author>
<published>2012-01-11T00:44:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=0f7e52ec38b81876a2efa5d87524488d6a021179'/>
<id>0f7e52ec38b81876a2efa5d87524488d6a021179</id>
<content type='text'>
log.error() expects a string.

Signed-off-by: Andy Grover &lt;agrover@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
log.error() expects a string.

Signed-off-by: Andy Grover &lt;agrover@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>targetcli: Change copyright to Apache License 2.0</title>
<updated>2013-07-04T07:47:37+00:00</updated>
<author>
<name>Nicholas Bellinger</name>
<email>nab@risingtidesystems.com</email>
</author>
<published>2013-07-04T07:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=a7c313ce9810a0b178e0e8cfaf5ffc22d8868e30'/>
<id>a7c313ce9810a0b178e0e8cfaf5ffc22d8868e30</id>
<content type='text'>
This patch converts rtslib code copyright from AGPL to the
permissive Apache License 2.0.

It also update copyright owner to Datera, Inc.

Signed-off-by: Nicholas Bellinger &lt;nab@risingtidesystems.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch converts rtslib code copyright from AGPL to the
permissive Apache License 2.0.

It also update copyright owner to Datera, Inc.

Signed-off-by: Nicholas Bellinger &lt;nab@risingtidesystems.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow CTRL-D in saveconfig and unsaved config prompt</title>
<updated>2012-05-08T14:28:57+00:00</updated>
<author>
<name>Jerome Martin</name>
<email>jxm@risingtidesystems.com</email>
</author>
<published>2012-05-08T14:26:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=5cfc547dbe1f593540cd8af4f9a217eab9dec8f7'/>
<id>5cfc547dbe1f593540cd8af4f9a217eab9dec8f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
