Access Rights Settings with v3.5.4 build 20080527

Software-based VM-centric and flash-friendly VM storage + free version

Moderators: anton (staff), art (staff), Max (staff), Anatoly (staff)

Post Reply
turexy
Posts: 1
Joined: Fri Jul 11, 2008 9:36 am

Fri Jul 11, 2008 10:18 am

Hello,

I'm experiencing similar problem as Raymond Situ. "Access Rights" settings are not working once the "StarWind iSCSI Service" is restarted. However this can be fixed if I go to "Acces Rights" settings change "Default access policy" to Allow then click OK button and again go to "Acces Rights" tick "Deny" then click "OK" button. The thing is that I aim to run high availability iSCSI solution for our customers and the StarWind is a part of MS cluster so each time system fails over the "Access Rights" policy is reset to allow. Below is a part of my starwind.cfg which is located on shared resource (Disk X: )

Code: Select all

<!-- Access control for targets and initiators
    Access policy parameter defines default access policy for initiators and targets.
    It can be set to "allow" or "deny" value.
    
    <AccessPolicy value="deny"/> 
    
 
-->
		<initiators>
			<initiator name="iqn.turexy-01"><device name="ImageFile0" access="yes"/>
				<device name="ImageFile1" access="yes"/>
			</initiator>
			<initiator name="iqn.turexy-02">
				<device name="ImageFile0" access="yes"/>
				<device name="ImageFile1" access="yes"/>
			</initiator>
			<initiator name="iqn.Freeads.Classifieds.Ltd"><device name="ImageFile2" access="yes"/>
			</initiator>
		</initiators>
<AccessPolicy value="deny"/>
</acl>
</configuration>
Evaluation days left :27
User avatar
Bohdan (staff)
Staff
Posts: 435
Joined: Wed May 23, 2007 12:58 pm

Thu Jul 24, 2008 6:05 am

We are testing the fixed service is our test lab.
The update will be available for download soon.
Post Reply