Closed
Bug 390493
Opened 18 years ago
Closed 18 years ago
Create "production" linux VM for Mozilla1.8/FF2.0.0x by copying prometheus-vm
Categories
(mozilla.org Graveyard :: Server Operations, task, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: joduinn, Assigned: mrz)
References
Details
To further test build automation, we need a linux buildbot slave to be used by a "productions" buildbot master. This needs to run in a VM which contains the exact same bits as we currently use in prometheus-vm.
Once the new VM is copied and running, we need to setup a buildbot slave.
| Reporter | ||
Comment 1•18 years ago
|
||
This vm should be setup the same as the staging linux buildbot slave (see bug#388333 for details).
| Reporter | ||
Updated•18 years ago
|
OS: Mac OS X → Linux
| Reporter | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
| Reporter | ||
Updated•18 years ago
|
Assignee: build → joduinn
Status: ASSIGNED → NEW
| Reporter | ||
Updated•18 years ago
|
Blocks: end2end-bld
| Reporter | ||
Comment 2•18 years ago
|
||
Could you please create this new "production-prometheus-vm" from the recent backup to avoid downtime?
Just talked with mrz about this.
Assignee: joduinn → server-ops
Component: Build & Release → Server Operations
QA Contact: preed → justin
| Reporter | ||
Comment 3•18 years ago
|
||
From offline discussions, this VM does need to use local storage until the performance questions are resolved...
Summary: Create linux buildbot slave VM by copying prometheus-vm → Create "production" linux buildbot slave VM for Mozilla1.8/FF2.0.0x by copying prometheus-vm
| Assignee | ||
Comment 5•18 years ago
|
||
To make this easier, I added the backup copy to the inventory and am doing a clone. I'll leave it inventoried so you can do this in the future as well.
| Assignee | ||
Comment 6•18 years ago
|
||
Box up at 10.2.71.17.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 7•18 years ago
|
||
1) this has a DNS entry of production-prometheus-vm.build.mozilla.org.
2) This bug originally talks about two things:
- "IT please clone a VM". This is now done.
- "Build please install a buildbot slave". This is now tracked in bug#391786
Summary updated to clarify.
| Reporter | ||
Updated•18 years ago
|
Summary: Create "production" linux buildbot slave VM for Mozilla1.8/FF2.0.0x by copying prometheus-vm → Create "production" linux VM for Mozilla1.8/FF2.0.0x by copying prometheus-vm
| Reporter | ||
Comment 8•18 years ago
|
||
Unable to use this vm because the file-system is read-only, hence reopening bug. Help??
[buildmaster@build-console Automation]$ whoami
buildmaster
[buildmaster@build-console Automation]$ cd
[buildmaster@build-console ~]$ pwd
/home/buildmaster
[buildmaster@build-console ~]$ touch john
touch: cannot touch `john': Read-only file system
[buildmaster@build-console ~]$
[buildmaster@build-console Automation]$ cd Automation
[buildmaster@build-console Automation]$ pwd
/home/buildmaster/Automation
[buildmaster@build-console Automation]$ ls -la
total 88
drwxrwxr-x 15 buildmaster buildmaster 4096 Aug 8 12:32 .
drwx------ 6 buildmaster buildmaster 4096 Aug 9 09:48 ..
drwxrwxr-x 2 buildmaster buildmaster 4096 Aug 8 12:31 buildbot-configs
-rw-rw-r-- 1 buildmaster buildmaster 265 Aug 8 12:30 buildbot.tac
-rw------- 1 buildmaster buildmaster 172 Aug 8 12:31 changes.pck
drwx------ 2 buildmaster buildmaster 4096 Aug 8 12:31 l10nverify
drwx------ 2 buildmaster buildmaster 4096 Aug 8 12:31 linux_build
drwx------ 2 buildmaster buildmaster 4096 Aug 8 12:31 linux_update_verify
drwx------ 2 buildmaster buildmaster 4096 Aug 8 12:31 macosx_build
drwx------ 2 buildmaster buildmaster 4096 Aug 8 12:31 macosx_update_verify
lrwxrwxrwx 1 buildmaster buildmaster 27 Aug 8 12:31 master.cfg -> buildbot-configs/master.cfg
lrwxrwxrwx 1 buildmaster buildmaster 28 Aug 8 12:31 mozilla.css -> buildbot-configs/mozilla.css
drwx------ 2 buildmaster buildmaster 4096 Aug 8 12:31 sign
drwx------ 2 buildmaster buildmaster 4096 Aug 8 12:31 source
drwx------ 2 buildmaster buildmaster 4096 Aug 8 12:31 stage
drwx------ 2 buildmaster buildmaster 4096 Aug 8 12:31 tag
-rw-rw-r-- 1 buildmaster buildmaster 13795 Aug 9 22:19 twistd.log
-rw------- 1 buildmaster buildmaster 5 Aug 8 12:31 twistd.pid
drwx------ 2 buildmaster buildmaster 4096 Aug 8 12:31 update
drwx------ 2 buildmaster buildmaster 4096 Aug 8 12:31 win32_build
drwx------ 2 buildmaster buildmaster 4096 Aug 8 12:31 win32_update_verify
[buildmaster@build-console Automation]$ cp master.cfg master.cfg-backup2007aug10_01
cp: cannot create regular file `master.cfg-backup2007aug10_01': Read-only file system
[buildmaster@build-console Automation]$
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 9•18 years ago
|
||
I hit also found read-only file system over the weekend, with l10n-linux-tbox (which is new last week). Both the /var (/dev/sda2) and /builds (/dev/sdb1) disks had the problem, but I've rebooted and fsck'd since.
Comment 10•18 years ago
|
||
urgh, how about:
I also found read-only file system over the weekend, on l10n-linux-tbox
(which was new last week). Both the /var (/dev/sda2) and /builds (/dev/sdb1)
disks had the problem, but I've rebooted and fsck'd since. It's based on the new CentOS5 ref platform, unlike John's box.
| Reporter | ||
Comment 11•18 years ago
|
||
ugh, sorry, wrong bug. Reopened in error.
The problem I hit was with build-console.build.mozilla.org, not with production-prometheus-vm.build.console.org.
Status: REOPENED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•