Thanks for the suggestions @faulpeltz and @Emsi.  I was using the
Windows Server Backup GUI, which allowed me a maximum of 30 minutes
backup intervals.

I now have a Powershell script to kick of one backup after another:

$i=1
while($true)
{
"###################"
"Starting backup $i"
"###################"
wbadmin start backup -quiet -backupTarget:"\\?\Volume{VOLUME_INFO}" 
-hyperv:"VM_NAME"
"###################"
"Finished backup $i"
"###################"
$i++
}


I'm re-running the test that took 35 hours to reproduce the bug(Commit
da1674843 as tip of tree).  I hope it causes the bug to trigger much
faster.  If it does, I'll use this method for testing.

If it still takes a considerable amount of time to reproduce, I'll
investigate the snapeshot only method as suggested by @Emsi.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1470250

Title:
  [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based
  Backups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1470250/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to