Hi,
I am developing a new VSS Hardware Provider for a iSCSI target.
I have traced the sequence of calls of the VSS Hardware provider by using the requestor Vshadow application.
The sequence of calls executed successfully but FillInLunInfo get called for several times.
I have populated the LunInformation for the GetTargetLuns and FillInLunInfo calls.
The FillInLunInfo gets called for several times,
it seems GetTargetLuns and FillInLuninfo both the LUNInformation structure values are same but still it throws an error VSS_E_NO_SNAPSHOT_IMPORTED
Can anyone please let me know the reason why iam getting this error.