Skip to content

Commit

Permalink
RTSRoot: Do not call _create_in_cfs_ine() in init
Browse files Browse the repository at this point in the history
Creating the configfs top-level target node is already handled by the kernel
module. Furthermore, this caused confusing exception messages when attempting
to instanciate an RTSRoot without the target core module loaded.
  • Loading branch information
tramjoe committed May 19, 2014
1 parent a4930ad commit b270ac8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rtslib/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def __init__(self):
base kernel modules (tcm )
'''
super(RTSRoot, self).__init__()
self._create_in_cfs_ine('any')

def _list_targets(self):
self._check_self()
Expand Down

0 comments on commit b270ac8

Please sign in to comment.