Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This is LXC container
- # For test, only this (oncoming)node2, not other nodes or devices
- # node2 is dir in /storage/swift/node2 path - look below for "tree"
- cd /etc/swift
- swift-ring-builder account.builder create 10 1 1
- swift-ring-builder account.builder add --region 1 --zone 1 --ip 192.168.224.240 --port 6202 --device node2 --weight 100
- swift-ring-builder account.builder rebalance
- swift-ring-builder container.builder create 10 1 1
- swift-ring-builder container.builder add --region 1 --zone 1 --ip 192.168.224.240 --port 6201 --device node2 --weight 100
- swift-ring-builder container.builder rebalance
- swift-ring-builder object.builder create 10 1 1
- swift-ring-builder object.builder add --region 1 --zone 1 --ip 192.168.224.240 --port 6200 --device node2 --weight 100
- swift-ring-builder object.builder rebalance
- cat /etc/swift/account-server.conf | grep device
- devices = /storage/swift
- cat /etc/swift/container-server.conf | grep devices
- devices = /storage/swift
- cat /etc/swift/object-server.conf | grep devices
- devices = /storage/swift
- tree /storage/
- /storage/
- └── swift
- └── node2
- df -h
- Filesystem Size Used Avail Use% Mounted on
- /dev/mapper/data-swift 2.0T 3.4G 2.0T 1% /
- none 492K 0 492K 0% /dev
- tmpfs 2.0G 4.0K 2.0G 1% /dev/shm
- tmpfs 2.0G 8.1M 2.0G 1% /run
- tmpfs 5.0M 0 5.0M 0% /run/lock
- tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
- tmpfs 393M 0 393M 0% /run/user/0
- ls -l /etc/swift/
- total 192
- -rw-r--r-- 1 root swift 4727 Mar 9 15:43 account.builder
- -rw-r--r-- 1 root swift 197 Mar 9 15:43 account.ring.gz
- -rw-r--r-- 1 root swift 9770 Mar 9 16:44 account-server.conf
- -rw-r--r-- 1 root swift 9777 Mar 9 13:17 account-server.conf.dist
- drwxr-xr-x 2 root swift 315 Mar 9 15:45 backups
- -rw-r--r-- 1 root swift 4727 Mar 9 15:44 container.builder
- -rw-r--r-- 1 root swift 198 Mar 9 15:44 container.ring.gz
- -rw-r--r-- 1 root swift 11022 Mar 9 16:44 container-server.conf
- -rw-r--r-- 1 root swift 11028 Mar 9 13:30 container-server.conf.dist
- -rw-r--r-- 1 root swift 4727 Mar 9 15:45 object.builder
- -rw-r--r-- 1 root swift 195 Mar 9 15:45 object.ring.gz
- -rw-r--r-- 1 root swift 18171 Mar 9 16:45 object-server.conf
- -rw-r--r-- 1 root swift 18178 Mar 9 13:42 object-server.conf.dist
- -rw-r--r-- 1 root swift 41660 Mar 9 16:45 proxy-server.conf
- -rw-r--r-- 1 root swift 1537 Mar 9 16:00 swift-cert.crt
- -rw------- 1 root swift 1704 Mar 9 16:00 swift-cert.key
- -rw-r--r-- 1 root swift 7905 Mar 9 16:45 swift.conf
- -rw-r--r-- 1 root swift 7894 Mar 9 15:50 swift.conf.dist
- >>> ls -l /storage/
- total 0
- drwxrwxrwx 3 swift swift 19 Mar 9 11:26 swift
- >>> ls -l /storage/swift/
- total 0
- drwxrwxrwx 2 swift swift 6 Mar 9 15:22 node2
- >>> ls -l /storage/swift/node2/
- total 0
- >>>
- ls -l /var/log/swift/
- total 12
- -rw-r----- 1 root adm 8770 Mar 9 16:48 proxy.log
- >>> cat /var/log/swift/proxy.log
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: Traceback (most recent call last):
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: File "/usr/bin/swift-proxy-server", line 23, in <module>
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: sys.exit(run_wsgi(conf_file, 'proxy-server', **options))
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 898, in run_wsgi
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: error_msg = strategy.bind_ports()
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 490, in bind_ports
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: self.sock = get_socket(self.conf)
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 198, in get_socket
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: keyfile=conf['key_file'])
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: File "/usr/lib/python2.7/dist-packages/eventlet/green/ssl.py", line 348, in wrap_socket
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: return GreenSSLSocket(sock, *a, **kw)
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: File "/usr/lib/python2.7/dist-packages/eventlet/green/ssl.py", line 68, in __init__
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: ca_certs, do_handshake_on_connect and six.PY2, *args, **kw)
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: File "/usr/lib/python2.7/ssl.py", line 554, in __init__
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: self._context.load_cert_chain(certfile, keyfile)
- Mar 9 16:47:59 storage2 swift-proxy-server[484]: IOError: [Errno 13] Permission denied
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: Traceback (most recent call last):
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: File "/usr/bin/swift-proxy-server", line 23, in <module>
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: sys.exit(run_wsgi(conf_file, 'proxy-server', **options))
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 898, in run_wsgi
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: error_msg = strategy.bind_ports()
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 490, in bind_ports
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: self.sock = get_socket(self.conf)
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 198, in get_socket
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: keyfile=conf['key_file'])
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: File "/usr/lib/python2.7/dist-packages/eventlet/green/ssl.py", line 348, in wrap_socket
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: return GreenSSLSocket(sock, *a, **kw)
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: File "/usr/lib/python2.7/dist-packages/eventlet/green/ssl.py", line 68, in __init__
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: ca_certs, do_handshake_on_connect and six.PY2, *args, **kw)
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: File "/usr/lib/python2.7/ssl.py", line 554, in __init__
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: self._context.load_cert_chain(certfile, keyfile)
- Mar 9 16:47:59 storage2 swift-proxy-server[509]: IOError: [Errno 13] Permission denied
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: Traceback (most recent call last):
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: File "/usr/bin/swift-proxy-server", line 23, in <module>
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: sys.exit(run_wsgi(conf_file, 'proxy-server', **options))
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 898, in run_wsgi
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: error_msg = strategy.bind_ports()
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 490, in bind_ports
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: self.sock = get_socket(self.conf)
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 198, in get_socket
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: keyfile=conf['key_file'])
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: File "/usr/lib/python2.7/dist-packages/eventlet/green/ssl.py", line 348, in wrap_socket
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: return GreenSSLSocket(sock, *a, **kw)
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: File "/usr/lib/python2.7/dist-packages/eventlet/green/ssl.py", line 68, in __init__
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: ca_certs, do_handshake_on_connect and six.PY2, *args, **kw)
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: File "/usr/lib/python2.7/ssl.py", line 554, in __init__
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: self._context.load_cert_chain(certfile, keyfile)
- Mar 9 16:48:00 storage2 swift-proxy-server[517]: IOError: [Errno 13] Permission denied
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: Traceback (most recent call last):
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: File "/usr/bin/swift-proxy-server", line 23, in <module>
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: sys.exit(run_wsgi(conf_file, 'proxy-server', **options))
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 898, in run_wsgi
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: error_msg = strategy.bind_ports()
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 490, in bind_ports
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: self.sock = get_socket(self.conf)
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 198, in get_socket
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: keyfile=conf['key_file'])
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: File "/usr/lib/python2.7/dist-packages/eventlet/green/ssl.py", line 348, in wrap_socket
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: return GreenSSLSocket(sock, *a, **kw)
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: File "/usr/lib/python2.7/dist-packages/eventlet/green/ssl.py", line 68, in __init__
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: ca_certs, do_handshake_on_connect and six.PY2, *args, **kw)
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: File "/usr/lib/python2.7/ssl.py", line 554, in __init__
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: self._context.load_cert_chain(certfile, keyfile)
- Mar 9 16:48:00 storage2 swift-proxy-server[526]: IOError: [Errno 13] Permission denied
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: Traceback (most recent call last):
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: File "/usr/bin/swift-proxy-server", line 23, in <module>
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: sys.exit(run_wsgi(conf_file, 'proxy-server', **options))
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 898, in run_wsgi
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: error_msg = strategy.bind_ports()
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 490, in bind_ports
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: self.sock = get_socket(self.conf)
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 198, in get_socket
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: keyfile=conf['key_file'])
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: File "/usr/lib/python2.7/dist-packages/eventlet/green/ssl.py", line 348, in wrap_socket
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: return GreenSSLSocket(sock, *a, **kw)
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: File "/usr/lib/python2.7/dist-packages/eventlet/green/ssl.py", line 68, in __init__
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: ca_certs, do_handshake_on_connect and six.PY2, *args, **kw)
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: File "/usr/lib/python2.7/ssl.py", line 554, in __init__
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: self._context.load_cert_chain(certfile, keyfile)
- Mar 9 16:48:01 storage2 swift-proxy-server[534]: IOError: [Errno 13] Permission denied
- cat /var/log/syslog
- Mar 9 16:47:24 storage2 systemd[1]: Removed slice system-getty.slice.
- Mar 9 16:47:24 storage2 systemd[1]: Stopping Session 437 of user root.
- Mar 9 16:47:24 storage2 systemd[1]: Stopping User Manager for UID 0...
- Mar 9 16:47:24 storage2 systemd[1]: Stopped target Timers.
- Mar 9 16:47:24 storage2 systemd[1]: Stopped Daily apt upgrade and clean activities.
- Mar 9 16:47:24 storage2 systemd-memcached-wrapper[169]: Signal handled: Terminated.
- Mar 9 16:47:24 storage2 systemd[1]: Stopped Daily apt download activities.
- Mar 9 16:47:24 storage2 systemd[1]: Stopped target System Time Synchronized.
- Mar 9 16:47:24 storage2 systemd[1]: Stopped Daily Cleanup of Temporary Directories.
- Mar 9 16:47:25 storage2 systemd[1]: systemd-journal-flush.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting Flush Journal to Persistent Storage...
- Mar 9 16:47:25 storage2 systemd[1]: Started Flush Journal to Persistent Storage.
- Mar 9 16:47:25 storage2 systemd[1]: systemd-tmpfiles-setup.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting Create Volatile Files and Directories...
- Mar 9 16:47:25 storage2 systemd[1]: systemd-journal-flush.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Started Create Volatile Files and Directories.
- Mar 9 16:47:25 storage2 systemd[1]: Reached target System Time Synchronized.
- Mar 9 16:47:25 storage2 systemd[1]: systemd-update-utmp.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
- Mar 9 16:47:25 storage2 systemd[1]: systemd-tmpfiles-setup.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Started Update UTMP about System Boot/Shutdown.
- Mar 9 16:47:25 storage2 systemd[1]: Reached target System Initialization.
- Mar 9 16:47:25 storage2 systemd[1]: Started Daily Cleanup of Temporary Directories.
- Mar 9 16:47:25 storage2 systemd[1]: apt-daily.timer: Adding 5h 38min 40.130379s random time.
- Mar 9 16:47:25 storage2 systemd[1]: Started Daily apt download activities.
- Mar 9 16:47:25 storage2 systemd[1]: apt-daily-upgrade.timer: Adding 43min 14.530095s random time.
- Mar 9 16:47:25 storage2 systemd[1]: Started Daily apt upgrade and clean activities.
- Mar 9 16:47:25 storage2 systemd[1]: Reached target Timers.
- Mar 9 16:47:25 storage2 systemd[1]: Listening on D-Bus System Message Bus Socket.
- Mar 9 16:47:25 storage2 systemd[1]: Reached target Sockets.
- Mar 9 16:47:25 storage2 systemd[1]: Reached target Basic System.
- Mar 9 16:47:25 storage2 systemd[1]: swift-account.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting OpenStack Swift account server...
- Mar 9 16:47:25 storage2 systemd[1]: swift-container-auditor.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting OpenStack Swift container auditor...
- Mar 9 16:47:25 storage2 systemd[1]: swift-object.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting OpenStack Swift object server...
- Mar 9 16:47:25 storage2 systemd[1]: swift-account-auditor.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting OpenStack Swift account auditor...
- Mar 9 16:47:25 storage2 systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting Login Service...
- Mar 9 16:47:25 storage2 systemd[1]: swift-container.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting OpenStack Swift container server...
- Mar 9 16:47:25 storage2 systemd[1]: swift-object-reconstructor.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting OpenStack Swift object reconstructor...
- Mar 9 16:47:25 storage2 systemd[1]: swift-container-updater.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting OpenStack Swift container updater...
- Mar 9 16:47:25 storage2 systemd[1]: cron.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Started Regular background program processing daemon.
- Mar 9 16:47:25 storage2 systemd[1]: rsync.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Started fast remote file copy program daemon.
- Mar 9 16:47:25 storage2 systemd[1]: swift-object-auditor.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 cron[82]: (CRON) INFO (pidfile fd = 3)
- Mar 9 16:47:25 storage2 systemd[1]: Starting OpenStack Swift object auditor...
- Mar 9 16:47:25 storage2 systemd[1]: swift-container-sync.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting OpenStack Swift container sync...
- Mar 9 16:47:25 storage2 cron[82]: (CRON) INFO (Running @reboot jobs)
- Mar 9 16:47:25 storage2 systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Started D-Bus System Message Bus.
- Mar 9 16:47:25 storage2 systemd[1]: swift-account-replicator.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting OpenStack Swift account replicator...
- Mar 9 16:47:25 storage2 systemd[1]: swift-account-reaper.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting OpenStack Swift account reaper...
- Mar 9 16:47:25 storage2 systemd[1]: swift-object-replicator.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting OpenStack Swift object replicator...
- Mar 9 16:47:25 storage2 systemd[1]: swift-container-replicator.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting OpenStack Swift container replicator...
- Mar 9 16:47:25 storage2 systemd[1]: swift-object-updater.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting OpenStack Swift object updater...
- Mar 9 16:47:25 storage2 systemd[1]: rsyslog.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 systemd[1]: Starting System Logging Service...
- Mar 9 16:47:25 storage2 systemd[1]: systemd-update-utmp.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:25 storage2 liblogging-stdlog: Could not open output pipe '/dev/xconsole':: No such file or directory [v8.24.0 try http://www.rsyslog.com/e/2039 ]
- Mar 9 16:47:25 storage2 liblogging-stdlog: action 'action 22' suspended, next retry is Fri Mar 9 16:47:55 2018 [v8.24.0 try http://www.rsyslog.com/e/2007 ]
- Mar 9 16:47:25 storage2 systemd[1]: Started OpenStack Swift container auditor.
- Mar 9 16:47:25 storage2 systemd[1]: Started OpenStack Swift object server.
- Mar 9 16:47:25 storage2 systemd[1]: Started OpenStack Swift account auditor.
- Mar 9 16:47:25 storage2 systemd[1]: Started OpenStack Swift account server.
- Mar 9 16:47:25 storage2 systemd[1]: Started OpenStack Swift object reconstructor.
- Mar 9 16:47:25 storage2 systemd[1]: Started OpenStack Swift container updater.
- Mar 9 16:47:25 storage2 systemd[1]: Started OpenStack Swift object auditor.
- Mar 9 16:47:25 storage2 systemd[1]: Started OpenStack Swift container sync.
- Mar 9 16:47:25 storage2 systemd[1]: Started OpenStack Swift account replicator.
- Mar 9 16:47:25 storage2 systemd[1]: Started OpenStack Swift account reaper.
- Mar 9 16:47:25 storage2 systemd[1]: Started OpenStack Swift object replicator.
- Mar 9 16:47:25 storage2 systemd[1]: Started OpenStack Swift container replicator.
- Mar 9 16:47:25 storage2 systemd[1]: Started OpenStack Swift object updater.
- Mar 9 16:47:25 storage2 systemd[1]: Started System Logging Service.
- Mar 9 16:47:25 storage2 systemd[1]: Started OpenStack Swift container server.
- Mar 9 16:47:25 storage2 systemd[1]: Started Login Service.
- Mar 9 16:47:26 storage2 systemd[1]: Started Raise network interfaces.
- Mar 9 16:47:26 storage2 systemd[1]: Reached target Network.
- Mar 9 16:47:26 storage2 systemd[1]: memcached.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:26 storage2 systemd[1]: Started memcached daemon.
- Mar 9 16:47:26 storage2 systemd[1]: systemd-user-sessions.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:26 storage2 systemd[1]: Starting Permit User Sessions...
- Mar 9 16:47:26 storage2 systemd[1]: Reached target Network is Online.
- Mar 9 16:47:26 storage2 systemd[1]: Starting Postfix Mail Transport Agent (instance -)...
- Mar 9 16:47:26 storage2 systemd[1]: rc-local.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:26 storage2 systemd[1]: Starting /etc/rc.local Compatibility...
- Mar 9 16:47:26 storage2 systemd[1]: ssh.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:26 storage2 systemd[1]: Starting OpenBSD Secure Shell server...
- Mar 9 16:47:26 storage2 systemd[1]: networking.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:26 storage2 systemd[1]: Started Permit User Sessions.
- Mar 9 16:47:26 storage2 systemd[1]: Started /etc/rc.local Compatibility.
- Mar 9 16:47:26 storage2 systemd[1]: Started Container Getty on /dev/pts/2.
- Mar 9 16:47:26 storage2 systemd[1]: Started Container Getty on /dev/pts/0.
- Mar 9 16:47:26 storage2 systemd[1]: Started Container Getty on /dev/pts/1.
- Mar 9 16:47:26 storage2 systemd[1]: Started Container Getty on /dev/pts/3.
- Mar 9 16:47:26 storage2 systemd[1]: console-getty.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:26 storage2 systemd[1]: Started Console Getty.
- Mar 9 16:47:26 storage2 systemd[1]: Reached target Login Prompts.
- Mar 9 16:47:26 storage2 systemd[1]: systemd-user-sessions.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:26 storage2 systemd[1]: rc-local.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:26 storage2 sshd[173]: /etc/ssh/sshd_config line 18: Deprecated option KeyRegenerationInterval
- Mar 9 16:47:26 storage2 sshd[173]: /etc/ssh/sshd_config line 19: Deprecated option ServerKeyBits
- Mar 9 16:47:26 storage2 sshd[173]: /etc/ssh/sshd_config line 30: Deprecated option RSAAuthentication
- Mar 9 16:47:26 storage2 sshd[173]: /etc/ssh/sshd_config line 37: Deprecated option RhostsRSAAuthentication
- Mar 9 16:47:26 storage2 sshd[185]: /etc/ssh/sshd_config line 18: Deprecated option KeyRegenerationInterval
- Mar 9 16:47:26 storage2 sshd[185]: /etc/ssh/sshd_config line 19: Deprecated option ServerKeyBits
- Mar 9 16:47:26 storage2 sshd[185]: /etc/ssh/sshd_config line 30: Deprecated option RSAAuthentication
- Mar 9 16:47:26 storage2 sshd[185]: /etc/ssh/sshd_config line 37: Deprecated option RhostsRSAAuthentication
- Mar 9 16:47:26 storage2 systemd[1]: Started OpenBSD Secure Shell server.
- Mar 9 16:47:26 storage2 account-server: Started child 226
- Mar 9 16:47:26 storage2 account-server: Started child 227
- Mar 9 16:47:26 storage2 account-server: Started child 228
- Mar 9 16:47:26 storage2 account-server: Started child 231
- Mar 9 16:47:26 storage2 container-server: Started child 263
- Mar 9 16:47:26 storage2 container-server: Started child 264
- Mar 9 16:47:26 storage2 container-server: Started child 265
- Mar 9 16:47:26 storage2 container-server: Started child 271
- Mar 9 16:47:26 storage2 object-server: Started child 295
- Mar 9 16:47:26 storage2 object-server: Started child 296
- Mar 9 16:47:26 storage2 object-server: Started child 297
- Mar 9 16:47:26 storage2 object-server: Started child 298
- Mar 9 16:47:26 storage2 container-sync: Configuration option internal_client_conf_path not defined. Using default configuration, See internal-client.conf-sample for options
- Mar 9 16:47:27 storage2 object-auditor: Begin object audit "forever" mode (ALL)
- Mar 9 16:47:27 storage2 object-auditor: Object audit (ALL) "forever" mode completed: 0.00s. Total quarantined: 0, Total errors: 0, Total files/sec: 0.00, Total bytes/sec: 0.00, Auditing time: 0.00, Rate: 0.00
- Mar 9 16:47:27 storage2 object-auditor: Begin object audit "forever" mode (ZBF)
- Mar 9 16:47:27 storage2 object-auditor: Object audit (ZBF) "forever" mode completed: 0.00s. Total quarantined: 0, Total errors: 0, Total files/sec: 0.00, Total bytes/sec: 0.00, Auditing time: 0.00, Rate: 0.00
- Mar 9 16:47:27 storage2 object-reconstructor: Starting object reconstructor in daemon mode.
- Mar 9 16:47:27 storage2 object-reconstructor: Starting object reconstruction pass.
- Mar 9 16:47:27 storage2 object-reconstructor: Nothing reconstructed for 0.000503063201904 seconds.
- Mar 9 16:47:27 storage2 object-reconstructor: Object reconstruction complete. (0.00 minutes)
- Mar 9 16:47:27 storage2 object-replicator: Starting object replicator in daemon mode.
- Mar 9 16:47:27 storage2 object-replicator: Starting object replication pass.
- Mar 9 16:47:27 storage2 object-replicator: node2 is not mounted
- Mar 9 16:47:27 storage2 object-replicator: Nothing replicated for 0.00128817558289 seconds.
- Mar 9 16:47:27 storage2 object-replicator: Object replication complete. (0.00 minutes)
- Mar 9 16:47:27 storage2 postfix/postfix-script[427]: starting the Postfix mail system
- Mar 9 16:47:27 storage2 postfix/master[429]: daemon started -- version 3.1.6, configuration /etc/postfix
- Mar 9 16:47:27 storage2 systemd[1]: Started Postfix Mail Transport Agent (instance -).
- Mar 9 16:47:27 storage2 systemd[1]: postfix.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:27 storage2 systemd[1]: Starting Postfix Mail Transport Agent...
- Mar 9 16:47:27 storage2 systemd[1]: Started Postfix Mail Transport Agent.
- Mar 9 16:47:27 storage2 systemd[1]: Reached target Multi-User System.
- Mar 9 16:47:27 storage2 systemd[1]: Reached target Graphical Interface.
- Mar 9 16:47:27 storage2 systemd[1]: systemd-update-utmp-runlevel.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:27 storage2 systemd[1]: Starting Update UTMP about System Runlevel Changes...
- Mar 9 16:47:27 storage2 systemd[1]: postfix.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:27 storage2 systemd[1]: Started Update UTMP about System Runlevel Changes.
- Mar 9 16:47:27 storage2 systemd[1]: Startup finished in 1.821s.
- Mar 9 16:47:32 storage2 systemd[1]: user.slice: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:32 storage2 systemd[1]: Created slice User Slice of root.
- Mar 9 16:47:32 storage2 systemd[1]: user.slice: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:32 storage2 systemd[1]: user-0.slice: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:32 storage2 systemd[1]: [email protected]: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:32 storage2 systemd[1]: Starting User Manager for UID 0...
- Mar 9 16:47:32 storage2 systemd[1]: init.scope: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:32 storage2 systemd[1]: session-441.scope: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:32 storage2 systemd[1]: Started Session 441 of user root.
- Mar 9 16:47:32 storage2 systemd[436]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
- Mar 9 16:47:32 storage2 systemd[436]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
- Mar 9 16:47:32 storage2 systemd[436]: Reached target Paths.
- Mar 9 16:47:32 storage2 systemd[436]: Listening on GnuPG network certificate management daemon.
- Mar 9 16:47:32 storage2 systemd[436]: Listening on GnuPG cryptographic agent and passphrase cache.
- Mar 9 16:47:32 storage2 systemd[436]: Listening on GnuPG cryptographic agent (access for web browsers).
- Mar 9 16:47:32 storage2 systemd[436]: Reached target Sockets.
- Mar 9 16:47:32 storage2 systemd[436]: Reached target Timers.
- Mar 9 16:47:32 storage2 systemd[436]: Reached target Basic System.
- Mar 9 16:47:32 storage2 systemd[436]: Reached target Default.
- Mar 9 16:47:32 storage2 systemd[436]: Startup finished in 4ms.
- Mar 9 16:47:32 storage2 systemd[1]: Started User Manager for UID 0.
- Mar 9 16:47:48 storage2 container-replicator: Skipping node2 as it is not mounted
- Mar 9 16:47:48 storage2 container-replicator: Beginning replication run
- Mar 9 16:47:48 storage2 container-replicator: Replication run OVER
- Mar 9 16:47:48 storage2 container-replicator: Attempted to replicate 0 dbs in 0.00126 seconds (0.00000/s)
- Mar 9 16:47:48 storage2 container-replicator: Removed 0 dbs
- Mar 9 16:47:48 storage2 container-replicator: 0 successes, 1 failures
- Mar 9 16:47:48 storage2 container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
- Mar 9 16:47:52 storage2 account-replicator: Skipping node2 as it is not mounted
- Mar 9 16:47:52 storage2 account-replicator: Beginning replication run
- Mar 9 16:47:52 storage2 account-replicator: Replication run OVER
- Mar 9 16:47:52 storage2 account-replicator: Attempted to replicate 0 dbs in 0.00122 seconds (0.00000/s)
- Mar 9 16:47:52 storage2 account-replicator: Removed 0 dbs
- Mar 9 16:47:52 storage2 account-replicator: 0 successes, 1 failures
- Mar 9 16:47:52 storage2 account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
- Mar 9 16:47:57 storage2 object-reconstructor: Starting object reconstruction pass.
- Mar 9 16:47:57 storage2 object-reconstructor: Nothing reconstructed for 0.000626087188721 seconds.
- Mar 9 16:47:57 storage2 object-reconstructor: Object reconstruction complete. (0.00 minutes)
- Mar 9 16:47:57 storage2 object-auditor: Begin object audit "forever" mode (ZBF)
- Mar 9 16:47:57 storage2 object-auditor: Object audit (ZBF) "forever" mode completed: 0.00s. Total quarantined: 0, Total errors: 0, Total files/sec: 0.00, Total bytes/sec: 0.00, Auditing time: 0.00, Rate: 0.00
- Mar 9 16:47:57 storage2 object-auditor: Begin object audit "forever" mode (ALL)
- Mar 9 16:47:57 storage2 object-auditor: Object audit (ALL) "forever" mode completed: 0.00s. Total quarantined: 0, Total errors: 0, Total files/sec: 0.00, Total bytes/sec: 0.00, Auditing time: 0.00, Rate: 0.00
- Mar 9 16:47:57 storage2 object-replicator: Starting object replication pass.
- Mar 9 16:47:57 storage2 object-replicator: node2 is not mounted
- Mar 9 16:47:57 storage2 object-replicator: Nothing replicated for 0.00111389160156 seconds.
- Mar 9 16:47:57 storage2 object-replicator: Object replication complete. (0.00 minutes)
- Mar 9 16:47:58 storage2 systemd[1]: swift-proxy.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:58 storage2 systemd[1]: Starting OpenStack Swift proxy server...
- Mar 9 16:47:58 storage2 systemd[1]: run-user-0.mount: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:58 storage2 systemd[1]: Started OpenStack Swift proxy server.
- Mar 9 16:47:59 storage2 systemd[1]: swift-proxy.service: Main process exited, code=exited, status=1/FAILURE
- Mar 9 16:47:59 storage2 systemd[1]: swift-proxy.service: Unit entered failed state.
- Mar 9 16:47:59 storage2 systemd[1]: swift-proxy.service: Failed with result 'exit-code'.
- Mar 9 16:47:59 storage2 systemd[1]: swift-proxy.service: Service hold-off time over, scheduling restart.
- Mar 9 16:47:59 storage2 systemd[1]: Stopped OpenStack Swift proxy server.
- Mar 9 16:47:59 storage2 systemd[1]: swift-proxy.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:47:59 storage2 systemd[1]: Starting OpenStack Swift proxy server...
- Mar 9 16:47:59 storage2 systemd[1]: Started OpenStack Swift proxy server.
- Mar 9 16:47:59 storage2 systemd[1]: swift-proxy.service: Main process exited, code=exited, status=1/FAILURE
- Mar 9 16:47:59 storage2 systemd[1]: swift-proxy.service: Unit entered failed state.
- Mar 9 16:47:59 storage2 systemd[1]: swift-proxy.service: Failed with result 'exit-code'.
- Mar 9 16:48:00 storage2 systemd[1]: swift-proxy.service: Service hold-off time over, scheduling restart.
- Mar 9 16:48:00 storage2 systemd[1]: Stopped OpenStack Swift proxy server.
- Mar 9 16:48:00 storage2 systemd[1]: swift-proxy.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:48:00 storage2 systemd[1]: Starting OpenStack Swift proxy server...
- Mar 9 16:48:00 storage2 systemd[1]: Started OpenStack Swift proxy server.
- Mar 9 16:48:00 storage2 systemd[1]: swift-proxy.service: Main process exited, code=exited, status=1/FAILURE
- Mar 9 16:48:00 storage2 systemd[1]: swift-proxy.service: Unit entered failed state.
- Mar 9 16:48:00 storage2 systemd[1]: swift-proxy.service: Failed with result 'exit-code'.
- Mar 9 16:48:00 storage2 systemd[1]: swift-proxy.service: Service hold-off time over, scheduling restart.
- Mar 9 16:48:00 storage2 systemd[1]: Stopped OpenStack Swift proxy server.
- Mar 9 16:48:00 storage2 systemd[1]: swift-proxy.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:48:00 storage2 systemd[1]: Starting OpenStack Swift proxy server...
- Mar 9 16:48:00 storage2 systemd[1]: Started OpenStack Swift proxy server.
- Mar 9 16:48:00 storage2 systemd[1]: swift-proxy.service: Main process exited, code=exited, status=1/FAILURE
- Mar 9 16:48:00 storage2 systemd[1]: swift-proxy.service: Unit entered failed state.
- Mar 9 16:48:00 storage2 systemd[1]: swift-proxy.service: Failed with result 'exit-code'.
- Mar 9 16:48:01 storage2 systemd[1]: swift-proxy.service: Service hold-off time over, scheduling restart.
- Mar 9 16:48:01 storage2 systemd[1]: Stopped OpenStack Swift proxy server.
- Mar 9 16:48:01 storage2 systemd[1]: swift-proxy.service: Failed to reset devices.list: Operation not permitted
- Mar 9 16:48:01 storage2 systemd[1]: Starting OpenStack Swift proxy server...
- Mar 9 16:48:01 storage2 systemd[1]: Started OpenStack Swift proxy server.
- Mar 9 16:48:01 storage2 systemd[1]: swift-proxy.service: Main process exited, code=exited, status=1/FAILURE
- Mar 9 16:48:01 storage2 systemd[1]: swift-proxy.service: Unit entered failed state.
- Mar 9 16:48:01 storage2 systemd[1]: swift-proxy.service: Failed with result 'exit-code'.
- Mar 9 16:48:01 storage2 systemd[1]: swift-proxy.service: Service hold-off time over, scheduling restart.
- Mar 9 16:48:01 storage2 systemd[1]: Stopped OpenStack Swift proxy server.
- Mar 9 16:48:01 storage2 systemd[1]: swift-proxy.service: Start request repeated too quickly.
- Mar 9 16:48:01 storage2 systemd[1]: Failed to start OpenStack Swift proxy server.
- Mar 9 16:48:01 storage2 systemd[1]: swift-proxy.service: Unit entered failed state.
- Mar 9 16:48:01 storage2 systemd[1]: swift-proxy.service: Failed with result 'exit-code'.
- Mar 9 16:48:18 storage2 container-replicator: Skipping node2 as it is not mounted
- Mar 9 16:48:18 storage2 container-replicator: Beginning replication run
- Mar 9 16:48:18 storage2 container-replicator: Replication run OVER
- Mar 9 16:48:18 storage2 container-replicator: Attempted to replicate 0 dbs in 0.00101 seconds (0.00000/s)
- Mar 9 16:48:18 storage2 container-replicator: Removed 0 dbs
- Mar 9 16:48:18 storage2 container-replicator: 0 successes, 1 failures
- Mar 9 16:48:18 storage2 container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
- Mar 9 16:48:22 storage2 account-replicator: Skipping node2 as it is not mounted
- Mar 9 16:48:22 storage2 account-replicator: Beginning replication run
- Mar 9 16:48:22 storage2 account-replicator: Replication run OVER
- Mar 9 16:48:22 storage2 account-replicator: Attempted to replicate 0 dbs in 0.00090 seconds (0.00000/s)
- Mar 9 16:48:22 storage2 account-replicator: Removed 0 dbs
- Mar 9 16:48:22 storage2 account-replicator: 0 successes, 1 failures
- Mar 9 16:48:22 storage2 account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
- Mar 9 16:48:27 storage2 object-reconstructor: Starting object reconstruction pass.
- Mar 9 16:48:27 storage2 object-reconstructor: Nothing reconstructed for 0.000635862350464 seconds.
- Mar 9 16:48:27 storage2 object-reconstructor: Object reconstruction complete. (0.00 minutes)
- Mar 9 16:48:27 storage2 object-replicator: Starting object replication pass.
- Mar 9 16:48:27 storage2 object-replicator: node2 is not mounted
- Mar 9 16:48:27 storage2 object-replicator: Nothing replicated for 0.00112390518188 seconds.
- Mar 9 16:48:27 storage2 object-replicator: Object replication complete. (0.00 minutes)
- Mar 9 16:48:27 storage2 object-auditor: Begin object audit "forever" mode (ZBF)
- Mar 9 16:48:27 storage2 object-auditor: Object audit (ZBF) "forever" mode completed: 0.00s. Total quarantined: 0, Total errors: 0, Total files/sec: 0.00, Total bytes/sec: 0.00, Auditing time: 0.00, Rate: 0.00
- Mar 9 16:48:48 storage2 container-replicator: Skipping node2 as it is not mounted
- Mar 9 16:48:48 storage2 container-replicator: Beginning replication run
- Mar 9 16:48:48 storage2 container-replicator: Replication run OVER
- Mar 9 16:48:48 storage2 container-replicator: Attempted to replicate 0 dbs in 0.00096 seconds (0.00000/s)
- Mar 9 16:48:48 storage2 container-replicator: Removed 0 dbs
- Mar 9 16:48:48 storage2 container-replicator: 0 successes, 1 failures
- Mar 9 16:48:48 storage2 container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
- Mar 9 16:48:52 storage2 account-replicator: Skipping node2 as it is not mounted
- Mar 9 16:48:52 storage2 account-replicator: Beginning replication run
- Mar 9 16:48:52 storage2 account-replicator: Replication run OVER
- Mar 9 16:48:52 storage2 account-replicator: Attempted to replicate 0 dbs in 0.00098 seconds (0.00000/s)
- Mar 9 16:48:52 storage2 account-replicator: Removed 0 dbs
- Mar 9 16:48:52 storage2 account-replicator: 0 successes, 1 failures
- Mar 9 16:48:52 storage2 account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
- Mar 9 16:48:57 storage2 object-reconstructor: Starting object reconstruction pass.
- Mar 9 16:48:57 storage2 object-reconstructor: Nothing reconstructed for 0.000622034072876 seconds.
- Mar 9 16:48:57 storage2 object-reconstructor: Object reconstruction complete. (0.00 minutes)
- Mar 9 16:48:57 storage2 object-replicator: Starting object replication pass.
- Mar 9 16:48:57 storage2 object-replicator: node2 is not mounted
- Mar 9 16:48:57 storage2 object-replicator: Nothing replicated for 0.00109601020813 seconds.
- Mar 9 16:48:57 storage2 object-replicator: Object replication complete. (0.00 minutes)
- Mar 9 16:48:57 storage2 object-auditor: Begin object audit "forever" mode (ZBF)
- Mar 9 16:48:57 storage2 object-auditor: Object audit (ZBF) "forever" mode completed: 0.00s. Total quarantined: 0, Total errors: 0, Total files/sec: 0.00, Total bytes/sec: 0.00, Auditing time: 0.00, Rate: 0.00
- Mar 9 16:48:57 storage2 object-auditor: Begin object audit "forever" mode (ALL)
- Mar 9 16:48:57 storage2 object-auditor: Object audit (ALL) "forever" mode completed: 0.00s. Total quarantined: 0, Total errors: 0, Total files/sec: 0.00, Total bytes/sec: 0.00, Auditing time: 0.00, Rate: 0.00
- Mar 9 16:48:58 storage2 object-updater: Begin object update sweep
- Mar 9 16:48:58 storage2 object-updater: Skipping node2 as it is not mounted
- Mar 9 16:48:58 storage2 object-updater: Object update sweep completed: 0.00s
Advertisement
Add Comment
Please, Sign In to add comment