Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 36ee694

Browse files
committed
Review comments addressed and Copyrights added
1 parent 27a2ba9 commit 36ee694

File tree

12 files changed

+26
-11
lines changed

12 files changed

+26
-11
lines changed

src/common/utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#
2+
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
3+
#
4+
15
import logging
26
import random
37
import time

src/dboperations/dboperations.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#
2+
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
3+
#
4+
15
import logging
26
import random
37
import time

src/plugin_runner.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#
2+
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
3+
#
4+
15
import pkgutil
26
import logging
37
import sys

src/pluginops/pluginops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2020 by Delphix. All rights reserved.
2+
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
33
#
44

55
#######################################################################################################################

src/resources/library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2020 by Delphix. All rights reserved.
2+
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
33
#
44
# library.sh
55
#

src/resources/provision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2018 by Delphix. All rights reserved.
2+
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
33
#
44

55
##DEBUG## In Delphix debug.log

src/resources/restore_stage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# Copyright (c) 2018 by Delphix. All rights reserved.
2+
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
33
PGM_NAME='restore_stage.sh'
44

55
# Load Library ...
@@ -583,6 +583,6 @@ export DLPX_LIBRARY_SOURCE=""
583583
export REPLICATION_PASS=""
584584
export STAGINGPASS=""
585585
export SOURCEPASS=""
586-
env | grep -v 'SOURCEPASS' | sort >>$DEBUG_LOG
586+
env | grep -v 'PASS' | sort >>$DEBUG_LOG
587587
log " <<<End"
588588
exit 0

src/resources/restore_stage_bi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2018 by Delphix. All rights reserved.
3+
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
44
# Program Name
55
PGM_NAME='restore_stage_bi.sh'
66

@@ -467,7 +467,7 @@ command_runner "${CMD}" 11
467467
log "Environment:"
468468
export DLPX_LIBRARY_SOURCE=""
469469
export STAGINGPASS=""
470-
env | grep -v 'STAGINGPASS' | sort >>$DEBUG_LOG
470+
env | grep -v 'PASS' | sort >>$DEBUG_LOG
471471
log "End"
472472
echo "Staging Started"
473473
exit 0

src/resources/restore_stage_si.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2018 by Delphix. All rights reserved.
3+
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
44
#
55

66
##DEBUG## In Delphix debug.log
@@ -261,6 +261,6 @@ eval ${CMD} 1>>${DEBUG_LOG} 2>&1
261261

262262
log "Environment: "
263263
export DLPX_LIBRARY_SOURCE=""
264-
env | grep -v 'STAGINGPASS' | sort >>$DEBUG_LOG
264+
env | grep -v 'PASS' | sort >>$DEBUG_LOG
265265
log "------------------------- End"
266266
exit 0

src/resources/startVirtual.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#
2+
# Copyright (c) 2021, 2023 by Delphix. All rights reserved.
3+
#
4+
#
25
set -x
36
PGM_NAME='startVirtual.sh'
47

0 commit comments

Comments
 (0)