Public beta (bugs, reports, suggestions, features and requests)
Moderators: anton (staff), art (staff), Max (staff), Anatoly (staff)
-
robnicholson
- Posts: 359
- Joined: Thu Apr 14, 2011 3:12 pm
Thu May 26, 2011 4:45 pm
Is there a road map for development of StarWind? I could be dreaming but I'm sure I read something about monitoring. Could have been in these very forums.
Cheers, Rob.
-
anton (staff)
- Site Admin
- Posts: 4021
- Joined: Fri Jun 18, 2004 12:03 am
- Location: British Virgin Islands
-
Contact:
Thu May 26, 2011 8:09 pm
We don't publish official roadmap as we do notiriously change features (represent new and fail old ones) on every day basis
Yes, Monitor is included with V5.7 so you're welcomed to participate in Beta program or keep your hands clean & ready for next couple of weeks if you wish to deal with "gold" version entirely. It works this way: we're represented basic mechanism and GUI and crafted some initial monitoring features. You do tell us what you think you need to have reported thru GUI and alerted - and we add them
robnicholson wrote:Is there a road map for development of StarWind? I could be dreaming but I'm sure I read something about monitoring. Could have been in these very forums.
Cheers, Rob.
Regards,
Anton Kolomyeytsev
Chief Technology Officer & Chief Architect, StarWind Software

-
robnicholson
- Posts: 359
- Joined: Thu Apr 14, 2011 3:12 pm
Fri May 27, 2011 3:14 pm
Might take you up on the beta program except we are rather busy right now...
Two from my wish list:
1. Some form of progress bar when carrying out full-clone
2. Some "in-place" snapshot features like flatten out all snapshots & revert to snapshot
Cheers, Rob.
-
Alex (staff)
- Staff
- Posts: 177
- Joined: Sat Jun 26, 2004 8:49 am
Fri May 27, 2011 4:08 pm
Rob,
Thank you for your suggestions!
1. We are working on this functionality now. It will be implemented in 5.7 release.
2. Now it is implemented as a merge for pair of snapshots or delete operation for one snapshot. We will add "flatten all snapshots" and "revert to snapshot" commands in later versions.
Best regards,
Alexey.
-
kmax
- Posts: 47
- Joined: Thu Nov 04, 2010 3:37 pm
Tue May 31, 2011 11:29 pm
One suggestion I have is...
Say Node 2 is complete failure. As in replace the box or redo the physical disk scenario.
It would be nice if you could start Node 2 from scratch...and "join" it with Node 1, and have it start automatically replicating the HA features without the need to recreate targets and copy the img files. Which means you wouldn't need to take Node 1 offline.
-
Alex (staff)
- Staff
- Posts: 177
- Joined: Sat Jun 26, 2004 8:49 am
Wed Jun 01, 2011 7:43 am
kmax,
we are already working on this feature, it's planned for 5.8 release.
Thank you!
Best regards,
Alexey.
-
kmax
- Posts: 47
- Joined: Thu Nov 04, 2010 3:37 pm
Fri Jun 03, 2011 12:59 am
Alex (staff) wrote:kmax,
we are already working on this feature, it's planned for 5.8 release.
Thank you!
Awesome.
If you combined this, the ability to extend HA target size, snapshotting, and modify cache settings there wouldn't much else to complain about.

-
anton (staff)
- Site Admin
- Posts: 4021
- Joined: Fri Jun 18, 2004 12:03 am
- Location: British Virgin Islands
-
Contact:
Fri Jun 03, 2011 10:03 am
You'll always have something to complain about. And it's normal. You point - we fix. You ask - we implement. We call this customer service
kmax wrote:Alex (staff) wrote:kmax,
we are already working on this feature, it's planned for 5.8 release.
Thank you!
Awesome.
If you combined this, the ability to extend HA target size, snapshotting, and modify cache settings there wouldn't much else to complain about.

Regards,
Anton Kolomyeytsev
Chief Technology Officer & Chief Architect, StarWind Software

-
anton (staff)
- Site Admin
- Posts: 4021
- Joined: Fri Jun 18, 2004 12:03 am
- Location: British Virgin Islands
-
Contact:
Fri Jun 03, 2011 10:39 am
One question so far... To you and rest of the guys (that's why asked in public).
How do you want HA device to grow? Do you want us to just extend volume capacity (say start reporting 10TB instead of 4TB reported before) in a proper way. Or can we represent another LUN? So
first 4TB would be LUN0 and new 6TB would become as LUN1 on the same HA device? Logical Volume Manager would allow to grow file system and span volume in both cases. So?

Regards,
Anton Kolomyeytsev
Chief Technology Officer & Chief Architect, StarWind Software

-
hfourie
- Posts: 17
- Joined: Thu Jun 23, 2011 2:07 pm
Thu Jun 23, 2011 2:15 pm
My opinion, muliple luns "bonded" can become confusing. One LUN should just be that, one LUN.
-
anton (staff)
- Site Admin
- Posts: 4021
- Joined: Fri Jun 18, 2004 12:03 am
- Location: British Virgin Islands
-
Contact:
Thu Jun 23, 2011 3:25 pm
OK, your voice is accepted
hfourie wrote:My opinion, muliple luns "bonded" can become confusing. One LUN should just be that, one LUN.
Regards,
Anton Kolomyeytsev
Chief Technology Officer & Chief Architect, StarWind Software

-
deiruch
- Posts: 35
- Joined: Wed May 25, 2011 12:16 pm
Thu Jun 23, 2011 7:54 pm
According to the Microsoft-iSCSI-Logo-Requirements-1.0.doc:
"If the size of a logical unit is changed, the target must report a Unit Attention condition of (06/3F/0A) VOLUME SET CREATED OR MODIFIED or (06/28/00) NOT READY TO READY CHANGE, MEDIUM MAY HAVE CHANGED"
I never tested it but it sounds like the proper way to do this. That way you could resize the LUN on the fly. Wouldn't be suprised however if MS Clustering didn't like that (or vmWare, ...).
-
anton (staff)
- Site Admin
- Posts: 4021
- Joined: Fri Jun 18, 2004 12:03 am
- Location: British Virgin Islands
-
Contact:
Fri Jun 24, 2011 6:10 am
Correct. Another way is still report different number of LUNs to REPORT_LUNS command sent.
MS would work this way and VMware would not.
deiruch wrote:According to the Microsoft-iSCSI-Logo-Requirements-1.0.doc:
"If the size of a logical unit is changed, the target must report a Unit Attention condition of (06/3F/0A) VOLUME SET CREATED OR MODIFIED or (06/28/00) NOT READY TO READY CHANGE, MEDIUM MAY HAVE CHANGED"
I never tested it but it sounds like the proper way to do this. That way you could resize the LUN on the fly. Wouldn't be suprised however if MS Clustering didn't like that (or vmWare, ...).
Regards,
Anton Kolomyeytsev
Chief Technology Officer & Chief Architect, StarWind Software

-
anton (staff)
- Site Admin
- Posts: 4021
- Joined: Fri Jun 18, 2004 12:03 am
- Location: British Virgin Islands
-
Contact:
Wed Jul 06, 2011 9:33 pm
Apply for beta program and drop a message to
support@starwindsoftware.com telling you would like to have pre-release stuff (in case beta team would be late with e-mail blast).
However we're close to V5.7 release and V5.8 is not ready for beta stage yet. So you'll have 2-3-4 weeks of delay in any case

)
hfourie wrote:Hi,
How can I go about testing the Beta for your new version?
Regards,
Anton Kolomyeytsev
Chief Technology Officer & Chief Architect, StarWind Software
