summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2014-12-10 10:10:45 -0800
committerAndy Grover <agrover@redhat.com>2014-12-12 09:58:30 -0800
commit1d99b471d5bf25c3e154df5ce8a1705a33d3dcde (patch)
treecaa90c5254133bfe5e0f15d439350268e6f3020e
parentfee49de1040bd0473b3fdd6efc390412b74abcdb (diff)
downloadrtslib-fb-1d99b471d5bf25c3e154df5ce8a1705a33d3dcde.tar.gz
Revert "Increase MAX_LUN to 16383"
This reverts commit 67eb46d88d3d6ccdcde4e8f7d55c959d49878a5a. This change was premature. We need to wait to increase this until upstream implements support for more LUNs. Signed-off-by: Andy Grover <agrover@redhat.com>
-rw-r--r--rtslib/target.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtslib/target.py b/rtslib/target.py
index 8546209..731e63d 100644
--- a/rtslib/target.py
+++ b/rtslib/target.py
@@ -446,7 +446,7 @@ class LUN(CFSNode):
A LUN is identified by its parent TPG and LUN index.
'''
- MAX_LUN = 16383
+ MAX_LUN = 255
# LUN private stuff