You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the recipe gcp_turbinia_disk_copy_ts running into an issue where two Turbinia requests are created for the same evidence (one of the original evidence and one of the snapshot of the original evidence). This only seems to be happening when running the recipe with the same project id for source_project_name and analysis_project_name
Sample of dftw log output (happy to provide more output if needed for debugging)
ThreadPoolExecutor-1_0: Running (pvc-eeb11398-c00d-4d86-a2c9-3cf21d947727) Turbinia processing fails due to already being attached to a different resource
ThreadPoolExecutor-1_1: Running (evidence-pvc-eeb11398-c00d-4d86-a2c9-3cf21d947727-f688924a-copy) runs as intended per it being a snapshot of the original evidence
The text was updated successfully, but these errors were encountered:
I think the problem here is that dfTimewolf sees these two disks as unique objects to process. Maybe It's an ordering issue in the recipe? GCEForensicsVM probably should not output a dfTimewolf container that is accepted by the Turbinia processing module.
When running the recipe
gcp_turbinia_disk_copy_ts
running into an issue where two Turbinia requests are created for the same evidence (one of the original evidence and one of the snapshot of the original evidence). This only seems to be happening when running the recipe with the same project id forsource_project_name
andanalysis_project_name
Sample of dftw log output (happy to provide more output if needed for debugging)
ThreadPoolExecutor-1_0: Running (pvc-eeb11398-c00d-4d86-a2c9-3cf21d947727)
Turbinia processing fails due to already being attached to a different resourceThreadPoolExecutor-1_1: Running (evidence-pvc-eeb11398-c00d-4d86-a2c9-3cf21d947727-f688924a-copy)
runs as intended per it being a snapshot of the original evidenceThe text was updated successfully, but these errors were encountered: