File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
components/server/src/workspace Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1366,6 +1366,16 @@ export class WorkspaceStarter {
1366
1366
let volumeSnapshotInfo = new VolumeSnapshotInfo ( ) ;
1367
1367
const volumeSnapshots = await this . workspaceDb . trace ( traceCtx ) . findVolumeSnapshotById ( volumeSnapshotId ) ;
1368
1368
if ( volumeSnapshots !== undefined ) {
1369
+ log . info (
1370
+ {
1371
+ lastInstanceId : lastValidWorkspaceInstanceId ,
1372
+ volSnapshotId : volumeSnapshotId ,
1373
+ snapshotId : volumeSnapshots . id ,
1374
+ volumeHandle : volumeSnapshots . volumeHandle ,
1375
+ workspaceId : workspace . id ,
1376
+ } ,
1377
+ "starting workspace with volume snapshot info" ,
1378
+ ) ;
1369
1379
volumeSnapshotInfo . setVolumeSnapshotName ( volumeSnapshots . id ) ;
1370
1380
volumeSnapshotInfo . setVolumeSnapshotHandle ( volumeSnapshots . volumeHandle ) ;
1371
1381
}
You can’t perform that action at this time.
0 commit comments