-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Logger
committed
Dec 17, 2024
1 parent
0ab0d0f
commit 8e8d126
Showing
23 changed files
with
240,476 additions
and
29,323 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/tmp/devstack_logs/devstacklog.txt.2024-12-16-073104 | ||
/tmp/devstack_logs/devstacklog.txt.2024-12-17-153637 |
57,615 changes: 57,615 additions & 0 deletions
57,615
new_logs/916408/devstack_logs/devstacklog.txt.2024-12-17-153637
Large diffs are not rendered by default.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
new_logs/916408/devstack_logs/devstacklog.txt.2024-12-17-153637.summary.2024-12-17-153637
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
2024-12-17 15:36:37.387 | stack.sh log /tmp/devstack_logs/devstacklog.txt.2024-12-17-153637 | ||
2024-12-17 15:37:00.802 | Installing package prerequisites | ||
2024-12-17 15:43:12.739 | Starting RabbitMQ | ||
2024-12-17 15:43:55.497 | Installing OpenStack project source | ||
2024-12-17 15:54:05.696 | Installing Tempest | ||
2024-12-17 15:54:09.986 | Configuring and starting MySQL | ||
2024-12-17 15:54:30.295 | Starting Keystone | ||
2024-12-17 15:55:22.412 | Configuring Horizon | ||
2024-12-17 15:56:15.254 | Configuring Glance | ||
2024-12-17 15:56:15.621 | Configuring Neutron | ||
2024-12-17 15:57:09.629 | Configuring Swift | ||
2024-12-17 15:57:09.858 | Configuring Cinder | ||
2024-12-17 15:57:10.102 | Configuring placement | ||
2024-12-17 15:57:31.122 | Configuring Nova | ||
2024-12-17 15:57:48.060 | Starting Swift | ||
2024-12-17 15:58:03.914 | Starting Nova API | ||
2024-12-17 15:58:09.884 | Starting OVN services | ||
2024-12-17 15:58:45.237 | Starting Neutron | ||
2024-12-17 15:58:52.523 | Starting Placement | ||
2024-12-17 15:58:59.806 | Starting Nova | ||
2024-12-17 15:59:20.502 | Starting Cinder | ||
2024-12-17 15:59:34.139 | Starting Glance | ||
2024-12-17 15:59:39.110 | Uploading images | ||
2024-12-17 15:59:48.500 | Starting Horizon | ||
2024-12-17 16:00:11.399 | Configuring lvm.conf global device filter | ||
2024-12-17 16:00:11.754 | set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack | ||
2024-12-17 16:00:12.541 | Initializing Tempest | ||
2024-12-17 16:01:22.628 | Installing Tempest Plugins | ||
2024-12-17 16:01:23.308 | stack.sh completed in 1551 seconds. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/tmp/devstack_logs/devstacklog.txt.2024-12-16-073104.summary.2024-12-16-073104 | ||
/tmp/devstack_logs/devstacklog.txt.2024-12-17-153637.summary.2024-12-17-153637 |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,10 @@ interface = public | |
auth_type = password | ||
|
||
[DEFAULT] | ||
volume_name_template = openstack-ci-%s | ||
iscsi_helper = tgtadm | ||
cinder_internal_tenant_user_id = e56e330f904d4929a44281621bf86546 | ||
cinder_internal_tenant_project_id = 57b6bd0aa0f7482b93d8ed167a3da1db | ||
graceful_shutdown_timeout = 5 | ||
glance_api_servers = http://10.201.5.82/image | ||
osapi_volume_workers = 2 | ||
|
@@ -47,11 +51,18 @@ connection = mysql+pymysql://root:[email protected]/cinder?charset=utf8&pl | |
lock_path = /opt/stack/data/cinder | ||
|
||
[key_manager] | ||
fixed_key = 538d1bbdb7a3d27f98e1755b409b7149 | ||
fixed_key = bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec | ||
backend = cinder.keymgr.conf_key_mgr.ConfKeyManager | ||
|
||
[nimble] | ||
image_volume_cache_enabled = True | ||
volume_driver = cinder.volume.drivers.hpe.nimble.NimbleISCSIDriver | ||
volume_backend_name = nimble | ||
san_login = admin | ||
san_password = Nim123Boli# | ||
num_volume_device_scan_tries = 10 | ||
nimble_subnet_label = management | ||
san_ip = 10.132.239.55 | ||
image_volume_cache_enabled = true | ||
|
||
[nova] | ||
region_name = RegionOne | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
acomV385XqSwNHXfmwLxWwezXp0YgZgftmQzEx4Zj3A= | ||
uZ0OTiX2nDbIj6MWeCEkkwoKbjccoc6lBJU-AprXhig= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
_ftjY8dfbrcVxaDTipVIr2DodUop64GK1CFauj6mP7I= | ||
jcI_hfj186wZcFrc-rrCk2jB0qC7u1P5332EBCqMcIQ= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ZxeeKeGySz0MCrU0yezgT6EZ9I1hQhcIh1EtHAOZcjg= | ||
g7wd8dmSmYky2wMwQ95VnxeGWOyvGYbSjVUXe2fWEyg= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
W7uSdvdyfllFZGdSOtZ6UAr2k_l6d_A6SJoEB_r8r90= | ||
ov6qSmuQqG_KlyueF2Y6gUjRZipZwb1S8RBzglFF2KA= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,65 @@ | ||
-- No entries -- | ||
Dec 17 15:54:28 ubuntu systemd[1]: Starting Devstack [email protected]... | ||
Dec 17 15:54:28 ubuntu etcd[67541]: WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated. | ||
Dec 17 15:54:28 ubuntu etcd[67541]: A future release of golang/protobuf will delete this package, | ||
Dec 17 15:54:28 ubuntu etcd[67541]: which has long been excluded from the compatibility promise. | ||
Dec 17 15:54:28 ubuntu etcd[67541]: [WARNING] Deprecated '--logger=capnslog' flag is set; use '--logger=zap' flag instead | ||
Dec 17 15:54:28 ubuntu etcd[67541]: Running http and grpc server on single port. This is not recommended for production. | ||
Dec 17 15:54:28 ubuntu etcd[67541]: etcd Version: 3.4.27 | ||
Dec 17 15:54:28 ubuntu etcd[67541]: [WARNING] Deprecated '--logger=capnslog' flag is set; use '--logger=zap' flag instead | ||
Dec 17 15:54:28 ubuntu etcd[67541]: Git SHA: c92fb80f3 | ||
Dec 17 15:54:28 ubuntu etcd[67541]: Go Version: go1.19.10 | ||
Dec 17 15:54:28 ubuntu etcd[67541]: Go OS/Arch: linux/amd64 | ||
Dec 17 15:54:28 ubuntu etcd[67541]: setting maximum number of CPUs to 4, total number of available CPUs is 4 | ||
Dec 17 15:54:28 ubuntu etcd[67541]: Running http and grpc server on single port. This is not recommended for production. | ||
Dec 17 15:54:28 ubuntu etcd[67541]: name = ubuntu | ||
Dec 17 15:54:28 ubuntu etcd[67541]: data dir = /opt/stack/data/etcd | ||
Dec 17 15:54:28 ubuntu etcd[67541]: member dir = /opt/stack/data/etcd/member | ||
Dec 17 15:54:28 ubuntu etcd[67541]: heartbeat = 100ms | ||
Dec 17 15:54:28 ubuntu etcd[67541]: election = 1000ms | ||
Dec 17 15:54:28 ubuntu etcd[67541]: snapshot count = 100000 | ||
Dec 17 15:54:28 ubuntu etcd[67541]: advertise client URLs = http://10.201.5.82:2379 | ||
Dec 17 15:54:28 ubuntu etcd[67541]: check file permission: directory "/opt/stack/data/etcd" exist, but the permission is "dtrwxrwxrwx". The recommended permission is "-rwx------" to prevent possible unprivileged access to the data. | ||
Dec 17 15:54:28 ubuntu etcd[67541]: starting member 43038365673ccf7b in cluster 4e30dcbc85f3b47b | ||
Dec 17 15:54:28 ubuntu etcd[67541]: raft2024/12/17 15:54:28 INFO: 43038365673ccf7b switched to configuration voters=() | ||
Dec 17 15:54:28 ubuntu etcd[67541]: raft2024/12/17 15:54:28 INFO: 43038365673ccf7b became follower at term 0 | ||
Dec 17 15:54:28 ubuntu etcd[67541]: raft2024/12/17 15:54:28 INFO: newRaft 43038365673ccf7b [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] | ||
Dec 17 15:54:28 ubuntu etcd[67541]: raft2024/12/17 15:54:28 INFO: 43038365673ccf7b became follower at term 1 | ||
Dec 17 15:54:28 ubuntu etcd[67541]: raft2024/12/17 15:54:28 INFO: 43038365673ccf7b switched to configuration voters=(4828847697018277755) | ||
Dec 17 15:54:28 ubuntu etcd[67541]: simple token is not cryptographically signed | ||
Dec 17 15:54:28 ubuntu etcd[67541]: starting server... [version: 3.4.27, cluster version: to_be_decided] | ||
Dec 17 15:54:28 ubuntu etcd[67541]: 43038365673ccf7b as single-node; fast-forwarding 9 ticks (election ticks 10) | ||
Dec 17 15:54:28 ubuntu etcd[67541]: raft2024/12/17 15:54:28 INFO: 43038365673ccf7b switched to configuration voters=(4828847697018277755) | ||
Dec 17 15:54:28 ubuntu etcd[67541]: added member 43038365673ccf7b [http://10.201.5.82:2380] to cluster 4e30dcbc85f3b47b | ||
Dec 17 15:54:28 ubuntu etcd[67541]: started to purge file, dir: /opt/stack/data/etcd/member/snap, suffix: snap.db, max: 5, interval: 30s | ||
Dec 17 15:54:28 ubuntu etcd[67541]: started to purge file, dir: /opt/stack/data/etcd/member/snap, suffix: snap, max: 5, interval: 30s | ||
Dec 17 15:54:28 ubuntu etcd[67541]: started to purge file, dir: /opt/stack/data/etcd/member/wal, suffix: wal, max: 5, interval: 30s | ||
Dec 17 15:54:28 ubuntu etcd[67541]: listening for peers on [::]:2380 | ||
Dec 17 15:54:29 ubuntu etcd[67541]: raft2024/12/17 15:54:29 INFO: 43038365673ccf7b is starting a new election at term 1 | ||
Dec 17 15:54:29 ubuntu etcd[67541]: raft2024/12/17 15:54:29 INFO: 43038365673ccf7b became candidate at term 2 | ||
Dec 17 15:54:29 ubuntu etcd[67541]: raft2024/12/17 15:54:29 INFO: 43038365673ccf7b received MsgVoteResp from 43038365673ccf7b at term 2 | ||
Dec 17 15:54:29 ubuntu etcd[67541]: raft2024/12/17 15:54:29 INFO: 43038365673ccf7b became leader at term 2 | ||
Dec 17 15:54:29 ubuntu etcd[67541]: raft2024/12/17 15:54:29 INFO: raft.node: 43038365673ccf7b elected leader 43038365673ccf7b at term 2 | ||
Dec 17 15:54:29 ubuntu etcd[67541]: setting up the initial cluster version to 3.4 | ||
Dec 17 15:54:29 ubuntu etcd[67541]: published {Name:ubuntu ClientURLs:[http://10.201.5.82:2379]} to cluster 4e30dcbc85f3b47b | ||
Dec 17 15:54:29 ubuntu etcd[67541]: ready to serve client requests | ||
Dec 17 15:54:29 ubuntu systemd[1]: Started Devstack [email protected]. | ||
Dec 17 15:54:29 ubuntu etcd[67541]: serving insecure client requests on 10.201.5.82:2379, this is strongly discouraged! | ||
Dec 17 15:54:29 ubuntu etcd[67541]: set the initial cluster version to 3.4 | ||
Dec 17 15:54:29 ubuntu etcd[67541]: enabled capabilities for version 3.4 | ||
Dec 17 15:59:24 ubuntu etcd[67541]: start time = 2024-12-17 15:59:24.284480931 +0000 UTC m=+296.031330896, time spent = 1.393352ms, remote = 10.201.5.82:39628, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = | ||
Dec 17 15:59:24 ubuntu etcd[67541]: start time = 2024-12-17 15:59:24.340711757 +0000 UTC m=+296.087561730, time spent = 191.057µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = | ||
Dec 17 15:59:31 ubuntu etcd[67541]: start time = 2024-12-17 15:59:31.226547638 +0000 UTC m=+302.973397614, time spent = 202.026µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = | ||
Dec 17 15:59:33 ubuntu etcd[67541]: start time = 2024-12-17 15:59:33.613702795 +0000 UTC m=+305.360552771, time spent = 402.308µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = | ||
Dec 17 16:02:37 ubuntu etcd[67541]: start time = 2024-12-17 16:02:37.877383631 +0000 UTC m=+489.624233607, time spent = 311.59µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = | ||
Dec 17 16:02:37 ubuntu etcd[67541]: start time = 2024-12-17 16:02:37.907356317 +0000 UTC m=+489.654206286, time spent = 131.63µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = | ||
Dec 17 16:02:38 ubuntu etcd[67541]: start time = 2024-12-17 16:02:38.339729271 +0000 UTC m=+490.086579253, time spent = 165.869µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = | ||
Dec 17 16:02:41 ubuntu etcd[67541]: start time = 2024-12-17 16:02:41.094576952 +0000 UTC m=+492.841426924, time spent = 190.987µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = | ||
Dec 17 16:04:28 ubuntu etcd[67541]: start time = 2024-12-17 16:04:28.306289555 +0000 UTC m=+600.053139581, time spent = 745.49µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = | ||
Dec 17 16:04:28 ubuntu etcd[67541]: start time = 2024-12-17 16:04:28.310929556 +0000 UTC m=+600.057779518, time spent = 499.454µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.KV/Txn, request count = 1, request size = 86, response count = 0, response size = 36, request content = compare:<target:CREATE key:"/tooz/lockscinder-b1f7b312-c3f9-477c-92e4-092da4790632" create_revision:0 > success:<request_put:<key:"/tooz/lockscinder-b1f7b312-c3f9-477c-92e4-092da4790632" value_size:16 lease:5727333895577288985 >> failure:<request_range:<key:"/tooz/lockscinder-b1f7b312-c3f9-477c-92e4-092da4790632" > > | ||
Dec 17 16:04:31 ubuntu etcd[67541]: start time = 2024-12-17 16:04:31.185735245 +0000 UTC m=+602.932585233, time spent = 560.195µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.KV/Txn, request count = 1, request size = 58, response count = 0, response size = 38, request content = compare:<target:VALUE key:"/tooz/lockscinder-b1f7b312-c3f9-477c-92e4-092da4790632" value_size:16 > success:<request_delete_range:<key:"/tooz/lockscinder-b1f7b312-c3f9-477c-92e4-092da4790632" > > failure:<> | ||
Dec 17 16:04:31 ubuntu etcd[67541]: start time = 2024-12-17 16:04:31.529530355 +0000 UTC m=+603.276380330, time spent = 256.76µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = | ||
Dec 17 16:04:31 ubuntu etcd[67541]: start time = 2024-12-17 16:04:31.531433906 +0000 UTC m=+603.278283896, time spent = 185.56µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.KV/Txn, request count = 1, request size = 86, response count = 0, response size = 36, request content = compare:<target:CREATE key:"/tooz/lockscinder-b1f7b312-c3f9-477c-92e4-092da4790632" create_revision:0 > success:<request_put:<key:"/tooz/lockscinder-b1f7b312-c3f9-477c-92e4-092da4790632" value_size:16 lease:5727333895577288989 >> failure:<request_range:<key:"/tooz/lockscinder-b1f7b312-c3f9-477c-92e4-092da4790632" > > | ||
Dec 17 16:04:32 ubuntu etcd[67541]: start time = 2024-12-17 16:04:32.322844564 +0000 UTC m=+604.069694568, time spent = 355.702µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.KV/Txn, request count = 1, request size = 58, response count = 0, response size = 38, request content = compare:<target:VALUE key:"/tooz/lockscinder-b1f7b312-c3f9-477c-92e4-092da4790632" value_size:16 > success:<request_delete_range:<key:"/tooz/lockscinder-b1f7b312-c3f9-477c-92e4-092da4790632" > > failure:<> | ||
Dec 17 16:04:32 ubuntu etcd[67541]: start time = 2024-12-17 16:04:32.538672972 +0000 UTC m=+604.285522946, time spent = 243.146µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = | ||
Dec 17 16:04:32 ubuntu etcd[67541]: start time = 2024-12-17 16:04:32.540975416 +0000 UTC m=+604.287825390, time spent = 180.431µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.KV/Txn, request count = 1, request size = 86, response count = 0, response size = 36, request content = compare:<target:CREATE key:"/tooz/lockscinder-b1f7b312-c3f9-477c-92e4-092da4790632" create_revision:0 > success:<request_put:<key:"/tooz/lockscinder-b1f7b312-c3f9-477c-92e4-092da4790632" value_size:16 lease:5727333895577288993 >> failure:<request_range:<key:"/tooz/lockscinder-b1f7b312-c3f9-477c-92e4-092da4790632" > > | ||
Dec 17 16:04:33 ubuntu etcd[67541]: start time = 2024-12-17 16:04:33.328968672 +0000 UTC m=+605.075818649, time spent = 273.959µs, remote = 10.201.5.82:39628, response type = /etcdserverpb.KV/Txn, request count = 1, request size = 58, response count = 0, response size = 38, request content = compare:<target:VALUE key:"/tooz/lockscinder-b1f7b312-c3f9-477c-92e4-092da4790632" value_size:16 > success:<request_delete_range:<key:"/tooz/lockscinder-b1f7b312-c3f9-477c-92e4-092da4790632" > > failure:<> |
Oops, something went wrong.