-
Notifications
You must be signed in to change notification settings - Fork 29
Subject: [PATCH] Change aic script to manage LVM partition #35
base: celadon/p/mr0/master
Are you sure you want to change the base?
Subject: [PATCH] Change aic script to manage LVM partition #35
Conversation
sysopenci
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autobuild started from pull-request-changes on this PR.
Cactus automatically verified this PR.
For more information, see: /absp/builders/celadon_pmr0_cic-autobuild/builds/68
sysopenci
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autobuild started from pull-request-changes on this PR.
Cactus automatically verified this PR.
For more information, see: /absp/builders/celadon_pmr0_cic-autobuild/builds/69
| echo "[AIC] create aic-manager container..." | ||
| $DOCKER container create --name aic-manager --init --net host --privileged=true $AIC_MANAGER_CONTAINER_OPTION $AIC_MANAGER_IMAGE $AIC_MANAGER_CONTAINER_CMDS | ||
|
|
||
| # Check data image file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add an install option to include FEB codes.
host/docker/scripts/aic
Outdated
| IP=172.100.$((($i + 2) / 256)).$((($i + 2) % 256)) | ||
|
|
||
| ANDROID_CONTAINER_OPTION="$ANDROID_CONTAINER_OPTION_BK -v $WORK_DIR/data$i:/data" | ||
| if [ "$PLATFORM_HARDWARE" = "server" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add an install option to include FEB codes.
host/docker/scripts/aic
Outdated
| if [[ ! $EXISTED_CONTAINERS =~ (^|[[:space:]])"$c"($|[[:space:]]) ]]; then | ||
| echo "[AIC] $c not existed!" | ||
| else | ||
| prepare_data_partition $c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add an install option to include FEB codes.
sysopenci
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autobuild started from pull-request-changes on this PR.
Cactus automatically verified this PR.
For more information, see: /absp/builders/celadon_pmr0_cic-autobuild/builds/93
sysopenci
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autobuild started from pull-request-changes on this PR.
Cactus automatically verified this PR.
For more information, see: /absp/builders/celadon_pmr0_cic-autobuild/builds/94
sysopenci
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autobuild started from pull-request-changes on this PR.
Cactus automatically verified this PR.
For more information, see: /absp/builders/celadon_pmr0_cic-autobuild/builds/95
sysopenci
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autobuild started from pull-request-changes on this PR.
Cactus automatically verified this PR.
For more information, see: /absp/builders/celadon_pmr0_cic-autobuild/builds/96
sysopenci
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autobuild started from pull-request-changes on this PR.
Cactus automatically verified this PR.
For more information, see: /absp/builders/celadon_pmr0_cic-autobuild/builds/97
Change android-entry to create LVM block device Tracked-On:OAM-88642 Signed-off-by: Ai, Ting <[email protected]> Signed-off-by: Fengqian Gao <[email protected]>
sysopenci
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autobuild started from pull-request-changes on this PR.
Cactus automatically verified this PR.
For more information, see: /absp/builders/celadon_pmr0_cic-autobuild/builds/101
sysopenci
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autobuild started from pull-request-changes on this PR.
Cactus automatically verified this PR.
For more information, see: /absp/builders/celadon_pmr0_cic-autobuild/builds/102
Change android-entry to create LVM block device
Tracked-On:OAM-88642
Signed-off-by: Ai, Ting [email protected]
Signed-off-by: Fengqian Gao [email protected]