Snapshots Empty, Shadow Copies Empty
Description
Problem/Justification
Impact
SmartDraw Connector
Katalon Manual Tests (BETA)
Activity

Skip Lunch February 12, 2020 at 10:52 PM
Sounds good - thanks again for working on this!

Andrew Walker February 12, 2020 at 12:12 PM
Windows needs a timestamp tag for each element in the array of snapshots for "previous versions" to work. We can either do a hack based on directory names (which is generally faster, but imposes significant limitations on your naming schemas) or we can get this metadata from ZFS (which is somewhat slower). Using ZFS for this gives us advantages though that weren't possible with the old module. For instance, we can now exclude irrelevant snapshots.
Performance improvements for the actual listing of snapshots will be somewhat harder to come by. In the course of investigation, I noticed though that Windows queries the snapshot list twice. This means that I might be able to reduce the snapshot list generation time for the Windows UI significantly caching the results of that particular FSCTL.

Skip Lunch February 12, 2020 at 3:48 AM
Confirming this fixed it in my setup (Previous Versions took a while to populate - on a HDD mirror - maybe due to more snapshots showing - perhaps a future performance fix - thanks - looking fwd to 11.3U1 !

Andrew Walker February 11, 2020 at 7:58 PM
Create a backup copy of /usr/local/lib/shared-modules/vfs/shadow_copy_zfs.so, replace the original with the copy I uploaded, and then run the command "service smbd onerestart".
Details
Assignee
Andrew WalkerAndrew WalkerReporter
Skip LunchSkip LunchFix versions
Affects versions
Priority
Low
Details
Details
Assignee

Reporter

On 11.3-RELEASE:
Snapshots, while take (even after a manual snapshot is made for good measure), all come up empty on Windows 10 (latest updates) - including the manual snapshot.
Previous versions are also all empty.