Skip to content

Commit a7c15e0

Browse files
author
Logger
committed
Commited 906134
1 parent f8d5904 commit a7c15e0

File tree

82 files changed

+133648
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+133648
-0
lines changed

new_logs/906134/c-api.service

+1,621
Large diffs are not rendered by default.

new_logs/906134/c-sch.service

+954
Large diffs are not rendered by default.

new_logs/906134/c-vol.service

+819
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/tmp/devstack_logs/devstacklog.txt.2024-01-22-085328

new_logs/906134/devstack_logs/devstacklog.txt.2024-01-22-085328

+50,777
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2024-01-22 08:53:28.314 | stack.sh log /tmp/devstack_logs/devstacklog.txt.2024-01-22-085328
2+
2024-01-22 08:53:44.032 | Installing package prerequisites
3+
2024-01-22 08:57:49.020 | Starting RabbitMQ
4+
2024-01-22 08:58:45.175 | Installing OpenStack project source
5+
2024-01-22 09:12:21.565 | Installing Tempest
6+
2024-01-22 09:12:30.107 | Configuring and starting MySQL
7+
2024-01-22 09:13:01.062 | Starting Keystone
8+
2024-01-22 09:14:22.122 | Configuring Glance
9+
2024-01-22 09:14:22.388 | Configuring Neutron
10+
2024-01-22 09:15:12.229 | Configuring Cinder
11+
2024-01-22 09:15:12.418 | Configuring placement
12+
2024-01-22 09:15:33.367 | Configuring Nova
13+
2024-01-22 09:15:49.816 | Starting Nova API
14+
2024-01-22 09:15:55.678 | Starting OVN services
15+
2024-01-22 09:16:27.239 | Starting Neutron
16+
2024-01-22 09:16:33.950 | Starting Placement
17+
2024-01-22 09:16:40.706 | Creating initial neutron network elements
18+
2024-01-22 09:17:03.111 | Starting Nova
19+
2024-01-22 09:17:20.769 | Starting Cinder
20+
2024-01-22 09:17:33.688 | Starting Glance
21+
2024-01-22 09:17:38.066 | Uploading images
22+
2024-01-22 09:18:06.444 | Configuring lvm.conf global device filter
23+
2024-01-22 09:18:06.834 | set lvm.conf device global_filter to: global_filter = [ "a|loop3|", "r|.*|" ] # from devstack
24+
2024-01-22 09:18:07.444 | Initializing Tempest
25+
2024-01-22 09:20:10.054 | Installing Tempest Plugins
26+
2024-01-22 09:20:10.533 | stack.sh completed in 1608 seconds.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/tmp/devstack_logs/devstacklog.txt.2024-01-22-085328.summary.2024-01-22-085328

new_logs/906134/devstack_logs/dstat-csv.log

+477
Large diffs are not rendered by default.
+95
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
[[local|localrc]]
2+
3+
ADMIN_PASSWORD=hpinvent
4+
DATABASE_PASSWORD=$ADMIN_PASSWORD
5+
RABBIT_PASSWORD=$ADMIN_PASSWORD
6+
SERVICE_PASSWORD=$ADMIN_PASSWORD
7+
SERVICE_TOKEN=$ADMIN_PASSWORD
8+
SWIFT_HASH=$ADMIN_PASSWORD
9+
SWIFT_TEMPURL_KEY=$ADMIN_PASSWORD
10+
GIT_BASE=http://github.com
11+
12+
# Below lines enable only the minimum services required for Ironic.
13+
# # Enable more services as required.
14+
disable_service n-net
15+
disable_service horizon
16+
disable_service heat h-api h-api-cfn h-api-cw
17+
enable_service cinder c-sch c-api c-vol c-bak
18+
#enable_service s-proxy s-object s-container s-account
19+
SWIFT_START_ALL_SERVICES=True
20+
SWIFT_REPLICAS=1
21+
#
22+
SYSLOG=False
23+
SCREEN_LOGDIR=/tmp/devstack_logs
24+
IRONIC_VM_LOG_DIR=/tmp/devstack_logs/ironic-bm-logs
25+
LOGFILE=/tmp/devstack_logs/devstacklog.txt
26+
VERBOSE=True
27+
#ETCD_DOWNLOAD_URL=http://tarballs.openstack.org/etcd/
28+
ETCD_DOWNLOAD_URL=https://github.com/coreos/etcd/releases/download/
29+
30+
DOWNLOAD_DEFAULT_IMAGES=False
31+
IMAGE_URLS=https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
32+
#IMAGE_URLS=http://192.168.79.1:8000/cirros-0.5.1-x86_64-disk.img
33+
34+
# Neutron settings.
35+
USE_PYTHON3=True
36+
PYTHON3_VERSION=3.10
37+
38+
USE_SUBNETPOOL=False
39+
IP_VERSION=4
40+
#PHYSICAL_NETWORK=private
41+
#PROVIDER_NETWORK_TYPE=flat
42+
#Q_USE_PROVIDER_NETWORKING=True
43+
#Q_FLOATING_ALLOCATION_POOL=start=192.168.79.52,end=192.168.79.62
44+
#PUBLIC_NETWORK_GATEWAY="192.168.64.4"
45+
#PUBLIC_INTERFACE=ens3.10
46+
#Q_AGENT=linuxbridge
47+
#LB_PHYSICAL_INTERFACE=ens3.10
48+
#PUBLIC_PHYSICAL_NETWORK=default
49+
#LB_INTERFACE_MAPPINGS=default:ens3.10
50+
# Swift related options
51+
SWIFT_ENABLE_TEMPURLS="True"
52+
SWIFT_LOOPBACK_DISK_SIZE_DEFAULT=15G
53+
54+
FORCE=yes
55+
LOG_COLOR=True
56+
57+
58+
#PUBLIC_INTERFACE=ens3.10
59+
#OVS_PHYSICAL_BRIDGE=br-ens3.10
60+
#FIXED_RANGE=192.168.79.0/21
61+
#NETWORK_GATEWAY=192.168.64.4
62+
#PUBLIC_NETWORK_GATEWAY=192.168.64.4
63+
#ALLOCATION_POOL=start=192.168.79.52,end=192.168.79.62
64+
#IRONIC_DEPLOY_DRIVER=agent_ilo
65+
HOST_IP=10.201.4.32
66+
#IPV4_ADDRS_SAFE_TO_USE=192.168.79.0/21
67+
68+
69+
# Settings to enable use of hpmsa backend
70+
TEMPEST_VOLUME_VENDOR='Hewlett Packard Enterprise'
71+
TEMPEST_STORAGE_PROTOCOL=iSCSI
72+
TEMPEST_STORAGE_PROTOCOL=iSCSI
73+
TEMPEST_VOLUME_MANAGE_SNAPSHOT=False
74+
75+
[[post-config|\$NOVA_CONF]]
76+
[libvirt]
77+
num_iscsi_scan_tries=15
78+
iscsi_use_multipath=True
79+
#libvirt_type=qemu
80+
81+
# Use post-extra because the tempest configuration file is
82+
# overwritten with the .sample after post-config.
83+
[[post-extra|\$TEMPEST_CONFIG]]
84+
[volume]
85+
storage_protocol=iSCSI
86+
vendor_name=Hewlett Packard Enterprise
87+
88+
# new config variable introduced to tweak manage-snapshot feature as part of below commit
89+
# https://github.com/openstack-dev/devstack/commit/afac732d5d9b03da7abbd61f814c2f0d1a9039da?diff=split
90+
[volume-feature-enabled]
91+
manage_snapshot = False
92+
93+
[compute-feature-enabled]
94+
volume_multiattach = True
95+

new_logs/906134/dstat.service

+474
Large diffs are not rendered by default.
+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
#############
2+
# OpenStack #
3+
#############
4+
5+
[composite:osapi_volume]
6+
use = call:cinder.api:root_app_factory
7+
/: apiversions
8+
/healthcheck: healthcheck
9+
/v3: openstack_volume_api_v3
10+
11+
[composite:openstack_volume_api_v3]
12+
use = call:cinder.api.middleware.auth:pipeline_factory
13+
noauth = request_id cors http_proxy_to_wsgi faultwrap sizelimit osprofiler noauth apiv3
14+
noauth_include_project_id = request_id cors http_proxy_to_wsgi faultwrap sizelimit osprofiler noauth_include_project_id apiv3
15+
keystone = request_id cors http_proxy_to_wsgi faultwrap sizelimit osprofiler authtoken keystonecontext apiv3
16+
keystone_nolimit = request_id cors http_proxy_to_wsgi faultwrap sizelimit osprofiler authtoken keystonecontext apiv3
17+
18+
[filter:http_proxy_to_wsgi]
19+
paste.filter_factory = oslo_middleware.http_proxy_to_wsgi:HTTPProxyToWSGI.factory
20+
21+
[filter:cors]
22+
paste.filter_factory = oslo_middleware.cors:filter_factory
23+
oslo_config_project = cinder
24+
25+
[filter:faultwrap]
26+
paste.filter_factory = cinder.api.middleware.fault:FaultWrapper.factory
27+
28+
[filter:osprofiler]
29+
paste.filter_factory = osprofiler.web:WsgiMiddleware.factory
30+
31+
[filter:noauth]
32+
paste.filter_factory = cinder.api.middleware.auth:NoAuthMiddleware.factory
33+
34+
[filter:noauth_include_project_id]
35+
paste.filter_factory = cinder.api.middleware.auth:NoAuthMiddlewareIncludeProjectID.factory
36+
37+
[filter:sizelimit]
38+
paste.filter_factory = oslo_middleware.sizelimit:RequestBodySizeLimiter.factory
39+
40+
[app:apiv3]
41+
paste.app_factory = cinder.api.v3.router:APIRouter.factory
42+
43+
[pipeline:apiversions]
44+
pipeline = request_id cors http_proxy_to_wsgi faultwrap osvolumeversionapp
45+
46+
[app:osvolumeversionapp]
47+
paste.app_factory = cinder.api.versions:Versions.factory
48+
49+
[pipeline:healthcheck]
50+
pipeline = request_id healthcheckapp
51+
52+
[app:healthcheckapp]
53+
paste.app_factory = oslo_middleware:Healthcheck.app_factory
54+
backends = disable_by_file
55+
disable_by_file_path = /etc/cinder/healthcheck_disable
56+
57+
##########
58+
# Shared #
59+
##########
60+
61+
[filter:keystonecontext]
62+
paste.filter_factory = cinder.api.middleware.auth:CinderKeystoneContext.factory
63+
64+
[filter:authtoken]
65+
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
66+
67+
[filter:request_id]
68+
paste.filter_factory = cinder.api.middleware.request_id:RequestId.factory
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
[uwsgi]
3+
chmod-socket = 666
4+
socket = /var/run/uwsgi/cinder-wsgi.socket
5+
lazy-apps = true
6+
add-header = Connection: close
7+
buffer-size = 65535
8+
hook-master-start = unix_signal:15 gracefully_kill_them_all
9+
thunder-lock = true
10+
plugins = http,python3
11+
enable-threads = true
12+
worker-reload-mercy = 80
13+
exit-on-reload = false
14+
die-on-term = true
15+
master = true
16+
processes = 2
17+
wsgi-file = /opt/stack/data/venv/bin/cinder-wsgi
+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
2+
[keystone_authtoken]
3+
memcached_servers = localhost:11211
4+
cafile = /opt/stack/data/ca-bundle.pem
5+
project_domain_name = Default
6+
project_name = service
7+
user_domain_name = Default
8+
password = hpinvent
9+
username = cinder
10+
auth_url = http://10.201.4.32/identity
11+
interface = public
12+
auth_type = password
13+
14+
[DEFAULT]
15+
cinder_internal_tenant_user_id = 7268d8f9471c4e28b64cda50e5f60854
16+
cinder_internal_tenant_project_id = 3848498f47754751b586e2be9b59df54
17+
graceful_shutdown_timeout = 5
18+
glance_api_servers = http://10.201.4.32/image
19+
osapi_volume_workers = 2
20+
logging_exception_prefix = ERROR %(name)s %(instance)s
21+
logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s
22+
logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s
23+
logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}
24+
transport_url = rabbit://stackrabbit:[email protected]:5672/
25+
backup_swift_url = http://10.201.4.32:8080/v1/AUTH_
26+
backup_driver = cinder.backup.drivers.swift.SwiftBackupDriver
27+
default_volume_type = lvmdriver-1
28+
enabled_backends = lvmdriver-1
29+
service_down_time = 720
30+
report_interval = 120
31+
rpc_response_timeout = 120
32+
quota_snapshots = 10
33+
quota_backups = 10
34+
quota_volumes = 10
35+
my_ip = 10.201.4.32
36+
state_path = /opt/stack/data/cinder
37+
osapi_volume_listen = 0.0.0.0
38+
osapi_volume_extension = cinder.api.contrib.standard_extensions
39+
rootwrap_config = /etc/cinder/rootwrap.conf
40+
api_paste_config = /etc/cinder/api-paste.ini
41+
target_helper = lioadm
42+
debug = True
43+
44+
[database]
45+
connection = mysql+pymysql://root:[email protected]/cinder?charset=utf8&plugin=dbcounter
46+
47+
[oslo_concurrency]
48+
lock_path = /opt/stack/data/cinder
49+
50+
[key_manager]
51+
fixed_key = bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec
52+
backend = cinder.keymgr.conf_key_mgr.ConfKeyManager
53+
54+
[lvmdriver-1]
55+
image_volume_cache_enabled = True
56+
volume_clear = zero
57+
lvm_type = auto
58+
target_prefix = iqn.2010-10.org.openstack:
59+
target_port = 3260
60+
target_protocol = iscsi
61+
target_helper = lioadm
62+
volume_group = stack-volumes-lvmdriver-1
63+
volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
64+
volume_backend_name = lvmdriver-1
65+
66+
[nova]
67+
region_name = RegionOne
68+
memcached_servers = localhost:11211
69+
cafile = /opt/stack/data/ca-bundle.pem
70+
project_domain_name = Default
71+
project_name = service
72+
user_domain_name = Default
73+
password = hpinvent
74+
username = nova
75+
auth_url = http://10.201.4.32/identity
76+
interface = public
77+
auth_type = password
78+
79+
[coordination]
80+
backend_url = etcd3+http://10.201.4.32:2379?api_version=v3
81+
82+
[oslo_policy]
83+
enforce_new_defaults = false
84+
enforce_scope = false
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"volume": ["name", "status", "metadata",
3+
"bootable", "migration_status", "availability_zone",
4+
"group_id", "size", "created_at", "updated_at",
5+
"consumes_quota"],
6+
"backup": ["name", "status", "volume_id"],
7+
"snapshot": ["name", "status", "volume_id", "metadata",
8+
"availability_zone", "consumes_quota"],
9+
"group": ["name"],
10+
"group_snapshot": ["name", "status", "group_id"],
11+
"attachment": ["volume_id", "status", "instance_id", "attach_status"],
12+
"message": ["resource_uuid", "resource_type", "event_id",
13+
"request_id", "message_level"],
14+
"pool": ["name", "volume_type"],
15+
"volume_type": ["is_public", "extra_specs"]
16+
}
+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Configuration for cinder-rootwrap
2+
# This file should be owned by (and only-writeable by) the root user
3+
4+
[DEFAULT]
5+
# List of directories to load filter definitions from (separated by ',').
6+
# These directories MUST all be only writeable by root !
7+
filters_path=/etc/cinder/rootwrap.d
8+
9+
# List of directories to search executables in, in case filters do not
10+
# explicitely specify a full path (separated by ',')
11+
# If not specified, defaults to system PATH environment variable.
12+
# These directories MUST all be only writeable by root !
13+
#exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin,/usr/local/bin,/usr/local/sbin,/usr/lpp/mmfs/bin
14+
15+
# Enable logging to syslog
16+
# Default value is False
17+
use_syslog=False
18+
19+
# Which syslog facility to use.
20+
# Valid values include auth, authpriv, syslog, local0, local1...
21+
# Default value is 'syslog'
22+
syslog_log_facility=syslog
23+
24+
# Which messages to log.
25+
# INFO means log all usage
26+
# ERROR means only log unsuccessful attempts
27+
syslog_log_level=ERROR
28+
29+
# Rootwrap daemon exits after this seconds of inactivity
30+
daemon_timeout=600
31+
32+
# Rootwrap daemon limits itself to that many file descriptors (Linux only)
33+
rlimit_nofile=1024

0 commit comments

Comments
 (0)