| Summary: | Met 'RangeError' to execute oo-accept-node while deleting one record from /etc/passwd | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | zhaozhanqi <zzhao> |
| Component: | Containers | Assignee: | Rob Millner <rmillner> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | mfisher, rmillner, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-08-29 12:54:22 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
zhaozhanqi
2013-08-21 11:08:21 UTC
Pull request: https://github.com/openshift/origin-server/pull/3454 Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/d7eb986cb3deb0b91dfc8a6cca06d161a56ccd44 Bug 999460 - Trap range error on large, all numeric UUIDs for the test to see if the UUID is really a UID. Tested this issue on devenv_stage_448, it has been fixed 1) delete user record 479428171624072284733440 from /etc/passwd 2) oo-accept-node [root@ip-10-40-25-14 openshift]# oo-accept-node -v INFO: loading node configuration file /etc/openshift/node.conf INFO: loading resource limit file /etc/openshift/resource_limits.conf INFO: finding external network device INFO: checking node public hostname resolution INFO: checking selinux status INFO: checking selinux openshift-hosted policy INFO: checking selinux booleans INFO: checking selinux nodes INFO: checking package list INFO: checking services INFO: checking kernel semaphores >= 512 INFO: checking cgroups configuration INFO: checking cgroups processes INFO: checking presence of tc qdisc INFO: checking for cgroup filter INFO: checking presence of tc classes INFO: checking filesystem quotas INFO: checking quota db file selinux label INFO: checking 0 user accounts INFO: checking application dirs FAIL: directory 479428171624072284733440 doesn't have an associated user INFO: checking system httpd configs FAIL: httpd config references UUID without associated gear: '479428171624072284733440' INFO: checking cartridge repository 2 ERRORS [root@ip-10-40-25-14 openshift]# which oo-accept-node /usr/sbin/oo-accept-node |