Account HEAD failed 503 Internal Server Error

Asked by Vignesh MPN

Hello all,

I am configuring Swift per the instructions in https://access.redhat.com/site/documentation/en-US/Red_Hat_OpenStack/3/html-single/Installation_and_Configuration_Guide/index.html#chap-Installing_the_OpenStack_Object_Storage_Service

After completing configuration, I am getting a 503 internal server error while validating installation using "swift stat"

Message from syslogd@localhost at Dec 4 09:29:34 ...
 ?<131>proxy-server Account HEAD returning 503 for [507] (txn: tx62353887227d445fad636dbdda582119) (client_ip: 127.0.0.1)

Message from syslogd@localhost at Dec 4 09:29:35 ...
 ?<135>proxy-server Node error limited 127.0.0.1:6002 (sdb1) (txn: tx88716d69ada741d1aecdec79cd7dc28e)

Message from syslogd@localhost at Dec 4 09:29:35 ...
 ?<131>proxy-server Account HEAD returning 503 for [] (txn: tx88716d69ada741d1aecdec79cd7dc28e) (client_ip: 127.0.0.1)

Message from syslogd@localhost at Dec 4 09:29:37 ...
 ?<135>proxy-server Node error limited 127.0.0.1:6002 (sdb1) (txn: txbe9692dc2d6042b2b07de156c65db6ff)

Message from syslogd@localhost at Dec 4 09:29:37 ...
 ?<131>proxy-server Account HEAD returning 503 for [] (txn: txbe9692dc2d6042b2b07de156c65db6ff) (client_ip: 127.0.0.1)

Message from syslogd@localhost at Dec 4 09:29:41 ...
 ?<135>proxy-server Node error limited 127.0.0.1:6002 (sdb1) (txn: tx652a3f07adb54517a6070ff35434dedc)

Message from syslogd@localhost at Dec 4 09:29:41 ...
 ?<131>proxy-server Account HEAD returning 503 for [] (txn: tx652a3f07adb54517a6070ff35434dedc) (client_ip: 127.0.0.1)

Message from syslogd@localhost at Dec 4 09:29:49 ...
 ?<135>proxy-server Node error limited 127.0.0.1:6002 (sdb1) (txn: tx16b1fcbc6a18472bae28840b15bfacac)

Message from syslogd@localhost at Dec 4 09:29:49 ...
 ?<131>proxy-server Account HEAD returning 503 for [] (txn: tx16b1fcbc6a18472bae28840b15bfacac) (client_ip: 127.0.0.1)

Message from syslogd@localhost at Dec 4 09:30:05 ...
 ?<135>proxy-server Node error limited 127.0.0.1:6002 (sdb1) (txn: tx39d798d702334ebb80bd4a1d1683af07)

Message from syslogd@localhost at Dec 4 09:30:05 ...
 ?<131>proxy-server Account HEAD returning 503 for [] (txn: tx39d798d702334ebb80bd4a1d1683af07) (client_ip: 127.0.0.1)
Account HEAD failed: http://localhost:8080/v1/AUTH_2dd248ff7c05446b801eba44c082c133 503 Internal Server Error

I checked all the similar questions in this forum, but nothing works.

I checked the port in both account-server.conf and also the rings. Everything looks good. I tried tempauth and got the same error.

Following are my ports in conf and ring:
[DEFAULT]
devices = /srv/node/1
bind_ip = 127.0.0.1
bind_port = 6002
workers = 2

# swift-ring-builder /etc/swift/account.builder search /sdb1
Devices: id region zone ip address port name weight partitions balance meta
             0 1 1 127.0.0.1 6002 sdb1 1.00 786432 0.00

I am not able to turn on DEBUG log for the account-server as well. This is the only log I got from the account-server log (is it a 507 error?):

Dec 4 09:29:34 localhost account-server 127.0.0.1 - - [04/Dec/2013:14:29:34 +0000] "HEAD /sdb1/23746/AUTH_2dd248ff7c05446b801eba44c082c133" 507 - "tx62353887227d445fad636dbdda582119" "-" "-" 0.0003 ""

Following is my log setting for account-server.conf

[app:account-server]
use = egg:swift#account
set log_level = DEBUG
set log_name = account-server
set log_facility = LOG_LOCAL0

Probably debug logs will help me troubleshoot the root cause better.

Any help is appreciated.

Vignesh

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Object Storage (swift) Edit question
Assignee:
No assignee Edit question
Solved by:
Vignesh MPN
Solved:
Last query:
Last reply:
Revision history for this message
Vignesh MPN (vigneshb4u) said :
#1

Following is my proxy-server.conf

[DEFAULT]
bind_port = 8080
workers = 8
user = swift

[pipeline:main]
pipeline = healthcheck cache authtoken keystone proxy-server

[app:proxy-server]
use = egg:swift#proxy
allow_account_management = true
account_autocreate = true
set log_level = DEBUG
set log_name = proxy-server
set log_facility = LOG_LOCAL0

[filter:cache]
use = egg:swift#memcache
memcache_servers = 127.0.0.1:11211

[filter:catch_errors]
use = egg:swift#catch_errors

[filter:healthcheck]
use = egg:swift#healthcheck

[filter:keystone]
use = egg:swift#keystoneauth
operator_roles = Member,admin,SwiftOperator
is_admin = true
cache = swift.cache

[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
admin_tenant_name = services
admin_token = 49150054e2ec4636c511
auth_token = 49150054e2ec4636c511
admin_user = swift
admin_password = ***
auth_host = localhost
auth_port = 35357
auth_protocol = http
signing_dir = /tmp/keystone-signing-swift

Revision history for this message
Peter Portante (peter-a-portante) said :
#2

Do you see any "Traceback" messages in your log files?

Revision history for this message
Vignesh MPN (vigneshb4u) said :
#3

No, I do not see any "Traceback" messages. I think you mean some python exceptions. I don't see them.

Revision history for this message
Peter Portante (peter-a-portante) said :
#4

Can you also provide your account, container and object server conf files?

How do you have syslog configured?

And what version of Swift are you using?

Revision history for this message
Vignesh MPN (vigneshb4u) said :
#5

/etc/swift/account-server.conf

[DEFAULT]
devices = /srv/node/1
bind_ip = 127.0.0.1
bind_port = 6002
workers = 2

[pipeline:main]
pipeline = account-server

[app:account-server]
use = egg:swift#account
set log_level = DEBUG
set log_name = account-server
set log_facility = LOG_LOCAL0

[account-replicator]

[account-auditor]

[account-reaper]

/etc/swift/object-server.conf

[DEFAULT]
devices = /srv/node/1
bind_ip = 127.0.0.1
bind_port = 6000
workers = 3

[pipeline:main]
pipeline = object-server

[app:object-server]
use = egg:swift#object

[object-replicator]

[object-updater]

[object-auditor]

 /etc/swift/container-server.conf

[DEFAULT]
devices = /srv/node/1
bind_ip = 127.0.0.1
bind_port = 6001
workers = 2

[pipeline:main]
pipeline = container-server

[app:container-server]
use = egg:swift#container

[container-replicator]

[container-updater]

[container-auditor]

[container-sync]

Following are the RULES in /etc/rsyslog.conf
#### RULES ####

# Log all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.* /dev/console

# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none /var/log/messages

# The authpriv file has restricted access.
authpriv.* /var/log/secure

# Log all the mail messages in one place.
mail.* -/var/log/maillog

# Log cron stuff
cron.* /var/log/cron

# Everybody gets emergency messages
*.emerg *

# Save news errors of level crit and higher in a special file.
uucp,news.crit /var/log/spooler

# Save boot messages also to boot.log
local7.* /var/log/boot.log

local0.* /var/log/proxyserver.log

# swift --version
swift 1.4.0

Please let me know if you need more information.

Revision history for this message
Peter Portante (peter-a-portante) said :
#6

From the rsyslog.conf file it looks like all of the account server and proxy server messages should be landing in /var/log/proxyserver.log, and yet you don't see any Tracebacks in there. So something is off as to why you can't see them.

You are using 1.4.0, that seems kind of old, is there a way you can use something newer like, 1.10.0, Havana?

Revision history for this message
Vignesh MPN (vigneshb4u) said :
#7

I don't have a clue why Traceback logs are working. Those logs would definitely help me pin down the root cause.

Following are the versions of the rpm.. Most are 1.8.0. Probably I should install newer version of python-swiftclient?

# rpm -qa | grep "swift"
openstack-swift-proxy-1.8.0-2.el6.noarch
python-swiftclient-1.4.0-1.el6.noarch
openstack-swift-1.8.0-2.el6.noarch
openstack-swift-account-1.8.0-2.el6.noarch
openstack-swift-plugin-swift3-1.0.0-0.20120711git.el6.noarch
openstack-swift-container-1.8.0-2.el6.noarch
openstack-swift-object-1.8.0-2.el6.noarch

In case of upgrading to newer version, will I need to redo the entire swift configuration, like building rings etc?

Revision history for this message
Peter Portante (peter-a-portante) said :
#8

Okay, so you are using Grizzly, not Folsom.

Can you file a Bugzilla here: https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20OpenStack

And then attach to that BZ the contents of your /var/log/proxyserver.log file?

This does not sound like a swift community, or upstream, issue, but rather an issue with the Red Hat OpenStack product.

Revision history for this message
Vignesh MPN (vigneshb4u) said :
#9

I will create a bug as you suggest but am not sure if this is a bug.

I just followed the installation and configuration guide of the Openstack grizzly and I am not able to have swift up and running. So I still think this is a problem with my configuration than a bug.

BTW, following is the complete log in the proxy-server.log when I ran "swift stat"

Dec 4 15:57:30 localhost proxy-server Authenticating user token
Dec 4 15:57:30 localhost proxy-server Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role
Dec 4 15:57:30 localhost proxy-server Storing 0756e11b08a0053c5549aa81274d7347 token in memcache
Dec 4 15:57:30 localhost account-server 127.0.0.1 - - [04/Dec/2013:20:57:30 +0000] "HEAD /sdb1/23746/AUTH_2dd248ff7c05446b801eba44c082c133" 507 - "tx2929b3818f334ece8047d43b80bb727c" "-" "-" 0.0003 ""
Dec 4 15:57:31 localhost proxy-server Authenticating user token
Dec 4 15:57:31 localhost proxy-server Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role
Dec 4 15:57:31 localhost proxy-server Returning cached token 0756e11b08a0053c5549aa81274d7347
Dec 4 15:57:33 localhost proxy-server Authenticating user token
Dec 4 15:57:33 localhost proxy-server Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role
Dec 4 15:57:33 localhost proxy-server Returning cached token 0756e11b08a0053c5549aa81274d73
47
Dec 4 15:57:37 localhost proxy-server Authenticating user token
Dec 4 15:57:37 localhost proxy-server Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role
Dec 4 15:57:37 localhost proxy-server Returning cached token 0756e11b08a0053c5549aa81274d7347
Dec 4 15:57:45 localhost proxy-server Authenticating user token
Dec 4 15:57:45 localhost proxy-server Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role
Dec 4 15:57:45 localhost proxy-server Returning cached token 0756e11b08a0053c5549aa81274d7347

Revision history for this message
Peter Portante (peter-a-portante) said :
#10

Dec 4 15:57:30 localhost account-server 127.0.0.1 - - [04/Dec/2013:20:57:30 +0000] "HEAD /sdb1/23746/AUTH_2dd248ff7c05446b801eba44c082c133" 507 - "tx2929b3818f334ece8047d43b80bb727c" "-" "-" 0.0003 ""

So this means there is a problem accessing your devices. Can you provide the output of df?

Revision history for this message
Vignesh MPN (vigneshb4u) said :
#11

Sure, Here you go..

# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/vg_openstack-lv_root
                      51606140 9571576 39413124 20% /
tmpfs 49568868 232 49568636 1% /dev/shm
/dev/sda1 495844 38044 432200 9% /boot
/dev/mapper/vg_openstack-lv_home
                     1097480696 234232 1041497652 1% /home
/dev/sr0 3632776 3632776 0 100% /media/RHEL_6.4 x86_64 Disc 1

Revision history for this message
Vignesh MPN (vigneshb4u) said :
#12

Following is the content of /etc/fstab

/dev/mapper/vg_openstack-lv_root / ext4 defaults 1 1
UUID=d5049cfa-b43d-489f-95fa-ba5ebb5d7d8e /boot ext4 defaults 1 2
/dev/mapper/vg_openstack-lv_home /home ext4 acl,user_xattr 1 2
/dev/mapper/vg_openstack-lv_swap swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0

Following is how I configured the device_mountpoint

mkdir /home/storage
chown swift:swift /home/storage/
mkdir /home/storage/{1..4}
chown swift:swift /home/storage/*
mkdir /srv/node/
ln -s /home/storage/{1..4} /srv/node
for S in {1..4}; do mkdir -p /srv/node/${S}/sdb${S}; done
chown -R swift:swift /etc/swift/ /srv/node/
chown -R swift:swift /etc/swift/ /srv/node/{1..4}
chown -R swift:swift /etc/swift/ /srv/node/{1..4}/*
restorecon -R /srv

As I mentioned earlier I set "devices = /srv/node/1" in the account-server.conf, object-server.conf and container-server.conf.

Do you see any issues with the above procedure?

Revision history for this message
Peter Portante (peter-a-portante) said :
#13

Yes, you need to now have device "names" that you use with your ring files that are directories under /srv/node/*/.

And since you don't have individual device mount points, you should probably set "mount_check = false" for account, container and object servers as well.

Are you following the SAIO procedure some how?

How are you building the rings?

Revision history for this message
Vignesh MPN (vigneshb4u) said :
#14

Sorry I didn't get what you meant in the first line. Could you please elaborate?

I suppose by device "names", you mean "sdb1" in my case, and I have already created under those directories.
for S in {1..4}; do mkdir -p /srv/node/${S}/sdb${S}; done

Yes I am following SAIO procedure for a sandbox setup.

I built the rings as follows:
swift-ring-builder /etc/swift/object.builder create 18 3 1
swift-ring-builder /etc/swift/container.builder create 18 3 1
swift-ring-builder /etc/swift/account.builder create 18 3 1
swift-ring-builder /etc/swift/account.builder add z1-127.0.0.1:6002/sdb1 1
swift-ring-builder /etc/swift/container.builder add z1-127.0.0.1:6001/sdb1 1
swift-ring-builder /etc/swift/object.builder add z1-127.0.0.1:6000/sdb1 1
swift-ring-builder /etc/swift/account.builder rebalance
swift-ring-builder /etc/swift/container.builder rebalance
swift-ring-builder /etc/swift/object.builder rebalance

Revision history for this message
Vignesh MPN (vigneshb4u) said :
#15

Gosh! This problem got resolved after I set "mount_check = false" for account, container and object servers.

# swift stat
   Account: AUTH_2dd248ff7c05446b801eba44c082c133
Containers: 0
   Objects: 0
     Bytes: 0
Accept-Ranges: bytes
X-Timestamp: 1386196007.43202
Content-Type: text/plain; charset=utf-8

Nowhere in the configuration guide, "mount_check = false" settings was mentioned. Was stuck with this problem for 4 days.

Thanks a lot Peter, for all your time and expertise.

I didn't understand what you meant by "since you don't have individual device mount points". Do you mind elborating?

Revision history for this message
Peter Portante (peter-a-portante) said :
#16

I am not sure how closely you have followed the SAIO procedures, but the .conf files from the SAIO document are supposed to have mount_check=false in them. So you might double check the SAIO procedure you are following to be sure you have copied the contents of the various .conf files into the actual ones on your system.

Outside of SAIO documentation, one actually sets up Swift by using real disks for the storage, and so you use mount points under the path specified by the "devices" configuration file parameter.

Revision history for this message
Abhishek Kumar (abhi24790) said :
#17

Hi, I am facing same issue, I have configured mount_check = false but still I am getting this error
Account HEAD failed: http://192.168.124.10:8080:8080/v1/AUTH_7e278506d4cc4202b59e51863fe5182d 503 Ser

I am not getting why two times this port(8080) is getting called.

Revision history for this message
Abhishek Kumar (abhi24790) said :
#18

proxy-server.conf

[DEFAULT]
bind_port = 8080
user = swift
#bind_ip = 192.168.124.10

[pipeline:main]
pipeline = healthcheck cache authtoken keystoneauth proxy-server

[app:proxy-server]
use = egg:swift#proxy
allow_account_management = true
account_autocreate = true

[filter:keystoneauth]
use = egg:swift#keystoneauth
operator_roles = Member,admin,swiftoperator

[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory

# Delaying the auth decision is required to support token-less
# usage for anonymous referrers ('.r:*').
delay_auth_decision = true
# cache directory for signing certificate
signing_dir = /tmp/

# auth_* settings refer to the Keystone server
auth_protocol = http
auth_host = 192.168.124.10
auth_port = 35357

# the service tenant and swift username and password created in Keystone
admin_tenant_name = service
admin_user = swift
admin_password = ********

[filter:cache]
use = egg:swift#memcache
memcache_servers = 192.168.124.10:11211
[filter:catch_errors]
use = egg:swift#catch_errors

[filter:healthcheck]
use = egg:swift#healthcheck

Revision history for this message
clayg (clay-gerrard) said :
#19

That normally just means that the account servers are not running or misconfigured - can you post the output of your account ring?

swift-ring-builder /etc/swift/account.builder

Also verify that the account servers/ports listed in your ring are running and listening for requests?

There should probably some additional errors in your proxy's logs - normally just syslog - can you check that and post those?

Revision history for this message
Abhishek Kumar (abhi24790) said :
#20

Hi Clayg,

swift-proxy log

Starting proxy-server...(/etc/swift/proxy-server.conf)
Traceback (most recent call last):
  File "/usr/bin/swift-proxy-server", line 23, in <module>
    sys.exit(run_wsgi(conf_file, 'proxy-server', default_port=8080, **options))
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 389, in run_wsgi
    loadapp(conf_path, global_conf=global_conf)
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 323, in loadapp
    return ctx.create()
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 710, in create
    return self.object_type.invoke(self)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 207, in invoke
    app = filter(app)
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 1402, in auth_filter
    return AuthProtocol(app, conf)
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 437, in __init__
    self.verify_signing_dir()
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 1274, in verify_signing_dir
    os.makedirs(self.signing_dirname, stat.S_IRWXU)
  File "/usr/lib/python2.7/os.py", line 150, in makedirs
    makedirs(head, mode)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/home/swift'

Signal proxy-server pid: 23476 signal: 15
No proxy-server running
Starting proxy-server...(/etc/swift/proxy-server.conf)
Traceback (most recent call last):
  File "/usr/bin/swift-proxy-server", line 23, in <module>
    sys.exit(run_wsgi(conf_file, 'proxy-server', default_port=8080, **options))
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 389, in run_wsgi
    loadapp(conf_path, global_conf=global_conf)
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 323, in loadapp
    return ctx.create()
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 710, in create
    return self.object_type.invoke(self)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 207, in invoke
    app = filter(app)
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 1402, in auth_filter
    return AuthProtocol(app, conf)
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 437, in __init__
    self.verify_signing_dir()
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 1274, in verify_signing_dir
    os.makedirs(self.signing_dirname, stat.S_IRWXU)
  File "/usr/lib/python2.7/os.py", line 150, in makedirs
    makedirs(head, mode)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/home/swift'

Signal proxy-server pid: 23713 signal: 15
No proxy-server running
Starting proxy-server...(/etc/swift/proxy-server.conf)
Traceback (most recent call last):
  File "/usr/bin/swift-proxy-server", line 23, in <module>
    sys.exit(run_wsgi(conf_file, 'proxy-server', default_port=8080, **options))
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 389, in run_wsgi
    loadapp(conf_path, global_conf=global_conf)
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 323, in loadapp
    return ctx.create()
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 710, in create
    return self.object_type.invoke(self)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 207, in invoke
    app = filter(app)
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 1402, in auth_filter
    return AuthProtocol(app, conf)
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 437, in __init__
    self.verify_signing_dir()
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 1274, in verify_signing_dir
    os.makedirs(self.signing_dirname, stat.S_IRWXU)
  File "/usr/lib/python2.7/os.py", line 150, in makedirs
    makedirs(head, mode)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/home/swift'

Signal proxy-server pid: 24285 signal: 15
No proxy-server running
Starting proxy-server...(/etc/swift/proxy-server.conf)
Traceback (most recent call last):
  File "/usr/bin/swift-proxy-server", line 23, in <module>
    sys.exit(run_wsgi(conf_file, 'proxy-server', default_port=8080, **options))
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 389, in run_wsgi
    loadapp(conf_path, global_conf=global_conf)
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 323, in loadapp
    return ctx.create()
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 710, in create
    return self.object_type.invoke(self)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 207, in invoke
    app = filter(app)
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 1402, in auth_filter
    return AuthProtocol(app, conf)
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 437, in __init__
    self.verify_signing_dir()
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 1274, in verify_signing_dir
    os.makedirs(self.signing_dirname, stat.S_IRWXU)
  File "/usr/lib/python2.7/os.py", line 150, in makedirs
    makedirs(head, mode)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/home/swift'

Signal proxy-server pid: 25003 signal: 15
No proxy-server running
Starting proxy-server...(/etc/swift/proxy-server.conf)
Traceback (most recent call last):
  File "/usr/bin/swift-proxy-server", line 23, in <module>
    sys.exit(run_wsgi(conf_file, 'proxy-server', default_port=8080, **options))
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 389, in run_wsgi
    loadapp(conf_path, global_conf=global_conf)
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 323, in loadapp
    return ctx.create()
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 710, in create
    return self.object_type.invoke(self)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 207, in invoke
    app = filter(app)
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 1402, in auth_filter
    return AuthProtocol(app, conf)
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 437, in __init__
    self.verify_signing_dir()
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 1274, in verify_signing_dir
    os.makedirs(self.signing_dirname, stat.S_IRWXU)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/home/keystone-swift-signing'

Signal proxy-server pid: 26490 signal: 15
No proxy-server running
Starting proxy-server...(/etc/swift/proxy-server.conf)
Traceback (most recent call last):
  File "/usr/bin/swift-proxy-server", line 23, in <module>
    sys.exit(run_wsgi(conf_file, 'proxy-server', default_port=8080, **options))
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 389, in run_wsgi
    loadapp(conf_path, global_conf=global_conf)
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 323, in loadapp
    return ctx.create()
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 710, in create
    return self.object_type.invoke(self)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 207, in invoke
    app = filter(app)
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 1402, in auth_filter
    return AuthProtocol(app, conf)
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 437, in __init__
    self.verify_signing_dir()
  File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 1263, in verify_signing_dir
    'unable to access signing_dir %s' % self.signing_dirname)
keystoneclient.middleware.auth_token.ConfigurationError: unable to access signing_dir /home/swift/keystone-signing

Signal proxy-server pid: 27948 signal: 15
No proxy-server running
Starting proxy-server...(/etc/swift/proxy-server.conf)
Signal proxy-server pid: 28704 signal: 15
proxy-server (28704) appears to have stopped
Starting proxy-server...(/etc/swift/proxy-server.conf)
Signal proxy-server pid: 29994 signal: 15
proxy-server (29994) appears to have stopped
Starting proxy-server...(/etc/swift/proxy-server.conf)
Signal proxy-server pid: 14940 signal: 15
proxy-server (14940) appears to have stopped
Starting proxy-server...(/etc/swift/proxy-server.conf)

------------------------------------------------------------------------------------------------------
syslog
-------------------------------------------------------------------------------------------------------

Sep 12 06:35:01 ubuntu rsyslogd: [origin software="rsyslogd" swVersion="5.8.6" x-pid="507" x-info="http://www.rsyslog.com"] rsyslogd was HUPed
Sep 12 06:35:02 ubuntu kernel: [3249022.859755] connection2:0: detected conn error (1020)
Sep 12 06:35:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:05 ubuntu kernel: [3249025.864340] connection2:0: detected conn error (1020)
Sep 12 06:35:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:08 ubuntu kernel: [3249028.868647] connection2:0: detected conn error (1020)
Sep 12 06:35:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:35:11 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:35:11 ubuntu 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
Sep 12 06:35:11 ubuntu 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
Sep 12 06:35:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:35:11 ubuntu 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
Sep 12 06:35:11 ubuntu kernel: [3249031.873158] connection2:0: detected conn error (1020)
Sep 12 06:35:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:14 ubuntu kernel: [3249034.898523] connection2:0: detected conn error (1020)
Sep 12 06:35:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:17 ubuntu kernel: [3249037.903643] connection2:0: detected conn error (1020)
Sep 12 06:35:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:20 ubuntu kernel: [3249040.907310] connection2:0: detected conn error (1020)
Sep 12 06:35:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:23 ubuntu kernel: [3249043.912694] connection2:0: detected conn error (1020)
Sep 12 06:35:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:26 ubuntu container-replicator: Beginning replication run
Sep 12 06:35:26 ubuntu container-replicator: Replication run OVER
Sep 12 06:35:26 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00357 seconds (0.00000/s)
Sep 12 06:35:26 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:35:26 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:35:26 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:35:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:35:26 ubuntu object-replicator: Nothing replicated for 0.00537300109863 seconds.
Sep 12 06:35:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:35:26 ubuntu kernel: [3249046.916945] connection2:0: detected conn error (1020)
Sep 12 06:35:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:27 ubuntu account-replicator: Beginning replication run
Sep 12 06:35:27 ubuntu account-replicator: Replication run OVER
Sep 12 06:35:27 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00402 seconds (0.00000/s)
Sep 12 06:35:27 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:35:27 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:35:27 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:35:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:29 ubuntu kernel: [3249049.921735] connection2:0: detected conn error (1020)
Sep 12 06:35:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:32 ubuntu kernel: [3249052.925417] connection2:0: detected conn error (1020)
Sep 12 06:35:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:35 ubuntu kernel: [3249055.930235] connection2:0: detected conn error (1020)
Sep 12 06:35:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:38 ubuntu kernel: [3249058.934922] connection2:0: detected conn error (1020)
Sep 12 06:35:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:41 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:35:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:35:41 ubuntu 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
Sep 12 06:35:41 ubuntu 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
Sep 12 06:35:41 ubuntu kernel: [3249061.939956] connection2:0: detected conn error (1020)
Sep 12 06:35:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:35:41 ubuntu 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
Sep 12 06:35:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:44 ubuntu kernel: [3249064.945135] connection2:0: detected conn error (1020)
Sep 12 06:35:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:47 ubuntu kernel: [3249067.948944] connection2:0: detected conn error (1020)
Sep 12 06:35:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:50 ubuntu kernel: [3249070.952611] connection2:0: detected conn error (1020)
Sep 12 06:35:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:53 ubuntu kernel: [3249073.957136] connection2:0: detected conn error (1020)
Sep 12 06:35:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:56 ubuntu container-replicator: Beginning replication run
Sep 12 06:35:56 ubuntu container-replicator: Replication run OVER
Sep 12 06:35:56 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00232 seconds (0.00000/s)
Sep 12 06:35:56 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:35:56 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:35:56 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:35:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:35:56 ubuntu object-replicator: Nothing replicated for 0.00336384773254 seconds.
Sep 12 06:35:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:35:56 ubuntu kernel: [3249076.961490] connection2:0: detected conn error (1020)
Sep 12 06:35:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:35:57 ubuntu account-replicator: Beginning replication run
Sep 12 06:35:57 ubuntu account-replicator: Replication run OVER
Sep 12 06:35:57 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00506 seconds (0.00000/s)
Sep 12 06:35:57 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:35:57 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:35:57 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:35:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:35:59 ubuntu kernel: [3249079.965986] connection2:0: detected conn error (1020)
Sep 12 06:36:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:02 ubuntu kernel: [3249082.970357] connection2:0: detected conn error (1020)
Sep 12 06:36:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:05 ubuntu kernel: [3249085.975544] connection2:0: detected conn error (1020)
Sep 12 06:36:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:08 ubuntu kernel: [3249088.979283] connection2:0: detected conn error (1020)
Sep 12 06:36:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:11 ubuntu kernel: [3249091.983773] connection2:0: detected conn error (1020)
Sep 12 06:36:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:36:11 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:36:11 ubuntu 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
Sep 12 06:36:11 ubuntu 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
Sep 12 06:36:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:14 ubuntu kernel: [3249094.987405] connection2:0: detected conn error (1020)
Sep 12 06:36:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:17 ubuntu kernel: [3249097.991737] connection2:0: detected conn error (1020)
Sep 12 06:36:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:20 ubuntu kernel: [3249100.996213] connection2:0: detected conn error (1020)
Sep 12 06:36:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:23 ubuntu kernel: [3249104.000869] connection2:0: detected conn error (1020)
Sep 12 06:36:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:26 ubuntu container-replicator: Beginning replication run
Sep 12 06:36:26 ubuntu container-replicator: Replication run OVER
Sep 12 06:36:26 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00426 seconds (0.00000/s)
Sep 12 06:36:26 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:36:26 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:36:26 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:36:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:36:26 ubuntu object-replicator: Nothing replicated for 0.0038149356842 seconds.
Sep 12 06:36:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:36:26 ubuntu kernel: [3249107.005186] connection2:0: detected conn error (1020)
Sep 12 06:36:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:27 ubuntu account-replicator: Beginning replication run
Sep 12 06:36:27 ubuntu account-replicator: Replication run OVER
Sep 12 06:36:27 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00448 seconds (0.00000/s)
Sep 12 06:36:27 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:36:27 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:36:27 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:36:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:29 ubuntu kernel: [3249110.009379] connection2:0: detected conn error (1020)
Sep 12 06:36:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:32 ubuntu kernel: [3249113.013106] connection2:0: detected conn error (1020)
Sep 12 06:36:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:35 ubuntu kernel: [3249116.017014] connection2:0: detected conn error (1020)
Sep 12 06:36:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:38 ubuntu kernel: [3249119.022043] connection2:0: detected conn error (1020)
Sep 12 06:36:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:41 ubuntu kernel: [3249122.025689] connection2:0: detected conn error (1020)
Sep 12 06:36:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:36:41 ubuntu 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
Sep 12 06:36:41 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:36:41 ubuntu 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
Sep 12 06:36:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:44 ubuntu kernel: [3249125.030009] connection2:0: detected conn error (1020)
Sep 12 06:36:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:47 ubuntu kernel: [3249128.033889] connection2:0: detected conn error (1020)
Sep 12 06:36:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:50 ubuntu kernel: [3249131.037640] connection2:0: detected conn error (1020)
Sep 12 06:36:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:53 ubuntu kernel: [3249134.041248] connection2:0: detected conn error (1020)
Sep 12 06:36:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:36:56 ubuntu container-replicator: Beginning replication run
Sep 12 06:36:56 ubuntu container-replicator: Replication run OVER
Sep 12 06:36:56 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00610 seconds (0.00000/s)
Sep 12 06:36:56 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:36:56 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:36:56 ubuntu object-replicator: Nothing replicated for 0.0129039287567 seconds.
Sep 12 06:36:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:36:56 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:36:56 ubuntu kernel: [3249137.045849] connection2:0: detected conn error (1020)
Sep 12 06:36:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:36:57 ubuntu account-replicator: Beginning replication run
Sep 12 06:36:57 ubuntu account-replicator: Replication run OVER
Sep 12 06:36:57 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00554 seconds (0.00000/s)
Sep 12 06:36:57 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:36:57 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:36:57 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:36:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:36:59 ubuntu kernel: [3249140.050056] connection2:0: detected conn error (1020)
Sep 12 06:37:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:02 ubuntu kernel: [3249143.053636] connection2:0: detected conn error (1020)
Sep 12 06:37:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:05 ubuntu kernel: [3249146.057942] connection2:0: detected conn error (1020)
Sep 12 06:37:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:08 ubuntu kernel: [3249149.062777] connection2:0: detected conn error (1020)
Sep 12 06:37:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:11 ubuntu kernel: [3249152.066871] connection2:0: detected conn error (1020)
Sep 12 06:37:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:37:12 ubuntu 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
Sep 12 06:37:12 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:37:12 ubuntu 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
Sep 12 06:37:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:14 ubuntu kernel: [3249155.071170] connection2:0: detected conn error (1020)
Sep 12 06:37:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:17 ubuntu kernel: [3249158.074981] connection2:0: detected conn error (1020)
Sep 12 06:37:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:20 ubuntu kernel: [3249161.078283] connection2:0: detected conn error (1020)
Sep 12 06:37:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:23 ubuntu kernel: [3249164.082423] connection2:0: detected conn error (1020)
Sep 12 06:37:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:37:26 ubuntu object-replicator: Nothing replicated for 0.0031418800354 seconds.
Sep 12 06:37:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:37:26 ubuntu container-replicator: Beginning replication run
Sep 12 06:37:26 ubuntu container-replicator: Replication run OVER
Sep 12 06:37:26 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00510 seconds (0.00000/s)
Sep 12 06:37:26 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:37:26 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:37:26 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:37:26 ubuntu kernel: [3249167.086483] connection2:0: detected conn error (1020)
Sep 12 06:37:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:27 ubuntu account-replicator: Beginning replication run
Sep 12 06:37:27 ubuntu account-replicator: Replication run OVER
Sep 12 06:37:27 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00364 seconds (0.00000/s)
Sep 12 06:37:27 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:37:27 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:37:27 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:37:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:29 ubuntu kernel: [3249170.090560] connection2:0: detected conn error (1020)
Sep 12 06:37:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:32 ubuntu kernel: [3249173.095582] connection2:0: detected conn error (1020)
Sep 12 06:37:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:35 ubuntu kernel: [3249176.099919] connection2:0: detected conn error (1020)
Sep 12 06:37:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:38 ubuntu kernel: [3249179.103620] connection2:0: detected conn error (1020)
Sep 12 06:37:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:41 ubuntu kernel: [3249182.107898] connection2:0: detected conn error (1020)
Sep 12 06:37:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:42 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:37:42 ubuntu 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
Sep 12 06:37:42 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:37:42 ubuntu 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
Sep 12 06:37:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:44 ubuntu kernel: [3249185.113336] connection2:0: detected conn error (1020)
Sep 12 06:37:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:47 ubuntu kernel: [3249188.117702] connection2:0: detected conn error (1020)
Sep 12 06:37:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:50 ubuntu kernel: [3249191.122501] connection2:0: detected conn error (1020)
Sep 12 06:37:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:53 ubuntu kernel: [3249194.127395] connection2:0: detected conn error (1020)
Sep 12 06:37:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:37:56 ubuntu object-replicator: Nothing replicated for 0.00880599021912 seconds.
Sep 12 06:37:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:37:56 ubuntu container-replicator: Beginning replication run
Sep 12 06:37:56 ubuntu container-replicator: Replication run OVER
Sep 12 06:37:56 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00591 seconds (0.00000/s)
Sep 12 06:37:56 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:37:56 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:37:56 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:37:56 ubuntu kernel: [3249197.132030] connection2:0: detected conn error (1020)
Sep 12 06:37:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:37:57 ubuntu account-replicator: Beginning replication run
Sep 12 06:37:57 ubuntu account-replicator: Replication run OVER
Sep 12 06:37:57 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00368 seconds (0.00000/s)
Sep 12 06:37:57 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:37:57 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:37:57 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:37:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:37:59 ubuntu kernel: [3249200.136071] connection2:0: detected conn error (1020)
Sep 12 06:38:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:02 ubuntu kernel: [3249203.139569] connection2:0: detected conn error (1020)
Sep 12 06:38:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:05 ubuntu kernel: [3249206.143687] connection2:0: detected conn error (1020)
Sep 12 06:38:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:08 ubuntu kernel: [3249209.147696] connection2:0: detected conn error (1020)
Sep 12 06:38:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:11 ubuntu kernel: [3249212.151083] connection2:0: detected conn error (1020)
Sep 12 06:38:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:38:12 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:38:12 ubuntu 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
Sep 12 06:38:12 ubuntu 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
Sep 12 06:38:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:38:12 ubuntu 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
Sep 12 06:38:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:14 ubuntu kernel: [3249215.156111] connection2:0: detected conn error (1020)
Sep 12 06:38:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:17 ubuntu kernel: [3249218.160351] connection2:0: detected conn error (1020)
Sep 12 06:38:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:20 ubuntu kernel: [3249221.165395] connection2:0: detected conn error (1020)
Sep 12 06:38:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:23 ubuntu kernel: [3249224.171410] connection2:0: detected conn error (1020)
Sep 12 06:38:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:38:26 ubuntu object-replicator: Nothing replicated for 0.00556397438049 seconds.
Sep 12 06:38:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:38:26 ubuntu container-replicator: Beginning replication run
Sep 12 06:38:26 ubuntu container-replicator: Replication run OVER
Sep 12 06:38:26 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00430 seconds (0.00000/s)
Sep 12 06:38:26 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:38:26 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:38:26 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:38:26 ubuntu kernel: [3249227.174843] connection2:0: detected conn error (1020)
Sep 12 06:38:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:27 ubuntu account-replicator: Beginning replication run
Sep 12 06:38:27 ubuntu account-replicator: Replication run OVER
Sep 12 06:38:27 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00687 seconds (0.00000/s)
Sep 12 06:38:27 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:38:27 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:38:27 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:38:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:29 ubuntu kernel: [3249230.179065] connection2:0: detected conn error (1020)
Sep 12 06:38:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:32 ubuntu kernel: [3249233.183283] connection2:0: detected conn error (1020)
Sep 12 06:38:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:35 ubuntu kernel: [3249236.187408] connection2:0: detected conn error (1020)
Sep 12 06:38:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:38 ubuntu kernel: [3249239.192215] connection2:0: detected conn error (1020)
Sep 12 06:38:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:41 ubuntu kernel: [3249242.197219] connection2:0: detected conn error (1020)
Sep 12 06:38:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:42 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:38:42 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:38:42 ubuntu 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
Sep 12 06:38:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:42 ubuntu 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
Sep 12 06:38:44 ubuntu kernel: [3249245.201923] connection2:0: detected conn error (1020)
Sep 12 06:38:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:47 ubuntu kernel: [3249248.205339] connection2:0: detected conn error (1020)
Sep 12 06:38:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:50 ubuntu kernel: [3249251.209697] connection2:0: detected conn error (1020)
Sep 12 06:38:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:53 ubuntu kernel: [3249254.213640] connection2:0: detected conn error (1020)
Sep 12 06:38:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:38:56 ubuntu object-replicator: Nothing replicated for 0.00688886642456 seconds.
Sep 12 06:38:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:38:56 ubuntu container-replicator: Beginning replication run
Sep 12 06:38:56 ubuntu container-replicator: Replication run OVER
Sep 12 06:38:56 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00345 seconds (0.00000/s)
Sep 12 06:38:56 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:38:56 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:38:56 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:38:56 ubuntu kernel: [3249257.218052] connection2:0: detected conn error (1020)
Sep 12 06:38:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:38:57 ubuntu account-replicator: Beginning replication run
Sep 12 06:38:57 ubuntu account-replicator: Replication run OVER
Sep 12 06:38:57 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00352 seconds (0.00000/s)
Sep 12 06:38:57 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:38:57 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:38:57 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:38:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:38:59 ubuntu kernel: [3249260.221604] connection2:0: detected conn error (1020)
Sep 12 06:39:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:02 ubuntu kernel: [3249263.225653] connection2:0: detected conn error (1020)
Sep 12 06:39:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:05 ubuntu kernel: [3249266.229407] connection2:0: detected conn error (1020)
Sep 12 06:39:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:08 ubuntu kernel: [3249269.233194] connection2:0: detected conn error (1020)
Sep 12 06:39:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:11 ubuntu kernel: [3249272.236889] connection2:0: detected conn error (1020)
Sep 12 06:39:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:39:12 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:39:12 ubuntu 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
Sep 12 06:39:12 ubuntu 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
Sep 12 06:39:13 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:39:13 ubuntu 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
Sep 12 06:39:14 ubuntu kernel: [3249275.241390] connection2:0: detected conn error (1020)
Sep 12 06:39:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:17 ubuntu kernel: [3249278.244829] connection2:0: detected conn error (1020)
Sep 12 06:39:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:20 ubuntu kernel: [3249281.249191] connection2:0: detected conn error (1020)
Sep 12 06:39:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:23 ubuntu kernel: [3249284.252791] connection2:0: detected conn error (1020)
Sep 12 06:39:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:39:26 ubuntu object-replicator: Nothing replicated for 0.0022611618042 seconds.
Sep 12 06:39:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:39:26 ubuntu container-replicator: Beginning replication run
Sep 12 06:39:26 ubuntu container-replicator: Replication run OVER
Sep 12 06:39:26 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00217 seconds (0.00000/s)
Sep 12 06:39:26 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:39:26 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:39:26 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:39:27 ubuntu kernel: [3249287.256394] connection2:0: detected conn error (1020)
Sep 12 06:39:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:27 ubuntu account-replicator: Beginning replication run
Sep 12 06:39:27 ubuntu account-replicator: Replication run OVER
Sep 12 06:39:27 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00250 seconds (0.00000/s)
Sep 12 06:39:27 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:39:27 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:39:27 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:39:29 ubuntu container-updater: Begin container update sweep
Sep 12 06:39:29 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 06:39:30 ubuntu kernel: [3249290.259412] connection2:0: detected conn error (1020)
Sep 12 06:39:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:33 ubuntu kernel: [3249293.263043] connection2:0: detected conn error (1020)
Sep 12 06:39:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:36 ubuntu kernel: [3249296.266815] connection2:0: detected conn error (1020)
Sep 12 06:39:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:39 ubuntu kernel: [3249299.271401] connection2:0: detected conn error (1020)
Sep 12 06:39:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:40 ubuntu object-updater: Begin object update sweep
Sep 12 06:39:40 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 06:39:40 ubuntu object-updater: Object update sweep completed: 0.05s
Sep 12 06:39:42 ubuntu kernel: [3249302.283051] connection2:0: detected conn error (1020)
Sep 12 06:39:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:43 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:39:43 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:39:43 ubuntu 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
Sep 12 06:39:43 ubuntu 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
Sep 12 06:39:43 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:39:43 ubuntu 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
Sep 12 06:39:45 ubuntu kernel: [3249305.286547] connection2:0: detected conn error (1020)
Sep 12 06:39:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:48 ubuntu kernel: [3249308.291221] connection2:0: detected conn error (1020)
Sep 12 06:39:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:51 ubuntu kernel: [3249311.295057] connection2:0: detected conn error (1020)
Sep 12 06:39:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:54 ubuntu kernel: [3249314.299315] connection2:0: detected conn error (1020)
Sep 12 06:39:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:39:56 ubuntu object-replicator: Nothing replicated for 0.00449395179749 seconds.
Sep 12 06:39:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:39:56 ubuntu container-replicator: Beginning replication run
Sep 12 06:39:56 ubuntu container-replicator: Replication run OVER
Sep 12 06:39:56 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00452 seconds (0.00000/s)
Sep 12 06:39:56 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:39:56 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:39:56 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:39:57 ubuntu kernel: [3249317.303138] connection2:0: detected conn error (1020)
Sep 12 06:39:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:39:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:39:57 ubuntu account-replicator: Beginning replication run
Sep 12 06:39:57 ubuntu account-replicator: Replication run OVER
Sep 12 06:39:57 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00404 seconds (0.00000/s)
Sep 12 06:39:57 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:39:57 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:39:57 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:40:00 ubuntu kernel: [3249320.307043] connection2:0: detected conn error (1020)
Sep 12 06:40:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:03 ubuntu kernel: [3249323.311071] connection2:0: detected conn error (1020)
Sep 12 06:40:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:06 ubuntu kernel: [3249326.315527] connection2:0: detected conn error (1020)
Sep 12 06:40:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:09 ubuntu kernel: [3249329.319193] connection2:0: detected conn error (1020)
Sep 12 06:40:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:12 ubuntu kernel: [3249332.323376] connection2:0: detected conn error (1020)
Sep 12 06:40:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:13 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:40:13 ubuntu 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
Sep 12 06:40:13 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:40:13 ubuntu 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
Sep 12 06:40:13 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:40:13 ubuntu 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
Sep 12 06:40:15 ubuntu kernel: [3249335.327323] connection2:0: detected conn error (1020)
Sep 12 06:40:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:18 ubuntu kernel: [3249338.331178] connection2:0: detected conn error (1020)
Sep 12 06:40:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:21 ubuntu kernel: [3249341.335105] connection2:0: detected conn error (1020)
Sep 12 06:40:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:24 ubuntu kernel: [3249344.338879] connection2:0: detected conn error (1020)
Sep 12 06:40:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:40:26 ubuntu object-replicator: Nothing replicated for 0.0084388256073 seconds.
Sep 12 06:40:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:40:26 ubuntu container-replicator: Beginning replication run
Sep 12 06:40:26 ubuntu container-replicator: Replication run OVER
Sep 12 06:40:26 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00317 seconds (0.00000/s)
Sep 12 06:40:26 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:40:26 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:40:26 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:40:27 ubuntu kernel: [3249347.343139] connection2:0: detected conn error (1020)
Sep 12 06:40:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:27 ubuntu account-replicator: Beginning replication run
Sep 12 06:40:27 ubuntu account-replicator: Replication run OVER
Sep 12 06:40:27 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00356 seconds (0.00000/s)
Sep 12 06:40:27 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:40:27 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:40:27 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:40:30 ubuntu kernel: [3249350.347199] connection2:0: detected conn error (1020)
Sep 12 06:40:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:33 ubuntu kernel: [3249353.351670] connection2:0: detected conn error (1020)
Sep 12 06:40:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:36 ubuntu kernel: [3249356.355117] connection2:0: detected conn error (1020)
Sep 12 06:40:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:39 ubuntu kernel: [3249359.359571] connection2:0: detected conn error (1020)
Sep 12 06:40:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:42 ubuntu kernel: [3249362.363729] connection2:0: detected conn error (1020)
Sep 12 06:40:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:43 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:40:43 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:40:43 ubuntu 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
Sep 12 06:40:43 ubuntu 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
Sep 12 06:40:45 ubuntu kernel: [3249365.368244] connection2:0: detected conn error (1020)
Sep 12 06:40:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:48 ubuntu kernel: [3249368.372040] connection2:0: detected conn error (1020)
Sep 12 06:40:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:51 ubuntu kernel: [3249371.375859] connection2:0: detected conn error (1020)
Sep 12 06:40:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:54 ubuntu kernel: [3249374.379832] connection2:0: detected conn error (1020)
Sep 12 06:40:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:40:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:40:56 ubuntu object-replicator: Nothing replicated for 0.00283193588257 seconds.
Sep 12 06:40:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:40:56 ubuntu container-replicator: Beginning replication run
Sep 12 06:40:56 ubuntu container-replicator: Replication run OVER
Sep 12 06:40:56 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00356 seconds (0.00000/s)
Sep 12 06:40:56 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:40:56 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:40:56 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:40:57 ubuntu kernel: [3249377.390951] connection2:0: detected conn error (1020)
Sep 12 06:40:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:40:57 ubuntu account-replicator: Beginning replication run
Sep 12 06:40:57 ubuntu account-replicator: Replication run OVER
Sep 12 06:40:57 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00393 seconds (0.00000/s)
Sep 12 06:40:57 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:40:57 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:40:57 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:40:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:00 ubuntu kernel: [3249380.394616] connection2:0: detected conn error (1020)
Sep 12 06:41:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:03 ubuntu kernel: [3249383.399322] connection2:0: detected conn error (1020)
Sep 12 06:41:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:06 ubuntu kernel: [3249386.403960] connection2:0: detected conn error (1020)
Sep 12 06:41:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:09 ubuntu kernel: [3249389.409581] connection2:0: detected conn error (1020)
Sep 12 06:41:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:12 ubuntu kernel: [3249392.414205] connection2:0: detected conn error (1020)
Sep 12 06:41:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:13 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:41:13 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:41:13 ubuntu 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
Sep 12 06:41:13 ubuntu 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
Sep 12 06:41:13 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:41:13 ubuntu 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
Sep 12 06:41:15 ubuntu kernel: [3249395.418214] connection2:0: detected conn error (1020)
Sep 12 06:41:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:18 ubuntu kernel: [3249398.421772] connection2:0: detected conn error (1020)
Sep 12 06:41:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:21 ubuntu kernel: [3249401.425439] connection2:0: detected conn error (1020)
Sep 12 06:41:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:24 ubuntu kernel: [3249404.429499] connection2:0: detected conn error (1020)
Sep 12 06:41:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:41:26 ubuntu object-replicator: Nothing replicated for 0.00643110275269 seconds.
Sep 12 06:41:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:41:26 ubuntu container-replicator: Beginning replication run
Sep 12 06:41:26 ubuntu container-replicator: Replication run OVER
Sep 12 06:41:26 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00389 seconds (0.00000/s)
Sep 12 06:41:26 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:41:26 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:41:26 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:41:27 ubuntu kernel: [3249407.433200] connection2:0: detected conn error (1020)
Sep 12 06:41:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:27 ubuntu account-replicator: Beginning replication run
Sep 12 06:41:27 ubuntu account-replicator: Replication run OVER
Sep 12 06:41:27 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00390 seconds (0.00000/s)
Sep 12 06:41:27 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:41:27 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:41:27 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:41:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:30 ubuntu kernel: [3249410.436884] connection2:0: detected conn error (1020)
Sep 12 06:41:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:33 ubuntu kernel: [3249413.441229] connection2:0: detected conn error (1020)
Sep 12 06:41:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:36 ubuntu kernel: [3249416.446172] connection2:0: detected conn error (1020)
Sep 12 06:41:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:39 ubuntu kernel: [3249419.450972] connection2:0: detected conn error (1020)
Sep 12 06:41:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:42 ubuntu kernel: [3249422.455454] connection2:0: detected conn error (1020)
Sep 12 06:41:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:44 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:41:44 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:41:44 ubuntu 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
Sep 12 06:41:44 ubuntu 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
Sep 12 06:41:44 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:41:44 ubuntu 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
Sep 12 06:41:45 ubuntu kernel: [3249425.462490] connection2:0: detected conn error (1020)
Sep 12 06:41:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:48 ubuntu kernel: [3249428.466881] connection2:0: detected conn error (1020)
Sep 12 06:41:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:51 ubuntu kernel: [3249431.471583] connection2:0: detected conn error (1020)
Sep 12 06:41:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:54 ubuntu kernel: [3249434.475339] connection2:0: detected conn error (1020)
Sep 12 06:41:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:41:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:41:56 ubuntu object-replicator: Nothing replicated for 0.00307893753052 seconds.
Sep 12 06:41:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:41:56 ubuntu container-replicator: Beginning replication run
Sep 12 06:41:56 ubuntu container-replicator: Replication run OVER
Sep 12 06:41:56 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00422 seconds (0.00000/s)
Sep 12 06:41:56 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:41:56 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:41:56 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:41:57 ubuntu kernel: [3249437.479461] connection2:0: detected conn error (1020)
Sep 12 06:41:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:41:57 ubuntu account-replicator: Beginning replication run
Sep 12 06:41:57 ubuntu account-replicator: Replication run OVER
Sep 12 06:41:57 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00366 seconds (0.00000/s)
Sep 12 06:41:57 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:41:57 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:41:57 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:41:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:00 ubuntu kernel: [3249440.483906] connection2:0: detected conn error (1020)
Sep 12 06:42:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:03 ubuntu kernel: [3249443.487956] connection2:0: detected conn error (1020)
Sep 12 06:42:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:06 ubuntu kernel: [3249446.491857] connection2:0: detected conn error (1020)
Sep 12 06:42:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:09 ubuntu kernel: [3249449.494923] connection2:0: detected conn error (1020)
Sep 12 06:42:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:12 ubuntu kernel: [3249452.498649] connection2:0: detected conn error (1020)
Sep 12 06:42:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:14 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:42:14 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:42:14 ubuntu 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
Sep 12 06:42:14 ubuntu 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
Sep 12 06:42:14 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:42:14 ubuntu 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
Sep 12 06:42:15 ubuntu kernel: [3249455.502641] connection2:0: detected conn error (1020)
Sep 12 06:42:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:18 ubuntu kernel: [3249458.506811] connection2:0: detected conn error (1020)
Sep 12 06:42:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:21 ubuntu kernel: [3249461.511761] connection2:0: detected conn error (1020)
Sep 12 06:42:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:24 ubuntu kernel: [3249464.516605] connection2:0: detected conn error (1020)
Sep 12 06:42:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:42:26 ubuntu object-replicator: Nothing replicated for 0.00646018981934 seconds.
Sep 12 06:42:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:42:26 ubuntu container-replicator: Beginning replication run
Sep 12 06:42:26 ubuntu container-replicator: Replication run OVER
Sep 12 06:42:26 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00384 seconds (0.00000/s)
Sep 12 06:42:26 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:42:26 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:42:26 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:42:27 ubuntu kernel: [3249467.521688] connection2:0: detected conn error (1020)
Sep 12 06:42:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:27 ubuntu account-replicator: Beginning replication run
Sep 12 06:42:27 ubuntu account-replicator: Replication run OVER
Sep 12 06:42:27 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00749 seconds (0.00000/s)
Sep 12 06:42:27 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:42:27 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:42:27 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:42:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:30 ubuntu kernel: [3249470.525865] connection2:0: detected conn error (1020)
Sep 12 06:42:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:33 ubuntu kernel: [3249473.530171] connection2:0: detected conn error (1020)
Sep 12 06:42:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:36 ubuntu kernel: [3249476.533667] connection2:0: detected conn error (1020)
Sep 12 06:42:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:39 ubuntu kernel: [3249479.538732] connection2:0: detected conn error (1020)
Sep 12 06:42:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:42 ubuntu kernel: [3249482.542838] connection2:0: detected conn error (1020)
Sep 12 06:42:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:44 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:42:44 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:42:44 ubuntu 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
Sep 12 06:42:44 ubuntu 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
Sep 12 06:42:45 ubuntu kernel: [3249485.546238] connection2:0: detected conn error (1020)
Sep 12 06:42:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:48 ubuntu kernel: [3249488.550617] connection2:0: detected conn error (1020)
Sep 12 06:42:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:51 ubuntu kernel: [3249491.556338] connection2:0: detected conn error (1020)
Sep 12 06:42:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:54 ubuntu kernel: [3249494.561443] connection2:0: detected conn error (1020)
Sep 12 06:42:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:42:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:42:56 ubuntu object-replicator: Nothing replicated for 0.00595617294312 seconds.
Sep 12 06:42:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:42:56 ubuntu container-replicator: Beginning replication run
Sep 12 06:42:56 ubuntu container-replicator: Replication run OVER
Sep 12 06:42:56 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00266 seconds (0.00000/s)
Sep 12 06:42:56 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:42:56 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:42:56 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:42:57 ubuntu kernel: [3249497.564570] connection2:0: detected conn error (1020)
Sep 12 06:42:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:42:57 ubuntu account-replicator: Beginning replication run
Sep 12 06:42:57 ubuntu account-replicator: Replication run OVER
Sep 12 06:42:57 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00863 seconds (0.00000/s)
Sep 12 06:42:57 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:42:57 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:42:57 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:42:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:00 ubuntu kernel: [3249500.570132] connection2:0: detected conn error (1020)
Sep 12 06:43:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:03 ubuntu kernel: [3249503.573895] connection2:0: detected conn error (1020)
Sep 12 06:43:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:06 ubuntu kernel: [3249506.577861] connection2:0: detected conn error (1020)
Sep 12 06:43:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:09 ubuntu kernel: [3249509.588374] connection2:0: detected conn error (1020)
Sep 12 06:43:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:12 ubuntu kernel: [3249512.592456] connection2:0: detected conn error (1020)
Sep 12 06:43:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:43:15 ubuntu 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
Sep 12 06:43:15 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:43:15 ubuntu 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
Sep 12 06:43:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:43:15 ubuntu 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
Sep 12 06:43:15 ubuntu kernel: [3249515.596752] connection2:0: detected conn error (1020)
Sep 12 06:43:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:18 ubuntu kernel: [3249518.601121] connection2:0: detected conn error (1020)
Sep 12 06:43:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:21 ubuntu kernel: [3249521.605545] connection2:0: detected conn error (1020)
Sep 12 06:43:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:24 ubuntu kernel: [3249524.609550] connection2:0: detected conn error (1020)
Sep 12 06:43:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:43:26 ubuntu object-replicator: Nothing replicated for 0.00403809547424 seconds.
Sep 12 06:43:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:43:26 ubuntu container-replicator: Beginning replication run
Sep 12 06:43:26 ubuntu container-replicator: Replication run OVER
Sep 12 06:43:26 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00411 seconds (0.00000/s)
Sep 12 06:43:26 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:43:26 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:43:26 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:43:27 ubuntu kernel: [3249527.613884] connection2:0: detected conn error (1020)
Sep 12 06:43:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:27 ubuntu account-replicator: Beginning replication run
Sep 12 06:43:27 ubuntu account-replicator: Replication run OVER
Sep 12 06:43:27 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00461 seconds (0.00000/s)
Sep 12 06:43:27 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:43:27 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:43:27 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:43:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:30 ubuntu kernel: [3249530.617870] connection2:0: detected conn error (1020)
Sep 12 06:43:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:33 ubuntu kernel: [3249533.622309] connection2:0: detected conn error (1020)
Sep 12 06:43:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:36 ubuntu kernel: [3249536.627075] connection2:0: detected conn error (1020)
Sep 12 06:43:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:39 ubuntu kernel: [3249539.631335] connection2:0: detected conn error (1020)
Sep 12 06:43:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:42 ubuntu kernel: [3249542.635812] connection2:0: detected conn error (1020)
Sep 12 06:43:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:45 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:43:45 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:43:45 ubuntu 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
Sep 12 06:43:45 ubuntu 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
Sep 12 06:43:45 ubuntu kernel: [3249545.641625] connection2:0: detected conn error (1020)
Sep 12 06:43:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:48 ubuntu kernel: [3249548.645405] connection2:0: detected conn error (1020)
Sep 12 06:43:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:51 ubuntu kernel: [3249551.650265] connection2:0: detected conn error (1020)
Sep 12 06:43:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:54 ubuntu kernel: [3249554.655297] connection2:0: detected conn error (1020)
Sep 12 06:43:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:43:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:43:56 ubuntu object-replicator: Nothing replicated for 0.0107300281525 seconds.
Sep 12 06:43:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:43:56 ubuntu container-replicator: Beginning replication run
Sep 12 06:43:56 ubuntu container-replicator: Replication run OVER
Sep 12 06:43:56 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00571 seconds (0.00000/s)
Sep 12 06:43:56 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:43:56 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:43:56 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:43:57 ubuntu kernel: [3249557.659439] connection2:0: detected conn error (1020)
Sep 12 06:43:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:43:57 ubuntu account-replicator: Beginning replication run
Sep 12 06:43:57 ubuntu account-replicator: Replication run OVER
Sep 12 06:43:57 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00357 seconds (0.00000/s)
Sep 12 06:43:57 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:43:57 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:43:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:43:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:00 ubuntu kernel: [3249560.663103] connection2:0: detected conn error (1020)
Sep 12 06:44:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:03 ubuntu kernel: [3249563.667424] connection2:0: detected conn error (1020)
Sep 12 06:44:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:06 ubuntu kernel: [3249566.671524] connection2:0: detected conn error (1020)
Sep 12 06:44:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:09 ubuntu kernel: [3249569.676137] connection2:0: detected conn error (1020)
Sep 12 06:44:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:12 ubuntu kernel: [3249572.680311] connection2:0: detected conn error (1020)
Sep 12 06:44:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:44:15 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:44:15 ubuntu 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
Sep 12 06:44:15 ubuntu 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
Sep 12 06:44:15 ubuntu kernel: [3249575.684547] connection2:0: detected conn error (1020)
Sep 12 06:44:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:18 ubuntu kernel: [3249578.689702] connection2:0: detected conn error (1020)
Sep 12 06:44:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:21 ubuntu kernel: [3249581.694844] connection2:0: detected conn error (1020)
Sep 12 06:44:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:24 ubuntu kernel: [3249584.698565] connection2:0: detected conn error (1020)
Sep 12 06:44:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:44:26 ubuntu object-replicator: Nothing replicated for 0.00360512733459 seconds.
Sep 12 06:44:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:44:26 ubuntu container-replicator: Beginning replication run
Sep 12 06:44:26 ubuntu container-replicator: Replication run OVER
Sep 12 06:44:26 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00224 seconds (0.00000/s)
Sep 12 06:44:26 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:44:26 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:44:26 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:44:27 ubuntu kernel: [3249587.704814] connection2:0: detected conn error (1020)
Sep 12 06:44:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:44:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:44:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00463 seconds (0.00000/s)
Sep 12 06:44:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:44:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:44:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:44:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:29 ubuntu container-updater: Begin container update sweep
Sep 12 06:44:29 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 06:44:30 ubuntu kernel: [3249590.708613] connection2:0: detected conn error (1020)
Sep 12 06:44:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:33 ubuntu kernel: [3249593.713422] connection2:0: detected conn error (1020)
Sep 12 06:44:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:36 ubuntu kernel: [3249596.716804] connection2:0: detected conn error (1020)
Sep 12 06:44:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:39 ubuntu kernel: [3249599.721561] connection2:0: detected conn error (1020)
Sep 12 06:44:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:40 ubuntu object-updater: Begin object update sweep
Sep 12 06:44:40 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 06:44:40 ubuntu object-updater: Object update sweep completed: 0.08s
Sep 12 06:44:42 ubuntu kernel: [3249602.725461] connection2:0: detected conn error (1020)
Sep 12 06:44:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:45 ubuntu kernel: [3249605.729502] connection2:0: detected conn error (1020)
Sep 12 06:44:45 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:44:45 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:44:45 ubuntu 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
Sep 12 06:44:45 ubuntu 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
Sep 12 06:44:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:48 ubuntu kernel: [3249608.735088] connection2:0: detected conn error (1020)
Sep 12 06:44:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:51 ubuntu kernel: [3249611.739113] connection2:0: detected conn error (1020)
Sep 12 06:44:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:54 ubuntu kernel: [3249614.742092] connection2:0: detected conn error (1020)
Sep 12 06:44:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:44:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:44:56 ubuntu object-replicator: Nothing replicated for 0.00273990631104 seconds.
Sep 12 06:44:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:44:56 ubuntu container-replicator: Beginning replication run
Sep 12 06:44:56 ubuntu container-replicator: Replication run OVER
Sep 12 06:44:56 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00404 seconds (0.00000/s)
Sep 12 06:44:56 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:44:56 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:44:56 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:44:57 ubuntu kernel: [3249617.747150] connection2:0: detected conn error (1020)
Sep 12 06:44:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:44:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:44:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00536 seconds (0.00000/s)
Sep 12 06:44:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:44:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:44:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:44:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:44:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:00 ubuntu kernel: [3249620.751641] connection2:0: detected conn error (1020)
Sep 12 06:45:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:03 ubuntu kernel: [3249623.756154] connection2:0: detected conn error (1020)
Sep 12 06:45:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:06 ubuntu kernel: [3249626.760531] connection2:0: detected conn error (1020)
Sep 12 06:45:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:09 ubuntu kernel: [3249629.764990] connection2:0: detected conn error (1020)
Sep 12 06:45:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:12 ubuntu kernel: [3249632.769394] connection2:0: detected conn error (1020)
Sep 12 06:45:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:15 ubuntu kernel: [3249635.773558] connection2:0: detected conn error (1020)
Sep 12 06:45:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:45:15 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:45:15 ubuntu 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
Sep 12 06:45:15 ubuntu 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
Sep 12 06:45:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:45:15 ubuntu 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
Sep 12 06:45:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:18 ubuntu kernel: [3249638.778200] connection2:0: detected conn error (1020)
Sep 12 06:45:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:21 ubuntu kernel: [3249641.783022] connection2:0: detected conn error (1020)
Sep 12 06:45:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:24 ubuntu kernel: [3249644.788182] connection2:0: detected conn error (1020)
Sep 12 06:45:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:45:26 ubuntu object-replicator: Nothing replicated for 0.00762295722961 seconds.
Sep 12 06:45:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:45:26 ubuntu container-replicator: Beginning replication run
Sep 12 06:45:26 ubuntu container-replicator: Replication run OVER
Sep 12 06:45:26 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00622 seconds (0.00000/s)
Sep 12 06:45:26 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:45:26 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:45:26 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:45:27 ubuntu kernel: [3249647.792856] connection2:0: detected conn error (1020)
Sep 12 06:45:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:45:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:45:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00447 seconds (0.00000/s)
Sep 12 06:45:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:45:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:45:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:45:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:30 ubuntu kernel: [3249650.797603] connection2:0: detected conn error (1020)
Sep 12 06:45:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:33 ubuntu kernel: [3249653.802015] connection2:0: detected conn error (1020)
Sep 12 06:45:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:36 ubuntu kernel: [3249656.805422] connection2:0: detected conn error (1020)
Sep 12 06:45:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:39 ubuntu kernel: [3249659.809707] connection2:0: detected conn error (1020)
Sep 12 06:45:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:42 ubuntu kernel: [3249662.814482] connection2:0: detected conn error (1020)
Sep 12 06:45:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:45 ubuntu kernel: [3249665.818460] connection2:0: detected conn error (1020)
Sep 12 06:45:46 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:45:46 ubuntu 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
Sep 12 06:45:46 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:45:46 ubuntu 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
Sep 12 06:45:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:48 ubuntu kernel: [3249668.822336] connection2:0: detected conn error (1020)
Sep 12 06:45:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:51 ubuntu kernel: [3249671.825568] connection2:0: detected conn error (1020)
Sep 12 06:45:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:54 ubuntu kernel: [3249674.829031] connection2:0: detected conn error (1020)
Sep 12 06:45:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:45:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:45:56 ubuntu object-replicator: Nothing replicated for 0.00393295288086 seconds.
Sep 12 06:45:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:45:56 ubuntu container-replicator: Beginning replication run
Sep 12 06:45:56 ubuntu container-replicator: Replication run OVER
Sep 12 06:45:56 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00350 seconds (0.00000/s)
Sep 12 06:45:56 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:45:56 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:45:56 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:45:57 ubuntu kernel: [3249677.833003] connection2:0: detected conn error (1020)
Sep 12 06:45:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:45:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:45:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00385 seconds (0.00000/s)
Sep 12 06:45:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:45:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:45:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:45:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:45:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:00 ubuntu kernel: [3249680.837115] connection2:0: detected conn error (1020)
Sep 12 06:46:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:03 ubuntu kernel: [3249683.840842] connection2:0: detected conn error (1020)
Sep 12 06:46:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:06 ubuntu kernel: [3249686.844718] connection2:0: detected conn error (1020)
Sep 12 06:46:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:09 ubuntu kernel: [3249689.849073] connection2:0: detected conn error (1020)
Sep 12 06:46:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:12 ubuntu kernel: [3249692.852337] connection2:0: detected conn error (1020)
Sep 12 06:46:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:15 ubuntu kernel: [3249695.856330] connection2:0: detected conn error (1020)
Sep 12 06:46:16 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:46:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:46:16 ubuntu 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
Sep 12 06:46:16 ubuntu 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
Sep 12 06:46:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:46:16 ubuntu 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
Sep 12 06:46:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:18 ubuntu kernel: [3249698.860581] connection2:0: detected conn error (1020)
Sep 12 06:46:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:21 ubuntu kernel: [3249701.865224] connection2:0: detected conn error (1020)
Sep 12 06:46:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:24 ubuntu kernel: [3249704.869289] connection2:0: detected conn error (1020)
Sep 12 06:46:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:46:26 ubuntu object-replicator: Nothing replicated for 0.0137689113617 seconds.
Sep 12 06:46:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:46:26 ubuntu container-replicator: Beginning replication run
Sep 12 06:46:26 ubuntu container-replicator: Replication run OVER
Sep 12 06:46:26 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00226 seconds (0.00000/s)
Sep 12 06:46:26 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:46:26 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:46:26 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:46:27 ubuntu kernel: [3249707.873840] connection2:0: detected conn error (1020)
Sep 12 06:46:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:46:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:46:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00352 seconds (0.00000/s)
Sep 12 06:46:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:46:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:46:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:46:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:30 ubuntu kernel: [3249710.877955] connection2:0: detected conn error (1020)
Sep 12 06:46:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:33 ubuntu kernel: [3249713.881709] connection2:0: detected conn error (1020)
Sep 12 06:46:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:36 ubuntu kernel: [3249716.885604] connection2:0: detected conn error (1020)
Sep 12 06:46:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:39 ubuntu kernel: [3249719.890921] connection2:0: detected conn error (1020)
Sep 12 06:46:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:42 ubuntu kernel: [3249722.894097] connection2:0: detected conn error (1020)
Sep 12 06:46:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:45 ubuntu kernel: [3249725.898905] connection2:0: detected conn error (1020)
Sep 12 06:46:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:46 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:46:46 ubuntu 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
Sep 12 06:46:46 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:46:46 ubuntu 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
Sep 12 06:46:46 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:46:46 ubuntu 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
Sep 12 06:46:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:48 ubuntu kernel: [3249728.902900] connection2:0: detected conn error (1020)
Sep 12 06:46:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:51 ubuntu kernel: [3249731.906362] connection2:0: detected conn error (1020)
Sep 12 06:46:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:54 ubuntu kernel: [3249734.910564] connection2:0: detected conn error (1020)
Sep 12 06:46:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:46:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:46:56 ubuntu object-replicator: Nothing replicated for 0.0105710029602 seconds.
Sep 12 06:46:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:46:57 ubuntu container-replicator: Beginning replication run
Sep 12 06:46:57 ubuntu container-replicator: Replication run OVER
Sep 12 06:46:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00360 seconds (0.00000/s)
Sep 12 06:46:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:46:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:46:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:46:57 ubuntu kernel: [3249737.914138] connection2:0: detected conn error (1020)
Sep 12 06:46:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:46:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:46:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00611 seconds (0.00000/s)
Sep 12 06:46:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:46:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:46:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:46:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:46:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:00 ubuntu kernel: [3249740.918507] connection2:0: detected conn error (1020)
Sep 12 06:47:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:03 ubuntu kernel: [3249743.922674] connection2:0: detected conn error (1020)
Sep 12 06:47:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:06 ubuntu kernel: [3249746.927223] connection2:0: detected conn error (1020)
Sep 12 06:47:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:09 ubuntu kernel: [3249749.931257] connection2:0: detected conn error (1020)
Sep 12 06:47:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:12 ubuntu kernel: [3249752.935471] connection2:0: detected conn error (1020)
Sep 12 06:47:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:15 ubuntu kernel: [3249755.939425] connection2:0: detected conn error (1020)
Sep 12 06:47:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:47:16 ubuntu 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
Sep 12 06:47:16 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:47:16 ubuntu 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
Sep 12 06:47:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:18 ubuntu kernel: [3249758.943518] connection2:0: detected conn error (1020)
Sep 12 06:47:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:21 ubuntu kernel: [3249761.947425] connection2:0: detected conn error (1020)
Sep 12 06:47:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:24 ubuntu kernel: [3249764.951908] connection2:0: detected conn error (1020)
Sep 12 06:47:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:47:26 ubuntu object-replicator: Nothing replicated for 0.0141520500183 seconds.
Sep 12 06:47:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:47:27 ubuntu container-replicator: Beginning replication run
Sep 12 06:47:27 ubuntu container-replicator: Replication run OVER
Sep 12 06:47:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00357 seconds (0.00000/s)
Sep 12 06:47:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:47:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:47:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:47:27 ubuntu kernel: [3249767.956278] connection2:0: detected conn error (1020)
Sep 12 06:47:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:47:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:47:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00441 seconds (0.00000/s)
Sep 12 06:47:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:47:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:47:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:47:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:30 ubuntu kernel: [3249770.960284] connection2:0: detected conn error (1020)
Sep 12 06:47:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:33 ubuntu kernel: [3249773.964308] connection2:0: detected conn error (1020)
Sep 12 06:47:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:36 ubuntu kernel: [3249776.969101] connection2:0: detected conn error (1020)
Sep 12 06:47:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:39 ubuntu kernel: [3249779.973788] connection2:0: detected conn error (1020)
Sep 12 06:47:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:42 ubuntu kernel: [3249782.977610] connection2:0: detected conn error (1020)
Sep 12 06:47:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:45 ubuntu kernel: [3249785.981888] connection2:0: detected conn error (1020)
Sep 12 06:47:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:47:47 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:47:47 ubuntu 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
Sep 12 06:47:47 ubuntu 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
Sep 12 06:47:48 ubuntu kernel: [3249788.986080] connection2:0: detected conn error (1020)
Sep 12 06:47:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:51 ubuntu kernel: [3249791.990209] connection2:0: detected conn error (1020)
Sep 12 06:47:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:54 ubuntu kernel: [3249794.994512] connection2:0: detected conn error (1020)
Sep 12 06:47:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:47:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:47:56 ubuntu object-replicator: Nothing replicated for 0.00901293754578 seconds.
Sep 12 06:47:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:47:57 ubuntu container-replicator: Beginning replication run
Sep 12 06:47:57 ubuntu container-replicator: Replication run OVER
Sep 12 06:47:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00395 seconds (0.00000/s)
Sep 12 06:47:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:47:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:47:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:47:57 ubuntu kernel: [3249797.998210] connection2:0: detected conn error (1020)
Sep 12 06:47:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:47:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:47:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00209 seconds (0.00000/s)
Sep 12 06:47:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:47:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:47:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:47:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:47:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:00 ubuntu kernel: [3249801.003772] connection2:0: detected conn error (1020)
Sep 12 06:48:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:03 ubuntu kernel: [3249804.008287] connection2:0: detected conn error (1020)
Sep 12 06:48:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:06 ubuntu kernel: [3249807.012777] connection2:0: detected conn error (1020)
Sep 12 06:48:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:10 ubuntu kernel: [3249810.017312] connection2:0: detected conn error (1020)
Sep 12 06:48:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:13 ubuntu kernel: [3249813.021654] connection2:0: detected conn error (1020)
Sep 12 06:48:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:16 ubuntu kernel: [3249816.025353] connection2:0: detected conn error (1020)
Sep 12 06:48:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:17 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:48:17 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:48:17 ubuntu 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
Sep 12 06:48:17 ubuntu 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
Sep 12 06:48:19 ubuntu kernel: [3249819.029458] connection2:0: detected conn error (1020)
Sep 12 06:48:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:22 ubuntu kernel: [3249822.033247] connection2:0: detected conn error (1020)
Sep 12 06:48:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:24 ubuntu container-auditor: Container audit pass completed: 0.00s
Sep 12 06:48:24 ubuntu container-auditor: Begin container audit pass.
Sep 12 06:48:25 ubuntu kernel: [3249825.036499] connection2:0: detected conn error (1020)
Sep 12 06:48:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:48:26 ubuntu object-replicator: Nothing replicated for 0.00328707695007 seconds.
Sep 12 06:48:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:48:27 ubuntu container-replicator: Beginning replication run
Sep 12 06:48:27 ubuntu container-replicator: Replication run OVER
Sep 12 06:48:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00786 seconds (0.00000/s)
Sep 12 06:48:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:48:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:48:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:48:28 ubuntu kernel: [3249828.040465] connection2:0: detected conn error (1020)
Sep 12 06:48:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:48:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:48:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00375 seconds (0.00000/s)
Sep 12 06:48:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:48:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:48:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:48:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:31 ubuntu kernel: [3249831.044070] connection2:0: detected conn error (1020)
Sep 12 06:48:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:34 ubuntu kernel: [3249834.047773] connection2:0: detected conn error (1020)
Sep 12 06:48:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:37 ubuntu kernel: [3249837.051619] connection2:0: detected conn error (1020)
Sep 12 06:48:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:40 ubuntu kernel: [3249840.057123] connection2:0: detected conn error (1020)
Sep 12 06:48:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:43 ubuntu kernel: [3249843.061471] connection2:0: detected conn error (1020)
Sep 12 06:48:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:46 ubuntu kernel: [3249846.066269] connection2:0: detected conn error (1020)
Sep 12 06:48:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:48:47 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:48:47 ubuntu 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
Sep 12 06:48:47 ubuntu 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
Sep 12 06:48:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:48:47 ubuntu 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
Sep 12 06:48:49 ubuntu kernel: [3249849.070449] connection2:0: detected conn error (1020)
Sep 12 06:48:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:52 ubuntu kernel: [3249852.073487] connection2:0: detected conn error (1020)
Sep 12 06:48:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:55 ubuntu kernel: [3249855.077214] connection2:0: detected conn error (1020)
Sep 12 06:48:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:48:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:48:56 ubuntu object-replicator: Nothing replicated for 0.00745701789856 seconds.
Sep 12 06:48:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:48:57 ubuntu container-replicator: Beginning replication run
Sep 12 06:48:57 ubuntu container-replicator: Replication run OVER
Sep 12 06:48:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00401 seconds (0.00000/s)
Sep 12 06:48:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:48:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:48:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:48:58 ubuntu kernel: [3249858.082082] connection2:0: detected conn error (1020)
Sep 12 06:48:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:48:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:48:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00378 seconds (0.00000/s)
Sep 12 06:48:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:48:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:48:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:48:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:48:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:01 ubuntu kernel: [3249861.085591] connection2:0: detected conn error (1020)
Sep 12 06:49:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:04 ubuntu kernel: [3249864.089930] connection2:0: detected conn error (1020)
Sep 12 06:49:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:07 ubuntu kernel: [3249867.094385] connection2:0: detected conn error (1020)
Sep 12 06:49:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:10 ubuntu kernel: [3249870.099432] connection2:0: detected conn error (1020)
Sep 12 06:49:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:13 ubuntu kernel: [3249873.103766] connection2:0: detected conn error (1020)
Sep 12 06:49:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:16 ubuntu kernel: [3249876.108846] connection2:0: detected conn error (1020)
Sep 12 06:49:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:17 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:49:17 ubuntu 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
Sep 12 06:49:17 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:49:17 ubuntu 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
Sep 12 06:49:19 ubuntu kernel: [3249879.112807] connection2:0: detected conn error (1020)
Sep 12 06:49:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:22 ubuntu kernel: [3249882.116999] connection2:0: detected conn error (1020)
Sep 12 06:49:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:25 ubuntu kernel: [3249885.120752] connection2:0: detected conn error (1020)
Sep 12 06:49:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:49:26 ubuntu object-replicator: Nothing replicated for 0.00183296203613 seconds.
Sep 12 06:49:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:49:27 ubuntu container-replicator: Beginning replication run
Sep 12 06:49:27 ubuntu container-replicator: Replication run OVER
Sep 12 06:49:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00585 seconds (0.00000/s)
Sep 12 06:49:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:49:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:49:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:49:28 ubuntu kernel: [3249888.124782] connection2:0: detected conn error (1020)
Sep 12 06:49:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:49:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:49:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00304 seconds (0.00000/s)
Sep 12 06:49:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:49:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:49:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:49:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:29 ubuntu container-updater: Begin container update sweep
Sep 12 06:49:29 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 06:49:31 ubuntu kernel: [3249891.128467] connection2:0: detected conn error (1020)
Sep 12 06:49:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:34 ubuntu kernel: [3249894.133070] connection2:0: detected conn error (1020)
Sep 12 06:49:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:37 ubuntu kernel: [3249897.136978] connection2:0: detected conn error (1020)
Sep 12 06:49:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:40 ubuntu kernel: [3249900.141506] connection2:0: detected conn error (1020)
Sep 12 06:49:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:40 ubuntu object-updater: Begin object update sweep
Sep 12 06:49:40 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 06:49:40 ubuntu object-updater: Object update sweep completed: 0.06s
Sep 12 06:49:43 ubuntu kernel: [3249903.144728] connection2:0: detected conn error (1020)
Sep 12 06:49:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:46 ubuntu kernel: [3249906.149748] connection2:0: detected conn error (1020)
Sep 12 06:49:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:49:47 ubuntu 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
Sep 12 06:49:47 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:49:47 ubuntu 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
Sep 12 06:49:48 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:49:48 ubuntu 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
Sep 12 06:49:49 ubuntu kernel: [3249909.154625] connection2:0: detected conn error (1020)
Sep 12 06:49:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:52 ubuntu kernel: [3249912.158720] connection2:0: detected conn error (1020)
Sep 12 06:49:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:55 ubuntu kernel: [3249915.162838] connection2:0: detected conn error (1020)
Sep 12 06:49:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:49:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:49:56 ubuntu object-replicator: Nothing replicated for 0.00291109085083 seconds.
Sep 12 06:49:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:49:57 ubuntu container-replicator: Beginning replication run
Sep 12 06:49:57 ubuntu container-replicator: Replication run OVER
Sep 12 06:49:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00665 seconds (0.00000/s)
Sep 12 06:49:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:49:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:49:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:49:58 ubuntu kernel: [3249918.167576] connection2:0: detected conn error (1020)
Sep 12 06:49:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:49:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:49:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:49:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00451 seconds (0.00000/s)
Sep 12 06:49:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:49:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:49:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:49:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:01 ubuntu kernel: [3249921.173306] connection2:0: detected conn error (1020)
Sep 12 06:50:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:04 ubuntu kernel: [3249924.176309] connection2:0: detected conn error (1020)
Sep 12 06:50:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:07 ubuntu kernel: [3249927.179509] connection2:0: detected conn error (1020)
Sep 12 06:50:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:10 ubuntu kernel: [3249930.183965] connection2:0: detected conn error (1020)
Sep 12 06:50:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:13 ubuntu kernel: [3249933.188330] connection2:0: detected conn error (1020)
Sep 12 06:50:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:16 ubuntu kernel: [3249936.192326] connection2:0: detected conn error (1020)
Sep 12 06:50:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:50:18 ubuntu 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
Sep 12 06:50:18 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:50:18 ubuntu 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
Sep 12 06:50:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:50:18 ubuntu 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
Sep 12 06:50:19 ubuntu kernel: [3249939.196475] connection2:0: detected conn error (1020)
Sep 12 06:50:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:22 ubuntu kernel: [3249942.200389] connection2:0: detected conn error (1020)
Sep 12 06:50:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:25 ubuntu kernel: [3249945.204457] connection2:0: detected conn error (1020)
Sep 12 06:50:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:50:26 ubuntu object-replicator: Nothing replicated for 0.00205302238464 seconds.
Sep 12 06:50:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:50:27 ubuntu container-replicator: Beginning replication run
Sep 12 06:50:27 ubuntu container-replicator: Replication run OVER
Sep 12 06:50:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00434 seconds (0.00000/s)
Sep 12 06:50:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:50:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:50:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:50:28 ubuntu kernel: [3249948.207744] connection2:0: detected conn error (1020)
Sep 12 06:50:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:50:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:50:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00324 seconds (0.00000/s)
Sep 12 06:50:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:50:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:50:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:50:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:31 ubuntu kernel: [3249951.211797] connection2:0: detected conn error (1020)
Sep 12 06:50:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:34 ubuntu kernel: [3249954.215783] connection2:0: detected conn error (1020)
Sep 12 06:50:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:37 ubuntu kernel: [3249957.220114] connection2:0: detected conn error (1020)
Sep 12 06:50:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:40 ubuntu kernel: [3249960.224214] connection2:0: detected conn error (1020)
Sep 12 06:50:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:43 ubuntu kernel: [3249963.228156] connection2:0: detected conn error (1020)
Sep 12 06:50:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:46 ubuntu kernel: [3249966.232434] connection2:0: detected conn error (1020)
Sep 12 06:50:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:48 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:50:48 ubuntu 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
Sep 12 06:50:48 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:50:48 ubuntu 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
Sep 12 06:50:48 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:50:48 ubuntu 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
Sep 12 06:50:49 ubuntu kernel: [3249969.236768] connection2:0: detected conn error (1020)
Sep 12 06:50:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:52 ubuntu kernel: [3249972.242024] connection2:0: detected conn error (1020)
Sep 12 06:50:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:55 ubuntu kernel: [3249975.247298] connection2:0: detected conn error (1020)
Sep 12 06:50:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:50:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:50:56 ubuntu object-replicator: Nothing replicated for 0.00282883644104 seconds.
Sep 12 06:50:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:50:57 ubuntu container-replicator: Beginning replication run
Sep 12 06:50:57 ubuntu container-replicator: Replication run OVER
Sep 12 06:50:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00376 seconds (0.00000/s)
Sep 12 06:50:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:50:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:50:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:50:58 ubuntu kernel: [3249978.251227] connection2:0: detected conn error (1020)
Sep 12 06:50:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:50:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:50:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:50:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00395 seconds (0.00000/s)
Sep 12 06:50:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:50:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:50:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:50:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:01 ubuntu kernel: [3249981.255663] connection2:0: detected conn error (1020)
Sep 12 06:51:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:04 ubuntu kernel: [3249984.260148] connection2:0: detected conn error (1020)
Sep 12 06:51:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:07 ubuntu kernel: [3249987.264785] connection2:0: detected conn error (1020)
Sep 12 06:51:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:10 ubuntu kernel: [3249990.269723] connection2:0: detected conn error (1020)
Sep 12 06:51:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:13 ubuntu kernel: [3249993.273482] connection2:0: detected conn error (1020)
Sep 12 06:51:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:16 ubuntu kernel: [3249996.277599] connection2:0: detected conn error (1020)
Sep 12 06:51:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:51:18 ubuntu 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
Sep 12 06:51:18 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:51:18 ubuntu 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
Sep 12 06:51:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:51:18 ubuntu 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
Sep 12 06:51:19 ubuntu kernel: [3249999.281929] connection2:0: detected conn error (1020)
Sep 12 06:51:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:22 ubuntu kernel: [3250002.287479] connection2:0: detected conn error (1020)
Sep 12 06:51:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:25 ubuntu kernel: [3250005.291650] connection2:0: detected conn error (1020)
Sep 12 06:51:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:51:26 ubuntu object-replicator: Nothing replicated for 0.0053379535675 seconds.
Sep 12 06:51:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:51:27 ubuntu container-replicator: Beginning replication run
Sep 12 06:51:27 ubuntu container-replicator: Replication run OVER
Sep 12 06:51:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00340 seconds (0.00000/s)
Sep 12 06:51:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:51:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:51:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:51:28 ubuntu kernel: [3250008.295382] connection2:0: detected conn error (1020)
Sep 12 06:51:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:51:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:51:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00307 seconds (0.00000/s)
Sep 12 06:51:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:51:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:51:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:51:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:31 ubuntu kernel: [3250011.299368] connection2:0: detected conn error (1020)
Sep 12 06:51:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:34 ubuntu kernel: [3250014.303046] connection2:0: detected conn error (1020)
Sep 12 06:51:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:37 ubuntu kernel: [3250017.307802] connection2:0: detected conn error (1020)
Sep 12 06:51:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:40 ubuntu kernel: [3250020.313153] connection2:0: detected conn error (1020)
Sep 12 06:51:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:43 ubuntu kernel: [3250023.317131] connection2:0: detected conn error (1020)
Sep 12 06:51:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:46 ubuntu kernel: [3250026.321026] connection2:0: detected conn error (1020)
Sep 12 06:51:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:51:49 ubuntu 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
Sep 12 06:51:49 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:51:49 ubuntu 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
Sep 12 06:51:49 ubuntu kernel: [3250029.325419] connection2:0: detected conn error (1020)
Sep 12 06:51:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:52 ubuntu kernel: [3250032.329196] connection2:0: detected conn error (1020)
Sep 12 06:51:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:55 ubuntu kernel: [3250035.332352] connection2:0: detected conn error (1020)
Sep 12 06:51:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:51:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:51:56 ubuntu object-replicator: Nothing replicated for 0.00179505348206 seconds.
Sep 12 06:51:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:51:57 ubuntu container-replicator: Beginning replication run
Sep 12 06:51:57 ubuntu container-replicator: Replication run OVER
Sep 12 06:51:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00525 seconds (0.00000/s)
Sep 12 06:51:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:51:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:51:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:51:58 ubuntu kernel: [3250038.336231] connection2:0: detected conn error (1020)
Sep 12 06:51:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:51:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:51:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00409 seconds (0.00000/s)
Sep 12 06:51:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:51:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:51:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:51:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:51:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:01 ubuntu kernel: [3250041.359784] connection2:0: detected conn error (1020)
Sep 12 06:52:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:04 ubuntu kernel: [3250044.364588] connection2:0: detected conn error (1020)
Sep 12 06:52:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:07 ubuntu kernel: [3250047.369108] connection2:0: detected conn error (1020)
Sep 12 06:52:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:10 ubuntu kernel: [3250050.373089] connection2:0: detected conn error (1020)
Sep 12 06:52:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:13 ubuntu kernel: [3250053.377925] connection2:0: detected conn error (1020)
Sep 12 06:52:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:16 ubuntu kernel: [3250056.383350] connection2:0: detected conn error (1020)
Sep 12 06:52:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:19 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:52:19 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:52:19 ubuntu 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
Sep 12 06:52:19 ubuntu 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
Sep 12 06:52:19 ubuntu kernel: [3250059.387434] connection2:0: detected conn error (1020)
Sep 12 06:52:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:22 ubuntu kernel: [3250062.392268] connection2:0: detected conn error (1020)
Sep 12 06:52:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:25 ubuntu kernel: [3250065.396995] connection2:0: detected conn error (1020)
Sep 12 06:52:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:52:26 ubuntu object-replicator: Nothing replicated for 0.00387406349182 seconds.
Sep 12 06:52:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:52:27 ubuntu container-replicator: Beginning replication run
Sep 12 06:52:27 ubuntu container-replicator: Replication run OVER
Sep 12 06:52:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00424 seconds (0.00000/s)
Sep 12 06:52:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:52:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:52:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:52:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:52:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:52:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00577 seconds (0.00000/s)
Sep 12 06:52:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:52:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:52:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:52:28 ubuntu kernel: [3250068.400700] connection2:0: detected conn error (1020)
Sep 12 06:52:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:31 ubuntu kernel: [3250071.405361] connection2:0: detected conn error (1020)
Sep 12 06:52:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:34 ubuntu kernel: [3250074.410655] connection2:0: detected conn error (1020)
Sep 12 06:52:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:37 ubuntu kernel: [3250077.414685] connection2:0: detected conn error (1020)
Sep 12 06:52:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:40 ubuntu kernel: [3250080.418426] connection2:0: detected conn error (1020)
Sep 12 06:52:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:43 ubuntu kernel: [3250083.423821] connection2:0: detected conn error (1020)
Sep 12 06:52:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:46 ubuntu kernel: [3250086.427855] connection2:0: detected conn error (1020)
Sep 12 06:52:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:52:49 ubuntu 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
Sep 12 06:52:49 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:52:49 ubuntu 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
Sep 12 06:52:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:52:49 ubuntu 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
Sep 12 06:52:49 ubuntu kernel: [3250089.431849] connection2:0: detected conn error (1020)
Sep 12 06:52:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:52 ubuntu kernel: [3250092.435944] connection2:0: detected conn error (1020)
Sep 12 06:52:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:55 ubuntu kernel: [3250095.438897] connection2:0: detected conn error (1020)
Sep 12 06:52:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:52:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:52:56 ubuntu object-replicator: Nothing replicated for 0.00440692901611 seconds.
Sep 12 06:52:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:52:57 ubuntu container-replicator: Beginning replication run
Sep 12 06:52:57 ubuntu container-replicator: Replication run OVER
Sep 12 06:52:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00256 seconds (0.00000/s)
Sep 12 06:52:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:52:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:52:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:52:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:52:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:52:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00562 seconds (0.00000/s)
Sep 12 06:52:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:52:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:52:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:52:58 ubuntu kernel: [3250098.443177] connection2:0: detected conn error (1020)
Sep 12 06:52:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:52:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:01 ubuntu kernel: [3250101.447983] connection2:0: detected conn error (1020)
Sep 12 06:53:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:04 ubuntu kernel: [3250104.452180] connection2:0: detected conn error (1020)
Sep 12 06:53:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:07 ubuntu kernel: [3250107.456301] connection2:0: detected conn error (1020)
Sep 12 06:53:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:10 ubuntu kernel: [3250110.460389] connection2:0: detected conn error (1020)
Sep 12 06:53:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:13 ubuntu kernel: [3250113.464220] connection2:0: detected conn error (1020)
Sep 12 06:53:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:16 ubuntu kernel: [3250116.468782] connection2:0: detected conn error (1020)
Sep 12 06:53:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:19 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:53:19 ubuntu kernel: [3250119.472601] connection2:0: detected conn error (1020)
Sep 12 06:53:19 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:53:19 ubuntu 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
Sep 12 06:53:19 ubuntu 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
Sep 12 06:53:19 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:53:19 ubuntu 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
Sep 12 06:53:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:22 ubuntu kernel: [3250122.477407] connection2:0: detected conn error (1020)
Sep 12 06:53:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:25 ubuntu kernel: [3250125.481062] connection2:0: detected conn error (1020)
Sep 12 06:53:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:53:26 ubuntu object-replicator: Nothing replicated for 0.00351977348328 seconds.
Sep 12 06:53:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:53:27 ubuntu container-replicator: Beginning replication run
Sep 12 06:53:27 ubuntu container-replicator: Replication run OVER
Sep 12 06:53:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00254 seconds (0.00000/s)
Sep 12 06:53:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:53:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:53:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:53:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:53:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:53:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00502 seconds (0.00000/s)
Sep 12 06:53:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:53:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:53:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:53:28 ubuntu kernel: [3250128.485349] connection2:0: detected conn error (1020)
Sep 12 06:53:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:31 ubuntu kernel: [3250131.489532] connection2:0: detected conn error (1020)
Sep 12 06:53:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:34 ubuntu kernel: [3250134.493368] connection2:0: detected conn error (1020)
Sep 12 06:53:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:37 ubuntu kernel: [3250137.497574] connection2:0: detected conn error (1020)
Sep 12 06:53:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:40 ubuntu kernel: [3250140.501073] connection2:0: detected conn error (1020)
Sep 12 06:53:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:43 ubuntu kernel: [3250143.505316] connection2:0: detected conn error (1020)
Sep 12 06:53:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:46 ubuntu kernel: [3250146.509353] connection2:0: detected conn error (1020)
Sep 12 06:53:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:49 ubuntu kernel: [3250149.513419] connection2:0: detected conn error (1020)
Sep 12 06:53:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:53:49 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:53:49 ubuntu 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
Sep 12 06:53:49 ubuntu 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
Sep 12 06:53:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:52 ubuntu kernel: [3250152.517551] connection2:0: detected conn error (1020)
Sep 12 06:53:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:55 ubuntu kernel: [3250155.521958] connection2:0: detected conn error (1020)
Sep 12 06:53:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:53:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:53:56 ubuntu object-replicator: Nothing replicated for 0.00374794006348 seconds.
Sep 12 06:53:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:53:57 ubuntu container-replicator: Beginning replication run
Sep 12 06:53:57 ubuntu container-replicator: Replication run OVER
Sep 12 06:53:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00250 seconds (0.00000/s)
Sep 12 06:53:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:53:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:53:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:53:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:53:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:53:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00237 seconds (0.00000/s)
Sep 12 06:53:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:53:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:53:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:53:58 ubuntu kernel: [3250158.527604] connection2:0: detected conn error (1020)
Sep 12 06:53:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:53:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:01 ubuntu kernel: [3250161.530860] connection2:0: detected conn error (1020)
Sep 12 06:54:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:04 ubuntu kernel: [3250164.534389] connection2:0: detected conn error (1020)
Sep 12 06:54:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:07 ubuntu kernel: [3250167.538058] connection2:0: detected conn error (1020)
Sep 12 06:54:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:10 ubuntu kernel: [3250170.541614] connection2:0: detected conn error (1020)
Sep 12 06:54:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:13 ubuntu kernel: [3250173.544835] connection2:0: detected conn error (1020)
Sep 12 06:54:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:16 ubuntu kernel: [3250176.548543] connection2:0: detected conn error (1020)
Sep 12 06:54:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:19 ubuntu kernel: [3250179.552808] connection2:0: detected conn error (1020)
Sep 12 06:54:19 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:54:19 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:54:19 ubuntu 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
Sep 12 06:54:19 ubuntu 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
Sep 12 06:54:20 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:54:20 ubuntu 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
Sep 12 06:54:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:22 ubuntu kernel: [3250182.556913] connection2:0: detected conn error (1020)
Sep 12 06:54:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:25 ubuntu kernel: [3250185.560977] connection2:0: detected conn error (1020)
Sep 12 06:54:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:54:26 ubuntu object-replicator: Nothing replicated for 0.00369501113892 seconds.
Sep 12 06:54:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:54:27 ubuntu container-replicator: Beginning replication run
Sep 12 06:54:27 ubuntu container-replicator: Replication run OVER
Sep 12 06:54:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00223 seconds (0.00000/s)
Sep 12 06:54:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:54:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:54:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:54:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:54:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:54:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00392 seconds (0.00000/s)
Sep 12 06:54:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:54:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:54:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:54:28 ubuntu kernel: [3250188.566902] connection2:0: detected conn error (1020)
Sep 12 06:54:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:29 ubuntu container-updater: Begin container update sweep
Sep 12 06:54:29 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 06:54:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:31 ubuntu kernel: [3250191.570148] connection2:0: detected conn error (1020)
Sep 12 06:54:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:34 ubuntu kernel: [3250194.574136] connection2:0: detected conn error (1020)
Sep 12 06:54:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:37 ubuntu kernel: [3250197.578208] connection2:0: detected conn error (1020)
Sep 12 06:54:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:40 ubuntu kernel: [3250200.583003] connection2:0: detected conn error (1020)
Sep 12 06:54:41 ubuntu object-updater: Begin object update sweep
Sep 12 06:54:41 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 06:54:41 ubuntu object-updater: Object update sweep completed: 0.05s
Sep 12 06:54:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:43 ubuntu kernel: [3250203.603292] connection2:0: detected conn error (1020)
Sep 12 06:54:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:46 ubuntu kernel: [3250206.606708] connection2:0: detected conn error (1020)
Sep 12 06:54:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:49 ubuntu kernel: [3250209.611125] connection2:0: detected conn error (1020)
Sep 12 06:54:50 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:54:50 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:54:50 ubuntu 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
Sep 12 06:54:50 ubuntu 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
Sep 12 06:54:50 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:54:50 ubuntu 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
Sep 12 06:54:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:52 ubuntu kernel: [3250212.614648] connection2:0: detected conn error (1020)
Sep 12 06:54:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:55 ubuntu kernel: [3250215.618119] connection2:0: detected conn error (1020)
Sep 12 06:54:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:54:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:54:56 ubuntu object-replicator: Nothing replicated for 0.00171494483948 seconds.
Sep 12 06:54:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:54:57 ubuntu container-replicator: Beginning replication run
Sep 12 06:54:57 ubuntu container-replicator: Replication run OVER
Sep 12 06:54:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00232 seconds (0.00000/s)
Sep 12 06:54:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:54:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:54:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:54:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:54:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:54:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00263 seconds (0.00000/s)
Sep 12 06:54:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:54:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:54:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:54:58 ubuntu kernel: [3250218.622226] connection2:0: detected conn error (1020)
Sep 12 06:54:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:54:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:01 ubuntu kernel: [3250221.625625] connection2:0: detected conn error (1020)
Sep 12 06:55:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:04 ubuntu kernel: [3250224.629617] connection2:0: detected conn error (1020)
Sep 12 06:55:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:07 ubuntu kernel: [3250227.633975] connection2:0: detected conn error (1020)
Sep 12 06:55:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:10 ubuntu kernel: [3250230.638216] connection2:0: detected conn error (1020)
Sep 12 06:55:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:13 ubuntu kernel: [3250233.642281] connection2:0: detected conn error (1020)
Sep 12 06:55:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:16 ubuntu kernel: [3250236.645591] connection2:0: detected conn error (1020)
Sep 12 06:55:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:19 ubuntu kernel: [3250239.649000] connection2:0: detected conn error (1020)
Sep 12 06:55:20 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:55:20 ubuntu 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
Sep 12 06:55:20 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:55:20 ubuntu 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
Sep 12 06:55:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:20 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:55:20 ubuntu 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
Sep 12 06:55:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:22 ubuntu kernel: [3250242.652924] connection2:0: detected conn error (1020)
Sep 12 06:55:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:25 ubuntu kernel: [3250245.657809] connection2:0: detected conn error (1020)
Sep 12 06:55:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:55:26 ubuntu object-replicator: Nothing replicated for 0.00466990470886 seconds.
Sep 12 06:55:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:55:27 ubuntu container-replicator: Beginning replication run
Sep 12 06:55:27 ubuntu container-replicator: Replication run OVER
Sep 12 06:55:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00413 seconds (0.00000/s)
Sep 12 06:55:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:55:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:55:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:55:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:55:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:55:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00711 seconds (0.00000/s)
Sep 12 06:55:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:55:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:55:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:55:28 ubuntu kernel: [3250248.661213] connection2:0: detected conn error (1020)
Sep 12 06:55:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:31 ubuntu kernel: [3250251.665217] connection2:0: detected conn error (1020)
Sep 12 06:55:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:34 ubuntu kernel: [3250254.669468] connection2:0: detected conn error (1020)
Sep 12 06:55:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:37 ubuntu kernel: [3250257.673100] connection2:0: detected conn error (1020)
Sep 12 06:55:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:40 ubuntu kernel: [3250260.676952] connection2:0: detected conn error (1020)
Sep 12 06:55:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:43 ubuntu kernel: [3250263.681518] connection2:0: detected conn error (1020)
Sep 12 06:55:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:46 ubuntu kernel: [3250266.685076] connection2:0: detected conn error (1020)
Sep 12 06:55:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:49 ubuntu kernel: [3250269.689042] connection2:0: detected conn error (1020)
Sep 12 06:55:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:50 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:55:50 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:55:50 ubuntu 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
Sep 12 06:55:50 ubuntu 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
Sep 12 06:55:50 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:55:50 ubuntu 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
Sep 12 06:55:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:52 ubuntu kernel: [3250272.693888] connection2:0: detected conn error (1020)
Sep 12 06:55:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:55 ubuntu kernel: [3250275.697775] connection2:0: detected conn error (1020)
Sep 12 06:55:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:55:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:55:56 ubuntu object-replicator: Nothing replicated for 0.00291585922241 seconds.
Sep 12 06:55:56 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:55:57 ubuntu container-replicator: Beginning replication run
Sep 12 06:55:57 ubuntu container-replicator: Replication run OVER
Sep 12 06:55:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00533 seconds (0.00000/s)
Sep 12 06:55:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:55:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:55:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:55:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:55:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:55:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00494 seconds (0.00000/s)
Sep 12 06:55:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:55:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:55:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:55:58 ubuntu kernel: [3250278.701688] connection2:0: detected conn error (1020)
Sep 12 06:55:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:55:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:01 ubuntu kernel: [3250281.707151] connection2:0: detected conn error (1020)
Sep 12 06:56:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:04 ubuntu kernel: [3250284.712124] connection2:0: detected conn error (1020)
Sep 12 06:56:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:07 ubuntu kernel: [3250287.716721] connection2:0: detected conn error (1020)
Sep 12 06:56:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:10 ubuntu kernel: [3250290.720400] connection2:0: detected conn error (1020)
Sep 12 06:56:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:13 ubuntu kernel: [3250293.731709] connection2:0: detected conn error (1020)
Sep 12 06:56:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:16 ubuntu kernel: [3250296.735934] connection2:0: detected conn error (1020)
Sep 12 06:56:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:19 ubuntu kernel: [3250299.740170] connection2:0: detected conn error (1020)
Sep 12 06:56:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:20 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:56:20 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:56:20 ubuntu 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
Sep 12 06:56:20 ubuntu 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
Sep 12 06:56:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:21 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:56:21 ubuntu 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
Sep 12 06:56:21 ubuntu account-auditor: Account audit pass completed: 0.00s
Sep 12 06:56:21 ubuntu account-auditor: Begin account audit pass.
Sep 12 06:56:22 ubuntu kernel: [3250302.743967] connection2:0: detected conn error (1020)
Sep 12 06:56:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:25 ubuntu kernel: [3250305.747962] connection2:0: detected conn error (1020)
Sep 12 06:56:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:26 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:56:26 ubuntu object-replicator: Nothing replicated for 0.00234889984131 seconds.
Sep 12 06:56:26 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:56:27 ubuntu container-replicator: Beginning replication run
Sep 12 06:56:27 ubuntu container-replicator: Replication run OVER
Sep 12 06:56:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00371 seconds (0.00000/s)
Sep 12 06:56:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:56:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:56:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:56:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:56:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:56:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00422 seconds (0.00000/s)
Sep 12 06:56:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:56:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:56:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:56:28 ubuntu kernel: [3250308.751458] connection2:0: detected conn error (1020)
Sep 12 06:56:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:31 ubuntu kernel: [3250311.754794] connection2:0: detected conn error (1020)
Sep 12 06:56:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:34 ubuntu kernel: [3250314.758960] connection2:0: detected conn error (1020)
Sep 12 06:56:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:37 ubuntu kernel: [3250317.763341] connection2:0: detected conn error (1020)
Sep 12 06:56:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:40 ubuntu kernel: [3250320.769120] connection2:0: detected conn error (1020)
Sep 12 06:56:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:43 ubuntu kernel: [3250323.775128] connection2:0: detected conn error (1020)
Sep 12 06:56:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:46 ubuntu kernel: [3250326.779381] connection2:0: detected conn error (1020)
Sep 12 06:56:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:50 ubuntu kernel: [3250329.783503] connection2:0: detected conn error (1020)
Sep 12 06:56:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:51 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:56:51 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:56:51 ubuntu 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
Sep 12 06:56:51 ubuntu 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
Sep 12 06:56:51 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:56:51 ubuntu 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
Sep 12 06:56:53 ubuntu kernel: [3250332.787782] connection2:0: detected conn error (1020)
Sep 12 06:56:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:56 ubuntu kernel: [3250335.792786] connection2:0: detected conn error (1020)
Sep 12 06:56:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:56:56 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:56:57 ubuntu object-replicator: Nothing replicated for 0.00994515419006 seconds.
Sep 12 06:56:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:56:57 ubuntu container-replicator: Beginning replication run
Sep 12 06:56:57 ubuntu container-replicator: Replication run OVER
Sep 12 06:56:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00365 seconds (0.00000/s)
Sep 12 06:56:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:56:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:56:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:56:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:56:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:56:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00501 seconds (0.00000/s)
Sep 12 06:56:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:56:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:56:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:56:59 ubuntu kernel: [3250338.796260] connection2:0: detected conn error (1020)
Sep 12 06:56:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:56:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:02 ubuntu kernel: [3250341.800896] connection2:0: detected conn error (1020)
Sep 12 06:57:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:05 ubuntu kernel: [3250344.804038] connection2:0: detected conn error (1020)
Sep 12 06:57:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:08 ubuntu kernel: [3250347.808032] connection2:0: detected conn error (1020)
Sep 12 06:57:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:11 ubuntu kernel: [3250350.811909] connection2:0: detected conn error (1020)
Sep 12 06:57:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:14 ubuntu kernel: [3250353.815630] connection2:0: detected conn error (1020)
Sep 12 06:57:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:17 ubuntu kernel: [3250356.819185] connection2:0: detected conn error (1020)
Sep 12 06:57:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:20 ubuntu kernel: [3250359.823599] connection2:0: detected conn error (1020)
Sep 12 06:57:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:21 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:57:21 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:57:21 ubuntu 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
Sep 12 06:57:21 ubuntu 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
Sep 12 06:57:21 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:57:21 ubuntu 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
Sep 12 06:57:23 ubuntu kernel: [3250362.826867] connection2:0: detected conn error (1020)
Sep 12 06:57:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:26 ubuntu kernel: [3250365.830349] connection2:0: detected conn error (1020)
Sep 12 06:57:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:57:27 ubuntu object-replicator: Nothing replicated for 0.00214099884033 seconds.
Sep 12 06:57:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:57:27 ubuntu container-replicator: Beginning replication run
Sep 12 06:57:27 ubuntu container-replicator: Replication run OVER
Sep 12 06:57:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00375 seconds (0.00000/s)
Sep 12 06:57:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:57:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:57:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:57:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:57:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:57:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00273 seconds (0.00000/s)
Sep 12 06:57:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:57:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:57:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:57:29 ubuntu kernel: [3250368.833536] connection2:0: detected conn error (1020)
Sep 12 06:57:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:32 ubuntu kernel: [3250371.837530] connection2:0: detected conn error (1020)
Sep 12 06:57:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:35 ubuntu kernel: [3250374.840863] connection2:0: detected conn error (1020)
Sep 12 06:57:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:38 ubuntu kernel: [3250377.844356] connection2:0: detected conn error (1020)
Sep 12 06:57:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:41 ubuntu kernel: [3250380.848535] connection2:0: detected conn error (1020)
Sep 12 06:57:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:44 ubuntu kernel: [3250383.852101] connection2:0: detected conn error (1020)
Sep 12 06:57:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:47 ubuntu kernel: [3250386.855699] connection2:0: detected conn error (1020)
Sep 12 06:57:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:50 ubuntu kernel: [3250389.860182] connection2:0: detected conn error (1020)
Sep 12 06:57:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:51 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:57:51 ubuntu 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
Sep 12 06:57:51 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:57:51 ubuntu 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
Sep 12 06:57:53 ubuntu kernel: [3250392.864287] connection2:0: detected conn error (1020)
Sep 12 06:57:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:56 ubuntu kernel: [3250395.869359] connection2:0: detected conn error (1020)
Sep 12 06:57:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:57:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:57:57 ubuntu object-replicator: Nothing replicated for 0.00214505195618 seconds.
Sep 12 06:57:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:57:57 ubuntu container-replicator: Beginning replication run
Sep 12 06:57:57 ubuntu container-replicator: Replication run OVER
Sep 12 06:57:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00436 seconds (0.00000/s)
Sep 12 06:57:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:57:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:57:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:57:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:57:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:57:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00364 seconds (0.00000/s)
Sep 12 06:57:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:57:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:57:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:57:59 ubuntu kernel: [3250398.872967] connection2:0: detected conn error (1020)
Sep 12 06:57:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:57:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:02 ubuntu kernel: [3250401.888847] connection2:0: detected conn error (1020)
Sep 12 06:58:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:05 ubuntu kernel: [3250404.892591] connection2:0: detected conn error (1020)
Sep 12 06:58:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:08 ubuntu kernel: [3250407.896603] connection2:0: detected conn error (1020)
Sep 12 06:58:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:11 ubuntu kernel: [3250410.904272] connection2:0: detected conn error (1020)
Sep 12 06:58:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:14 ubuntu kernel: [3250413.907997] connection2:0: detected conn error (1020)
Sep 12 06:58:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:17 ubuntu kernel: [3250416.912956] connection2:0: detected conn error (1020)
Sep 12 06:58:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:20 ubuntu kernel: [3250419.916950] connection2:0: detected conn error (1020)
Sep 12 06:58:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:21 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:58:21 ubuntu 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
Sep 12 06:58:21 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:58:21 ubuntu 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
Sep 12 06:58:23 ubuntu kernel: [3250422.920886] connection2:0: detected conn error (1020)
Sep 12 06:58:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:26 ubuntu kernel: [3250425.925562] connection2:0: detected conn error (1020)
Sep 12 06:58:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:58:27 ubuntu object-replicator: Nothing replicated for 0.013778924942 seconds.
Sep 12 06:58:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:58:27 ubuntu container-replicator: Beginning replication run
Sep 12 06:58:27 ubuntu container-replicator: Replication run OVER
Sep 12 06:58:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00610 seconds (0.00000/s)
Sep 12 06:58:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:58:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:58:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:58:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:58:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:58:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00440 seconds (0.00000/s)
Sep 12 06:58:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:58:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:58:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:58:29 ubuntu kernel: [3250428.930228] connection2:0: detected conn error (1020)
Sep 12 06:58:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:32 ubuntu kernel: [3250431.934427] connection2:0: detected conn error (1020)
Sep 12 06:58:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:35 ubuntu kernel: [3250434.938667] connection2:0: detected conn error (1020)
Sep 12 06:58:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:38 ubuntu kernel: [3250437.942883] connection2:0: detected conn error (1020)
Sep 12 06:58:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:41 ubuntu kernel: [3250440.946884] connection2:0: detected conn error (1020)
Sep 12 06:58:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:44 ubuntu kernel: [3250443.951650] connection2:0: detected conn error (1020)
Sep 12 06:58:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:47 ubuntu kernel: [3250446.955592] connection2:0: detected conn error (1020)
Sep 12 06:58:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:50 ubuntu kernel: [3250449.959878] connection2:0: detected conn error (1020)
Sep 12 06:58:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:51 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:58:51 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:58:51 ubuntu 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
Sep 12 06:58:51 ubuntu 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
Sep 12 06:58:53 ubuntu kernel: [3250452.964903] connection2:0: detected conn error (1020)
Sep 12 06:58:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:56 ubuntu kernel: [3250455.970241] connection2:0: detected conn error (1020)
Sep 12 06:58:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:58:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:58:57 ubuntu object-replicator: Nothing replicated for 0.00532197952271 seconds.
Sep 12 06:58:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:58:57 ubuntu container-replicator: Beginning replication run
Sep 12 06:58:57 ubuntu container-replicator: Replication run OVER
Sep 12 06:58:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00337 seconds (0.00000/s)
Sep 12 06:58:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:58:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:58:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:58:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:58:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:58:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00383 seconds (0.00000/s)
Sep 12 06:58:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:58:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:58:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:58:59 ubuntu kernel: [3250458.974342] connection2:0: detected conn error (1020)
Sep 12 06:58:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:58:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:02 ubuntu kernel: [3250461.978587] connection2:0: detected conn error (1020)
Sep 12 06:59:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:05 ubuntu kernel: [3250464.982520] connection2:0: detected conn error (1020)
Sep 12 06:59:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:08 ubuntu kernel: [3250467.986508] connection2:0: detected conn error (1020)
Sep 12 06:59:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:11 ubuntu kernel: [3250470.993038] connection2:0: detected conn error (1020)
Sep 12 06:59:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:14 ubuntu kernel: [3250473.996996] connection2:0: detected conn error (1020)
Sep 12 06:59:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:17 ubuntu kernel: [3250477.001318] connection2:0: detected conn error (1020)
Sep 12 06:59:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:20 ubuntu kernel: [3250480.005765] connection2:0: detected conn error (1020)
Sep 12 06:59:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:22 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:59:22 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:59:22 ubuntu 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
Sep 12 06:59:22 ubuntu 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
Sep 12 06:59:22 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:59:22 ubuntu 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
Sep 12 06:59:23 ubuntu kernel: [3250483.009412] connection2:0: detected conn error (1020)
Sep 12 06:59:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:26 ubuntu kernel: [3250486.013590] connection2:0: detected conn error (1020)
Sep 12 06:59:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:59:27 ubuntu object-replicator: Nothing replicated for 0.00284910202026 seconds.
Sep 12 06:59:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:59:27 ubuntu container-replicator: Beginning replication run
Sep 12 06:59:27 ubuntu container-replicator: Replication run OVER
Sep 12 06:59:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00251 seconds (0.00000/s)
Sep 12 06:59:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:59:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:59:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:59:28 ubuntu account-replicator: Beginning replication run
Sep 12 06:59:28 ubuntu account-replicator: Replication run OVER
Sep 12 06:59:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00946 seconds (0.00000/s)
Sep 12 06:59:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:59:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:59:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:59:29 ubuntu kernel: [3250489.018129] connection2:0: detected conn error (1020)
Sep 12 06:59:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:29 ubuntu container-updater: Begin container update sweep
Sep 12 06:59:29 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 06:59:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:32 ubuntu kernel: [3250492.023604] connection2:0: detected conn error (1020)
Sep 12 06:59:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:35 ubuntu kernel: [3250495.027759] connection2:0: detected conn error (1020)
Sep 12 06:59:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:38 ubuntu kernel: [3250498.031582] connection2:0: detected conn error (1020)
Sep 12 06:59:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:41 ubuntu object-updater: Begin object update sweep
Sep 12 06:59:41 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 06:59:41 ubuntu object-updater: Object update sweep completed: 0.06s
Sep 12 06:59:41 ubuntu kernel: [3250501.035166] connection2:0: detected conn error (1020)
Sep 12 06:59:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:44 ubuntu kernel: [3250504.039346] connection2:0: detected conn error (1020)
Sep 12 06:59:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:47 ubuntu kernel: [3250507.043429] connection2:0: detected conn error (1020)
Sep 12 06:59:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:50 ubuntu kernel: [3250510.047494] connection2:0: detected conn error (1020)
Sep 12 06:59:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:52 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:59:52 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 06:59:52 ubuntu 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
Sep 12 06:59:52 ubuntu 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
Sep 12 06:59:52 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 06:59:52 ubuntu 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
Sep 12 06:59:53 ubuntu kernel: [3250513.051922] connection2:0: detected conn error (1020)
Sep 12 06:59:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:56 ubuntu kernel: [3250516.056436] connection2:0: detected conn error (1020)
Sep 12 06:59:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 06:59:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 06:59:57 ubuntu object-replicator: Nothing replicated for 0.0028121471405 seconds.
Sep 12 06:59:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 06:59:57 ubuntu container-replicator: Beginning replication run
Sep 12 06:59:57 ubuntu container-replicator: Replication run OVER
Sep 12 06:59:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00392 seconds (0.00000/s)
Sep 12 06:59:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 06:59:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 06:59:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:59:58 ubuntu account-replicator: Beginning replication run
Sep 12 06:59:58 ubuntu account-replicator: Replication run OVER
Sep 12 06:59:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00388 seconds (0.00000/s)
Sep 12 06:59:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 06:59:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 06:59:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 06:59:59 ubuntu kernel: [3250519.062386] connection2:0: detected conn error (1020)
Sep 12 06:59:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 06:59:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:01 ubuntu CRON[7591]: (neutron) CMD (if [ -x /usr/bin/neutron-netns-cleanup ] ; then /usr/bin/neutron-netns-cleanup --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini >/dev/null 2>&1; fi)
Sep 12 07:00:02 ubuntu kernel: [3250522.065772] connection2:0: detected conn error (1020)
Sep 12 07:00:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:05 ubuntu kernel: [3250525.070116] connection2:0: detected conn error (1020)
Sep 12 07:00:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:08 ubuntu kernel: [3250528.074772] connection2:0: detected conn error (1020)
Sep 12 07:00:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:11 ubuntu kernel: [3250531.078480] connection2:0: detected conn error (1020)
Sep 12 07:00:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:14 ubuntu kernel: [3250534.082333] connection2:0: detected conn error (1020)
Sep 12 07:00:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:17 ubuntu kernel: [3250537.085861] connection2:0: detected conn error (1020)
Sep 12 07:00:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:20 ubuntu kernel: [3250540.090165] connection2:0: detected conn error (1020)
Sep 12 07:00:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:22 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:00:22 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:00:22 ubuntu 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
Sep 12 07:00:22 ubuntu 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
Sep 12 07:00:23 ubuntu kernel: [3250543.098009] connection2:0: detected conn error (1020)
Sep 12 07:00:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:26 ubuntu kernel: [3250546.102991] connection2:0: detected conn error (1020)
Sep 12 07:00:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:00:27 ubuntu object-replicator: Nothing replicated for 0.0047881603241 seconds.
Sep 12 07:00:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:00:27 ubuntu container-replicator: Beginning replication run
Sep 12 07:00:27 ubuntu container-replicator: Replication run OVER
Sep 12 07:00:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00336 seconds (0.00000/s)
Sep 12 07:00:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:00:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:00:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:00:28 ubuntu account-replicator: Beginning replication run
Sep 12 07:00:28 ubuntu account-replicator: Replication run OVER
Sep 12 07:00:28 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.01216 seconds (0.00000/s)
Sep 12 07:00:28 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:00:28 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:00:28 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:00:29 ubuntu kernel: [3250549.108521] connection2:0: detected conn error (1020)
Sep 12 07:00:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:32 ubuntu kernel: [3250552.112501] connection2:0: detected conn error (1020)
Sep 12 07:00:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:35 ubuntu kernel: [3250555.116339] connection2:0: detected conn error (1020)
Sep 12 07:00:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:38 ubuntu kernel: [3250558.120639] connection2:0: detected conn error (1020)
Sep 12 07:00:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:41 ubuntu kernel: [3250561.124058] connection2:0: detected conn error (1020)
Sep 12 07:00:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:44 ubuntu kernel: [3250564.129008] connection2:0: detected conn error (1020)
Sep 12 07:00:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:47 ubuntu kernel: [3250567.132903] connection2:0: detected conn error (1020)
Sep 12 07:00:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:50 ubuntu kernel: [3250570.137451] connection2:0: detected conn error (1020)
Sep 12 07:00:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:52 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:00:52 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:00:52 ubuntu 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
Sep 12 07:00:52 ubuntu 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
Sep 12 07:00:53 ubuntu kernel: [3250573.142461] connection2:0: detected conn error (1020)
Sep 12 07:00:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:56 ubuntu kernel: [3250576.146250] connection2:0: detected conn error (1020)
Sep 12 07:00:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:00:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:00:57 ubuntu object-replicator: Nothing replicated for 0.00273394584656 seconds.
Sep 12 07:00:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:00:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:00:57 ubuntu container-replicator: Beginning replication run
Sep 12 07:00:57 ubuntu container-replicator: Replication run OVER
Sep 12 07:00:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00363 seconds (0.00000/s)
Sep 12 07:00:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:00:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:00:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:00:58 ubuntu account-replicator: Beginning replication run
Sep 12 07:00:58 ubuntu account-replicator: Replication run OVER
Sep 12 07:00:58 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00459 seconds (0.00000/s)
Sep 12 07:00:58 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:00:58 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:00:58 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:00:59 ubuntu kernel: [3250579.150826] connection2:0: detected conn error (1020)
Sep 12 07:00:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:02 ubuntu kernel: [3250582.155196] connection2:0: detected conn error (1020)
Sep 12 07:01:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:05 ubuntu kernel: [3250585.159611] connection2:0: detected conn error (1020)
Sep 12 07:01:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:08 ubuntu kernel: [3250588.163408] connection2:0: detected conn error (1020)
Sep 12 07:01:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:11 ubuntu kernel: [3250591.167497] connection2:0: detected conn error (1020)
Sep 12 07:01:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:14 ubuntu kernel: [3250594.171534] connection2:0: detected conn error (1020)
Sep 12 07:01:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:17 ubuntu kernel: [3250597.175858] connection2:0: detected conn error (1020)
Sep 12 07:01:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:20 ubuntu kernel: [3250600.180501] connection2:0: detected conn error (1020)
Sep 12 07:01:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:22 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:01:22 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:01:22 ubuntu 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
Sep 12 07:01:22 ubuntu 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
Sep 12 07:01:23 ubuntu kernel: [3250603.184488] connection2:0: detected conn error (1020)
Sep 12 07:01:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:26 ubuntu kernel: [3250606.188152] connection2:0: detected conn error (1020)
Sep 12 07:01:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:01:27 ubuntu object-replicator: Nothing replicated for 0.00274896621704 seconds.
Sep 12 07:01:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:01:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:27 ubuntu container-replicator: Beginning replication run
Sep 12 07:01:27 ubuntu container-replicator: Replication run OVER
Sep 12 07:01:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00384 seconds (0.00000/s)
Sep 12 07:01:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:01:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:01:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:01:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:01:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:01:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00780 seconds (0.00000/s)
Sep 12 07:01:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:01:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:01:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:01:29 ubuntu kernel: [3250609.192350] connection2:0: detected conn error (1020)
Sep 12 07:01:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:32 ubuntu kernel: [3250612.195905] connection2:0: detected conn error (1020)
Sep 12 07:01:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:35 ubuntu kernel: [3250615.199974] connection2:0: detected conn error (1020)
Sep 12 07:01:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:38 ubuntu kernel: [3250618.205809] connection2:0: detected conn error (1020)
Sep 12 07:01:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:41 ubuntu kernel: [3250621.209853] connection2:0: detected conn error (1020)
Sep 12 07:01:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:44 ubuntu kernel: [3250624.215043] connection2:0: detected conn error (1020)
Sep 12 07:01:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:47 ubuntu kernel: [3250627.219535] connection2:0: detected conn error (1020)
Sep 12 07:01:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:50 ubuntu kernel: [3250630.223302] connection2:0: detected conn error (1020)
Sep 12 07:01:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:53 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:01:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:01:53 ubuntu 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
Sep 12 07:01:53 ubuntu 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
Sep 12 07:01:53 ubuntu kernel: [3250633.226795] connection2:0: detected conn error (1020)
Sep 12 07:01:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:56 ubuntu kernel: [3250636.231430] connection2:0: detected conn error (1020)
Sep 12 07:01:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:01:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:01:57 ubuntu object-replicator: Nothing replicated for 0.00213599205017 seconds.
Sep 12 07:01:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:01:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:01:57 ubuntu container-replicator: Beginning replication run
Sep 12 07:01:57 ubuntu container-replicator: Replication run OVER
Sep 12 07:01:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00351 seconds (0.00000/s)
Sep 12 07:01:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:01:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:01:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:01:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:01:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:01:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00525 seconds (0.00000/s)
Sep 12 07:01:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:01:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:01:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:01:59 ubuntu kernel: [3250639.235139] connection2:0: detected conn error (1020)
Sep 12 07:02:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:02 ubuntu kernel: [3250642.245755] connection2:0: detected conn error (1020)
Sep 12 07:02:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:05 ubuntu kernel: [3250645.249304] connection2:0: detected conn error (1020)
Sep 12 07:02:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:08 ubuntu kernel: [3250648.253336] connection2:0: detected conn error (1020)
Sep 12 07:02:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:11 ubuntu kernel: [3250651.259616] connection2:0: detected conn error (1020)
Sep 12 07:02:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:14 ubuntu kernel: [3250654.264217] connection2:0: detected conn error (1020)
Sep 12 07:02:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:17 ubuntu kernel: [3250657.267691] connection2:0: detected conn error (1020)
Sep 12 07:02:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:20 ubuntu kernel: [3250660.271539] connection2:0: detected conn error (1020)
Sep 12 07:02:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:23 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:02:23 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:02:23 ubuntu 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
Sep 12 07:02:23 ubuntu 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
Sep 12 07:02:23 ubuntu kernel: [3250663.275004] connection2:0: detected conn error (1020)
Sep 12 07:02:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:26 ubuntu kernel: [3250666.280034] connection2:0: detected conn error (1020)
Sep 12 07:02:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:02:27 ubuntu object-replicator: Nothing replicated for 0.0112569332123 seconds.
Sep 12 07:02:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:02:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:27 ubuntu container-replicator: Beginning replication run
Sep 12 07:02:27 ubuntu container-replicator: Replication run OVER
Sep 12 07:02:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00403 seconds (0.00000/s)
Sep 12 07:02:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:02:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:02:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:02:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:02:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:02:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00871 seconds (0.00000/s)
Sep 12 07:02:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:02:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:02:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:02:29 ubuntu kernel: [3250669.284482] connection2:0: detected conn error (1020)
Sep 12 07:02:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:32 ubuntu kernel: [3250672.288683] connection2:0: detected conn error (1020)
Sep 12 07:02:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:35 ubuntu kernel: [3250675.293016] connection2:0: detected conn error (1020)
Sep 12 07:02:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:38 ubuntu kernel: [3250678.297090] connection2:0: detected conn error (1020)
Sep 12 07:02:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:41 ubuntu kernel: [3250681.301753] connection2:0: detected conn error (1020)
Sep 12 07:02:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:44 ubuntu kernel: [3250684.305693] connection2:0: detected conn error (1020)
Sep 12 07:02:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:47 ubuntu kernel: [3250687.309795] connection2:0: detected conn error (1020)
Sep 12 07:02:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:50 ubuntu kernel: [3250690.313563] connection2:0: detected conn error (1020)
Sep 12 07:02:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:02:53 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:02:53 ubuntu 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
Sep 12 07:02:53 ubuntu 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
Sep 12 07:02:53 ubuntu kernel: [3250693.318462] connection2:0: detected conn error (1020)
Sep 12 07:02:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:56 ubuntu kernel: [3250696.323132] connection2:0: detected conn error (1020)
Sep 12 07:02:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:02:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:02:57 ubuntu object-replicator: Nothing replicated for 0.00167798995972 seconds.
Sep 12 07:02:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:02:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:02:57 ubuntu container-replicator: Beginning replication run
Sep 12 07:02:57 ubuntu container-replicator: Replication run OVER
Sep 12 07:02:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00225 seconds (0.00000/s)
Sep 12 07:02:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:02:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:02:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:02:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:02:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:02:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00303 seconds (0.00000/s)
Sep 12 07:02:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:02:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:02:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:02:59 ubuntu kernel: [3250699.327827] connection2:0: detected conn error (1020)
Sep 12 07:03:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:02 ubuntu kernel: [3250702.331745] connection2:0: detected conn error (1020)
Sep 12 07:03:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:05 ubuntu kernel: [3250705.383801] connection2:0: detected conn error (1020)
Sep 12 07:03:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:08 ubuntu kernel: [3250708.388138] connection2:0: detected conn error (1020)
Sep 12 07:03:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:11 ubuntu kernel: [3250711.391888] connection2:0: detected conn error (1020)
Sep 12 07:03:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:14 ubuntu kernel: [3250714.403283] connection2:0: detected conn error (1020)
Sep 12 07:03:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:17 ubuntu kernel: [3250717.408087] connection2:0: detected conn error (1020)
Sep 12 07:03:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:20 ubuntu kernel: [3250720.411301] connection2:0: detected conn error (1020)
Sep 12 07:03:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:23 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:03:23 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:03:23 ubuntu 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
Sep 12 07:03:23 ubuntu 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
Sep 12 07:03:23 ubuntu kernel: [3250723.415580] connection2:0: detected conn error (1020)
Sep 12 07:03:23 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:03:23 ubuntu 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
Sep 12 07:03:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:26 ubuntu kernel: [3250726.419573] connection2:0: detected conn error (1020)
Sep 12 07:03:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:03:27 ubuntu object-replicator: Nothing replicated for 0.0021800994873 seconds.
Sep 12 07:03:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:03:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:27 ubuntu container-replicator: Beginning replication run
Sep 12 07:03:27 ubuntu container-replicator: Replication run OVER
Sep 12 07:03:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00387 seconds (0.00000/s)
Sep 12 07:03:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:03:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:03:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:03:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:03:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:03:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00508 seconds (0.00000/s)
Sep 12 07:03:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:03:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:03:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:03:29 ubuntu kernel: [3250729.423564] connection2:0: detected conn error (1020)
Sep 12 07:03:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:32 ubuntu kernel: [3250732.427467] connection2:0: detected conn error (1020)
Sep 12 07:03:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:35 ubuntu kernel: [3250735.432292] connection2:0: detected conn error (1020)
Sep 12 07:03:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:38 ubuntu kernel: [3250738.437053] connection2:0: detected conn error (1020)
Sep 12 07:03:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:41 ubuntu kernel: [3250741.440545] connection2:0: detected conn error (1020)
Sep 12 07:03:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:44 ubuntu kernel: [3250744.444264] connection2:0: detected conn error (1020)
Sep 12 07:03:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:47 ubuntu kernel: [3250747.448102] connection2:0: detected conn error (1020)
Sep 12 07:03:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:50 ubuntu kernel: [3250750.452730] connection2:0: detected conn error (1020)
Sep 12 07:03:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:51 ubuntu account-reaper: Devices pass completed: 0.00s
Sep 12 07:03:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:53 ubuntu kernel: [3250753.458919] connection2:0: detected conn error (1020)
Sep 12 07:03:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:03:53 ubuntu 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
Sep 12 07:03:53 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:03:53 ubuntu 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
Sep 12 07:03:54 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:03:54 ubuntu 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
Sep 12 07:03:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:56 ubuntu kernel: [3250756.462681] connection2:0: detected conn error (1020)
Sep 12 07:03:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:03:57 ubuntu object-replicator: Nothing replicated for 0.00549578666687 seconds.
Sep 12 07:03:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:03:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:03:57 ubuntu container-replicator: Beginning replication run
Sep 12 07:03:57 ubuntu container-replicator: Replication run OVER
Sep 12 07:03:57 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00481 seconds (0.00000/s)
Sep 12 07:03:57 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:03:57 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:03:57 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:03:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:03:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:03:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:03:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00238 seconds (0.00000/s)
Sep 12 07:03:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:03:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:03:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:03:59 ubuntu kernel: [3250759.467156] connection2:0: detected conn error (1020)
Sep 12 07:04:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:02 ubuntu kernel: [3250762.471445] connection2:0: detected conn error (1020)
Sep 12 07:04:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:05 ubuntu kernel: [3250765.475485] connection2:0: detected conn error (1020)
Sep 12 07:04:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:08 ubuntu kernel: [3250768.479563] connection2:0: detected conn error (1020)
Sep 12 07:04:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:11 ubuntu kernel: [3250771.482809] connection2:0: detected conn error (1020)
Sep 12 07:04:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:14 ubuntu kernel: [3250774.490944] connection2:0: detected conn error (1020)
Sep 12 07:04:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:17 ubuntu kernel: [3250777.494873] connection2:0: detected conn error (1020)
Sep 12 07:04:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:20 ubuntu kernel: [3250780.500094] connection2:0: detected conn error (1020)
Sep 12 07:04:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:23 ubuntu kernel: [3250783.504595] connection2:0: detected conn error (1020)
Sep 12 07:04:24 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:04:24 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:04:24 ubuntu 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
Sep 12 07:04:24 ubuntu 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
Sep 12 07:04:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:26 ubuntu kernel: [3250786.508911] connection2:0: detected conn error (1020)
Sep 12 07:04:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:04:27 ubuntu object-replicator: Nothing replicated for 0.00319290161133 seconds.
Sep 12 07:04:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:04:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:27 ubuntu container-replicator: Beginning replication run
Sep 12 07:04:27 ubuntu container-replicator: Replication run OVER
Sep 12 07:04:27 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00443 seconds (0.00000/s)
Sep 12 07:04:27 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:04:27 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:04:27 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:04:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:04:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:04:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00655 seconds (0.00000/s)
Sep 12 07:04:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:04:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:04:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:04:29 ubuntu container-updater: Begin container update sweep
Sep 12 07:04:29 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 07:04:29 ubuntu kernel: [3250789.512847] connection2:0: detected conn error (1020)
Sep 12 07:04:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:32 ubuntu kernel: [3250792.516944] connection2:0: detected conn error (1020)
Sep 12 07:04:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:35 ubuntu kernel: [3250795.520773] connection2:0: detected conn error (1020)
Sep 12 07:04:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:38 ubuntu kernel: [3250798.524491] connection2:0: detected conn error (1020)
Sep 12 07:04:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:41 ubuntu object-updater: Begin object update sweep
Sep 12 07:04:41 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 07:04:41 ubuntu object-updater: Object update sweep completed: 0.05s
Sep 12 07:04:41 ubuntu kernel: [3250801.528655] connection2:0: detected conn error (1020)
Sep 12 07:04:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:44 ubuntu kernel: [3250804.532353] connection2:0: detected conn error (1020)
Sep 12 07:04:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:47 ubuntu kernel: [3250807.536563] connection2:0: detected conn error (1020)
Sep 12 07:04:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:50 ubuntu kernel: [3250810.540488] connection2:0: detected conn error (1020)
Sep 12 07:04:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:53 ubuntu kernel: [3250813.544040] connection2:0: detected conn error (1020)
Sep 12 07:04:54 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:04:54 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:04:54 ubuntu 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
Sep 12 07:04:54 ubuntu 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
Sep 12 07:04:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:56 ubuntu kernel: [3250816.548139] connection2:0: detected conn error (1020)
Sep 12 07:04:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:04:57 ubuntu object-replicator: Nothing replicated for 0.00292897224426 seconds.
Sep 12 07:04:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:04:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:04:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:04:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:04:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00434 seconds (0.00000/s)
Sep 12 07:04:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:04:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:04:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:04:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:04:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:04:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:04:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00479 seconds (0.00000/s)
Sep 12 07:04:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:04:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:04:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:04:59 ubuntu kernel: [3250819.552093] connection2:0: detected conn error (1020)
Sep 12 07:05:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:02 ubuntu kernel: [3250822.556346] connection2:0: detected conn error (1020)
Sep 12 07:05:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:06 ubuntu kernel: [3250825.559871] connection2:0: detected conn error (1020)
Sep 12 07:05:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:09 ubuntu kernel: [3250828.564316] connection2:0: detected conn error (1020)
Sep 12 07:05:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:12 ubuntu kernel: [3250831.567974] connection2:0: detected conn error (1020)
Sep 12 07:05:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:15 ubuntu kernel: [3250834.572333] connection2:0: detected conn error (1020)
Sep 12 07:05:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:18 ubuntu kernel: [3250837.576369] connection2:0: detected conn error (1020)
Sep 12 07:05:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:21 ubuntu kernel: [3250840.580418] connection2:0: detected conn error (1020)
Sep 12 07:05:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:24 ubuntu kernel: [3250843.584942] connection2:0: detected conn error (1020)
Sep 12 07:05:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:24 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:05:24 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:05:24 ubuntu 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
Sep 12 07:05:24 ubuntu 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
Sep 12 07:05:24 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:05:24 ubuntu 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
Sep 12 07:05:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:27 ubuntu kernel: [3250846.589078] connection2:0: detected conn error (1020)
Sep 12 07:05:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:05:27 ubuntu object-replicator: Nothing replicated for 0.00819206237793 seconds.
Sep 12 07:05:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:05:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:05:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:05:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00356 seconds (0.00000/s)
Sep 12 07:05:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:05:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:05:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:05:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:05:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:05:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00243 seconds (0.00000/s)
Sep 12 07:05:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:05:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:05:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:05:30 ubuntu kernel: [3250849.593015] connection2:0: detected conn error (1020)
Sep 12 07:05:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:33 ubuntu kernel: [3250852.596706] connection2:0: detected conn error (1020)
Sep 12 07:05:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:36 ubuntu kernel: [3250855.600307] connection2:0: detected conn error (1020)
Sep 12 07:05:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:39 ubuntu kernel: [3250858.603927] connection2:0: detected conn error (1020)
Sep 12 07:05:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:42 ubuntu kernel: [3250861.608256] connection2:0: detected conn error (1020)
Sep 12 07:05:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:45 ubuntu kernel: [3250864.611869] connection2:0: detected conn error (1020)
Sep 12 07:05:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:48 ubuntu kernel: [3250867.615556] connection2:0: detected conn error (1020)
Sep 12 07:05:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:51 ubuntu kernel: [3250870.619079] connection2:0: detected conn error (1020)
Sep 12 07:05:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:54 ubuntu kernel: [3250873.623465] connection2:0: detected conn error (1020)
Sep 12 07:05:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:54 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:05:54 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:05:54 ubuntu 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
Sep 12 07:05:54 ubuntu 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
Sep 12 07:05:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:57 ubuntu kernel: [3250876.627101] connection2:0: detected conn error (1020)
Sep 12 07:05:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:05:57 ubuntu object-replicator: Nothing replicated for 0.0120968818665 seconds.
Sep 12 07:05:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:05:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:05:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:05:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:05:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:05:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00385 seconds (0.00000/s)
Sep 12 07:05:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:05:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:05:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:05:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:05:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:05:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00330 seconds (0.00000/s)
Sep 12 07:05:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:05:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:05:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:06:00 ubuntu kernel: [3250879.630974] connection2:0: detected conn error (1020)
Sep 12 07:06:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:03 ubuntu kernel: [3250882.635349] connection2:0: detected conn error (1020)
Sep 12 07:06:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:06 ubuntu kernel: [3250885.639197] connection2:0: detected conn error (1020)
Sep 12 07:06:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:09 ubuntu kernel: [3250888.643815] connection2:0: detected conn error (1020)
Sep 12 07:06:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:12 ubuntu kernel: [3250891.649407] connection2:0: detected conn error (1020)
Sep 12 07:06:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:15 ubuntu kernel: [3250894.652597] connection2:0: detected conn error (1020)
Sep 12 07:06:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:18 ubuntu kernel: [3250897.657290] connection2:0: detected conn error (1020)
Sep 12 07:06:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:21 ubuntu kernel: [3250900.660880] connection2:0: detected conn error (1020)
Sep 12 07:06:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:24 ubuntu kernel: [3250903.665125] connection2:0: detected conn error (1020)
Sep 12 07:06:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:24 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:06:24 ubuntu 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
Sep 12 07:06:24 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:06:24 ubuntu 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
Sep 12 07:06:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:25 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:06:25 ubuntu 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
Sep 12 07:06:27 ubuntu kernel: [3250906.669345] connection2:0: detected conn error (1020)
Sep 12 07:06:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:06:27 ubuntu object-replicator: Nothing replicated for 0.00254917144775 seconds.
Sep 12 07:06:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:06:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:06:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:06:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00549 seconds (0.00000/s)
Sep 12 07:06:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:06:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:06:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:06:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:06:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:06:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00500 seconds (0.00000/s)
Sep 12 07:06:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:06:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:06:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:06:30 ubuntu kernel: [3250909.672874] connection2:0: detected conn error (1020)
Sep 12 07:06:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:33 ubuntu kernel: [3250912.678738] connection2:0: detected conn error (1020)
Sep 12 07:06:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:36 ubuntu kernel: [3250915.683341] connection2:0: detected conn error (1020)
Sep 12 07:06:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:39 ubuntu kernel: [3250918.687631] connection2:0: detected conn error (1020)
Sep 12 07:06:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:42 ubuntu kernel: [3250921.691485] connection2:0: detected conn error (1020)
Sep 12 07:06:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:45 ubuntu kernel: [3250924.695628] connection2:0: detected conn error (1020)
Sep 12 07:06:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:48 ubuntu kernel: [3250927.700372] connection2:0: detected conn error (1020)
Sep 12 07:06:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:51 ubuntu kernel: [3250930.704481] connection2:0: detected conn error (1020)
Sep 12 07:06:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:54 ubuntu kernel: [3250933.708677] connection2:0: detected conn error (1020)
Sep 12 07:06:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:55 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:06:55 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:06:55 ubuntu 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
Sep 12 07:06:55 ubuntu 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
Sep 12 07:06:55 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:06:55 ubuntu 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
Sep 12 07:06:57 ubuntu kernel: [3250936.712905] connection2:0: detected conn error (1020)
Sep 12 07:06:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:06:57 ubuntu object-replicator: Nothing replicated for 0.0022439956665 seconds.
Sep 12 07:06:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:06:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:06:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:06:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:06:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:06:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00352 seconds (0.00000/s)
Sep 12 07:06:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:06:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:06:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:06:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:06:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:06:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00521 seconds (0.00000/s)
Sep 12 07:06:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:06:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:06:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:07:00 ubuntu kernel: [3250939.717295] connection2:0: detected conn error (1020)
Sep 12 07:07:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:03 ubuntu kernel: [3250942.721203] connection2:0: detected conn error (1020)
Sep 12 07:07:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:06 ubuntu kernel: [3250945.725283] connection2:0: detected conn error (1020)
Sep 12 07:07:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:09 ubuntu kernel: [3250948.729287] connection2:0: detected conn error (1020)
Sep 12 07:07:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:12 ubuntu kernel: [3250951.733133] connection2:0: detected conn error (1020)
Sep 12 07:07:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:15 ubuntu kernel: [3250954.736971] connection2:0: detected conn error (1020)
Sep 12 07:07:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:18 ubuntu kernel: [3250957.740744] connection2:0: detected conn error (1020)
Sep 12 07:07:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:21 ubuntu kernel: [3250960.744119] connection2:0: detected conn error (1020)
Sep 12 07:07:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:24 ubuntu kernel: [3250963.747762] connection2:0: detected conn error (1020)
Sep 12 07:07:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:25 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:07:25 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:07:25 ubuntu 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
Sep 12 07:07:25 ubuntu 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
Sep 12 07:07:25 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:07:25 ubuntu 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
Sep 12 07:07:27 ubuntu kernel: [3250966.751349] connection2:0: detected conn error (1020)
Sep 12 07:07:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:07:27 ubuntu object-replicator: Nothing replicated for 0.00283408164978 seconds.
Sep 12 07:07:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:07:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:07:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:07:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00480 seconds (0.00000/s)
Sep 12 07:07:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:07:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:07:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:07:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:07:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:07:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00433 seconds (0.00000/s)
Sep 12 07:07:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:07:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:07:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:07:30 ubuntu kernel: [3250969.756749] connection2:0: detected conn error (1020)
Sep 12 07:07:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:33 ubuntu kernel: [3250972.762713] connection2:0: detected conn error (1020)
Sep 12 07:07:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:36 ubuntu kernel: [3250975.767479] connection2:0: detected conn error (1020)
Sep 12 07:07:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:39 ubuntu kernel: [3250978.771863] connection2:0: detected conn error (1020)
Sep 12 07:07:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:42 ubuntu kernel: [3250981.777034] connection2:0: detected conn error (1020)
Sep 12 07:07:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:45 ubuntu kernel: [3250984.782021] connection2:0: detected conn error (1020)
Sep 12 07:07:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:48 ubuntu kernel: [3250987.786340] connection2:0: detected conn error (1020)
Sep 12 07:07:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:51 ubuntu kernel: [3250990.790620] connection2:0: detected conn error (1020)
Sep 12 07:07:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:54 ubuntu kernel: [3250993.794960] connection2:0: detected conn error (1020)
Sep 12 07:07:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:55 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:07:55 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:07:55 ubuntu 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
Sep 12 07:07:55 ubuntu 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
Sep 12 07:07:55 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:07:55 ubuntu 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
Sep 12 07:07:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:07:57 ubuntu object-replicator: Nothing replicated for 0.00216007232666 seconds.
Sep 12 07:07:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:07:57 ubuntu kernel: [3250996.798087] connection2:0: detected conn error (1020)
Sep 12 07:07:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:07:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:07:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:07:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:07:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00354 seconds (0.00000/s)
Sep 12 07:07:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:07:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:07:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:07:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:07:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:07:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00372 seconds (0.00000/s)
Sep 12 07:07:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:07:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:07:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:08:00 ubuntu kernel: [3250999.802289] connection2:0: detected conn error (1020)
Sep 12 07:08:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:03 ubuntu kernel: [3251002.806495] connection2:0: detected conn error (1020)
Sep 12 07:08:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:06 ubuntu kernel: [3251005.810625] connection2:0: detected conn error (1020)
Sep 12 07:08:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:09 ubuntu kernel: [3251008.814819] connection2:0: detected conn error (1020)
Sep 12 07:08:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:12 ubuntu kernel: [3251011.818988] connection2:0: detected conn error (1020)
Sep 12 07:08:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:15 ubuntu kernel: [3251014.822838] connection2:0: detected conn error (1020)
Sep 12 07:08:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:18 ubuntu kernel: [3251017.826846] connection2:0: detected conn error (1020)
Sep 12 07:08:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:21 ubuntu kernel: [3251020.831758] connection2:0: detected conn error (1020)
Sep 12 07:08:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:24 ubuntu kernel: [3251023.835834] connection2:0: detected conn error (1020)
Sep 12 07:08:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:25 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:08:25 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:08:25 ubuntu 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
Sep 12 07:08:25 ubuntu 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
Sep 12 07:08:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:08:27 ubuntu object-replicator: Nothing replicated for 0.00977301597595 seconds.
Sep 12 07:08:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:08:27 ubuntu kernel: [3251026.839938] connection2:0: detected conn error (1020)
Sep 12 07:08:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:08:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:08:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00393 seconds (0.00000/s)
Sep 12 07:08:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:08:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:08:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:08:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:08:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:08:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00353 seconds (0.00000/s)
Sep 12 07:08:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:08:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:08:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:08:30 ubuntu kernel: [3251029.844612] connection2:0: detected conn error (1020)
Sep 12 07:08:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:33 ubuntu kernel: [3251032.848537] connection2:0: detected conn error (1020)
Sep 12 07:08:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:36 ubuntu kernel: [3251035.852651] connection2:0: detected conn error (1020)
Sep 12 07:08:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:39 ubuntu kernel: [3251038.857880] connection2:0: detected conn error (1020)
Sep 12 07:08:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:42 ubuntu kernel: [3251041.862254] connection2:0: detected conn error (1020)
Sep 12 07:08:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:45 ubuntu kernel: [3251044.865863] connection2:0: detected conn error (1020)
Sep 12 07:08:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:48 ubuntu kernel: [3251047.869849] connection2:0: detected conn error (1020)
Sep 12 07:08:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:51 ubuntu kernel: [3251050.873827] connection2:0: detected conn error (1020)
Sep 12 07:08:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:54 ubuntu kernel: [3251053.879079] connection2:0: detected conn error (1020)
Sep 12 07:08:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:56 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:08:56 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:08:56 ubuntu 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
Sep 12 07:08:56 ubuntu 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
Sep 12 07:08:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:08:57 ubuntu object-replicator: Nothing replicated for 0.0108420848846 seconds.
Sep 12 07:08:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:08:57 ubuntu kernel: [3251056.883359] connection2:0: detected conn error (1020)
Sep 12 07:08:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:08:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:08:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:08:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:08:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00391 seconds (0.00000/s)
Sep 12 07:08:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:08:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:08:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:08:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:08:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:08:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00396 seconds (0.00000/s)
Sep 12 07:08:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:08:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:08:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:09:00 ubuntu kernel: [3251059.888063] connection2:0: detected conn error (1020)
Sep 12 07:09:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:03 ubuntu kernel: [3251062.892443] connection2:0: detected conn error (1020)
Sep 12 07:09:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:06 ubuntu kernel: [3251065.896455] connection2:0: detected conn error (1020)
Sep 12 07:09:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:09 ubuntu kernel: [3251068.900331] connection2:0: detected conn error (1020)
Sep 12 07:09:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:12 ubuntu kernel: [3251071.904325] connection2:0: detected conn error (1020)
Sep 12 07:09:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:15 ubuntu kernel: [3251074.907459] connection2:0: detected conn error (1020)
Sep 12 07:09:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:18 ubuntu kernel: [3251077.911771] connection2:0: detected conn error (1020)
Sep 12 07:09:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:21 ubuntu kernel: [3251080.916698] connection2:0: detected conn error (1020)
Sep 12 07:09:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:24 ubuntu kernel: [3251083.920780] connection2:0: detected conn error (1020)
Sep 12 07:09:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:26 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:09:26 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:09:26 ubuntu 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
Sep 12 07:09:26 ubuntu 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
Sep 12 07:09:26 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:09:26 ubuntu 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
Sep 12 07:09:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:09:27 ubuntu object-replicator: Nothing replicated for 0.00802898406982 seconds.
Sep 12 07:09:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:09:27 ubuntu kernel: [3251086.925705] connection2:0: detected conn error (1020)
Sep 12 07:09:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:09:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:09:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00415 seconds (0.00000/s)
Sep 12 07:09:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:09:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:09:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:09:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:09:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:09:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00402 seconds (0.00000/s)
Sep 12 07:09:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:09:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:09:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:09:29 ubuntu container-updater: Begin container update sweep
Sep 12 07:09:29 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 07:09:30 ubuntu kernel: [3251089.931989] connection2:0: detected conn error (1020)
Sep 12 07:09:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:33 ubuntu kernel: [3251092.935911] connection2:0: detected conn error (1020)
Sep 12 07:09:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:36 ubuntu kernel: [3251095.940198] connection2:0: detected conn error (1020)
Sep 12 07:09:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:39 ubuntu kernel: [3251098.945211] connection2:0: detected conn error (1020)
Sep 12 07:09:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:41 ubuntu object-updater: Begin object update sweep
Sep 12 07:09:41 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 07:09:41 ubuntu object-updater: Object update sweep completed: 0.10s
Sep 12 07:09:42 ubuntu kernel: [3251101.949413] connection2:0: detected conn error (1020)
Sep 12 07:09:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:45 ubuntu kernel: [3251104.953369] connection2:0: detected conn error (1020)
Sep 12 07:09:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:48 ubuntu kernel: [3251107.958308] connection2:0: detected conn error (1020)
Sep 12 07:09:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:51 ubuntu kernel: [3251110.962259] connection2:0: detected conn error (1020)
Sep 12 07:09:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:54 ubuntu kernel: [3251113.966934] connection2:0: detected conn error (1020)
Sep 12 07:09:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:56 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:09:56 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:09:56 ubuntu 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
Sep 12 07:09:56 ubuntu 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
Sep 12 07:09:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:09:57 ubuntu object-replicator: Nothing replicated for 0.00955486297607 seconds.
Sep 12 07:09:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:09:57 ubuntu kernel: [3251116.971822] connection2:0: detected conn error (1020)
Sep 12 07:09:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:09:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:09:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:09:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00476 seconds (0.00000/s)
Sep 12 07:09:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:09:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:09:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:09:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:09:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:09:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:09:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00482 seconds (0.00000/s)
Sep 12 07:09:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:09:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:09:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:10:00 ubuntu kernel: [3251119.975970] connection2:0: detected conn error (1020)
Sep 12 07:10:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:03 ubuntu kernel: [3251122.979959] connection2:0: detected conn error (1020)
Sep 12 07:10:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:06 ubuntu kernel: [3251125.984192] connection2:0: detected conn error (1020)
Sep 12 07:10:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:09 ubuntu kernel: [3251128.988094] connection2:0: detected conn error (1020)
Sep 12 07:10:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:12 ubuntu kernel: [3251131.992214] connection2:0: detected conn error (1020)
Sep 12 07:10:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:15 ubuntu kernel: [3251134.995654] connection2:0: detected conn error (1020)
Sep 12 07:10:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:18 ubuntu kernel: [3251137.999434] connection2:0: detected conn error (1020)
Sep 12 07:10:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:21 ubuntu kernel: [3251141.002318] connection2:0: detected conn error (1020)
Sep 12 07:10:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:24 ubuntu kernel: [3251144.006932] connection2:0: detected conn error (1020)
Sep 12 07:10:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:26 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:10:26 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:10:26 ubuntu 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
Sep 12 07:10:26 ubuntu 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
Sep 12 07:10:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:10:27 ubuntu object-replicator: Nothing replicated for 0.00198793411255 seconds.
Sep 12 07:10:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:10:27 ubuntu kernel: [3251147.011142] connection2:0: detected conn error (1020)
Sep 12 07:10:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:10:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:10:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00415 seconds (0.00000/s)
Sep 12 07:10:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:10:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:10:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:10:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:10:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:10:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00441 seconds (0.00000/s)
Sep 12 07:10:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:10:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:10:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:10:30 ubuntu kernel: [3251150.015339] connection2:0: detected conn error (1020)
Sep 12 07:10:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:33 ubuntu kernel: [3251153.019520] connection2:0: detected conn error (1020)
Sep 12 07:10:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:36 ubuntu kernel: [3251156.024515] connection2:0: detected conn error (1020)
Sep 12 07:10:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:39 ubuntu kernel: [3251159.028616] connection2:0: detected conn error (1020)
Sep 12 07:10:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:42 ubuntu kernel: [3251162.032661] connection2:0: detected conn error (1020)
Sep 12 07:10:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:45 ubuntu kernel: [3251165.036158] connection2:0: detected conn error (1020)
Sep 12 07:10:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:48 ubuntu kernel: [3251168.040284] connection2:0: detected conn error (1020)
Sep 12 07:10:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:51 ubuntu kernel: [3251171.044243] connection2:0: detected conn error (1020)
Sep 12 07:10:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:54 ubuntu kernel: [3251174.047946] connection2:0: detected conn error (1020)
Sep 12 07:10:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:56 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:10:56 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:10:56 ubuntu 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
Sep 12 07:10:56 ubuntu 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
Sep 12 07:10:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:10:57 ubuntu object-replicator: Nothing replicated for 0.00739097595215 seconds.
Sep 12 07:10:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:10:57 ubuntu kernel: [3251177.051664] connection2:0: detected conn error (1020)
Sep 12 07:10:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:10:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:10:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:10:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00373 seconds (0.00000/s)
Sep 12 07:10:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:10:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:10:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:10:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:10:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:10:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:10:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00529 seconds (0.00000/s)
Sep 12 07:10:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:10:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:10:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:11:00 ubuntu kernel: [3251180.056218] connection2:0: detected conn error (1020)
Sep 12 07:11:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:03 ubuntu kernel: [3251183.060762] connection2:0: detected conn error (1020)
Sep 12 07:11:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:06 ubuntu kernel: [3251186.065237] connection2:0: detected conn error (1020)
Sep 12 07:11:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:09 ubuntu kernel: [3251189.069448] connection2:0: detected conn error (1020)
Sep 12 07:11:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:12 ubuntu kernel: [3251192.073892] connection2:0: detected conn error (1020)
Sep 12 07:11:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:15 ubuntu kernel: [3251195.077939] connection2:0: detected conn error (1020)
Sep 12 07:11:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:18 ubuntu kernel: [3251198.083240] connection2:0: detected conn error (1020)
Sep 12 07:11:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:21 ubuntu kernel: [3251201.087044] connection2:0: detected conn error (1020)
Sep 12 07:11:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:24 ubuntu kernel: [3251204.091297] connection2:0: detected conn error (1020)
Sep 12 07:11:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:27 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:11:27 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:11:27 ubuntu 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
Sep 12 07:11:27 ubuntu 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
Sep 12 07:11:27 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:11:27 ubuntu 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
Sep 12 07:11:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:11:27 ubuntu object-replicator: Nothing replicated for 0.00457096099854 seconds.
Sep 12 07:11:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:11:27 ubuntu kernel: [3251207.095716] connection2:0: detected conn error (1020)
Sep 12 07:11:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:11:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:11:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00344 seconds (0.00000/s)
Sep 12 07:11:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:11:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:11:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:11:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:11:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:11:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00348 seconds (0.00000/s)
Sep 12 07:11:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:11:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:11:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:11:30 ubuntu kernel: [3251210.099528] connection2:0: detected conn error (1020)
Sep 12 07:11:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:33 ubuntu kernel: [3251213.103445] connection2:0: detected conn error (1020)
Sep 12 07:11:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:36 ubuntu kernel: [3251216.108313] connection2:0: detected conn error (1020)
Sep 12 07:11:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:39 ubuntu kernel: [3251219.112615] connection2:0: detected conn error (1020)
Sep 12 07:11:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:42 ubuntu kernel: [3251222.117957] connection2:0: detected conn error (1020)
Sep 12 07:11:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:45 ubuntu kernel: [3251225.123890] connection2:0: detected conn error (1020)
Sep 12 07:11:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:48 ubuntu kernel: [3251228.127435] connection2:0: detected conn error (1020)
Sep 12 07:11:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:51 ubuntu kernel: [3251231.131728] connection2:0: detected conn error (1020)
Sep 12 07:11:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:54 ubuntu kernel: [3251234.135817] connection2:0: detected conn error (1020)
Sep 12 07:11:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:11:57 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:11:57 ubuntu 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
Sep 12 07:11:57 ubuntu 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
Sep 12 07:11:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:11:57 ubuntu object-replicator: Nothing replicated for 0.00577092170715 seconds.
Sep 12 07:11:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:11:57 ubuntu kernel: [3251237.141162] connection2:0: detected conn error (1020)
Sep 12 07:11:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:11:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:11:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:11:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00368 seconds (0.00000/s)
Sep 12 07:11:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:11:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:11:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:11:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:11:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:11:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:11:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00418 seconds (0.00000/s)
Sep 12 07:11:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:11:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:11:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:12:00 ubuntu kernel: [3251240.145432] connection2:0: detected conn error (1020)
Sep 12 07:12:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:03 ubuntu kernel: [3251243.150170] connection2:0: detected conn error (1020)
Sep 12 07:12:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:06 ubuntu kernel: [3251246.155749] connection2:0: detected conn error (1020)
Sep 12 07:12:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:09 ubuntu kernel: [3251249.160114] connection2:0: detected conn error (1020)
Sep 12 07:12:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:12 ubuntu kernel: [3251252.164055] connection2:0: detected conn error (1020)
Sep 12 07:12:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:15 ubuntu kernel: [3251255.167801] connection2:0: detected conn error (1020)
Sep 12 07:12:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:18 ubuntu kernel: [3251258.171485] connection2:0: detected conn error (1020)
Sep 12 07:12:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:21 ubuntu kernel: [3251261.175443] connection2:0: detected conn error (1020)
Sep 12 07:12:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:24 ubuntu kernel: [3251264.179492] connection2:0: detected conn error (1020)
Sep 12 07:12:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:12:27 ubuntu object-replicator: Nothing replicated for 0.00894999504089 seconds.
Sep 12 07:12:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:12:27 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:12:27 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:12:27 ubuntu 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
Sep 12 07:12:27 ubuntu 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
Sep 12 07:12:27 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:12:27 ubuntu 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
Sep 12 07:12:27 ubuntu kernel: [3251267.188421] connection2:0: detected conn error (1020)
Sep 12 07:12:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:12:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:12:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00363 seconds (0.00000/s)
Sep 12 07:12:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:12:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:12:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:12:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:12:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:12:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00282 seconds (0.00000/s)
Sep 12 07:12:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:12:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:12:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:12:30 ubuntu kernel: [3251270.193377] connection2:0: detected conn error (1020)
Sep 12 07:12:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:33 ubuntu kernel: [3251273.196907] connection2:0: detected conn error (1020)
Sep 12 07:12:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:36 ubuntu kernel: [3251276.201402] connection2:0: detected conn error (1020)
Sep 12 07:12:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:39 ubuntu kernel: [3251279.205580] connection2:0: detected conn error (1020)
Sep 12 07:12:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:42 ubuntu kernel: [3251282.210169] connection2:0: detected conn error (1020)
Sep 12 07:12:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:45 ubuntu kernel: [3251285.214350] connection2:0: detected conn error (1020)
Sep 12 07:12:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:48 ubuntu kernel: [3251288.218472] connection2:0: detected conn error (1020)
Sep 12 07:12:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:51 ubuntu kernel: [3251291.222917] connection2:0: detected conn error (1020)
Sep 12 07:12:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:54 ubuntu kernel: [3251294.226176] connection2:0: detected conn error (1020)
Sep 12 07:12:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:12:57 ubuntu object-replicator: Nothing replicated for 0.00616717338562 seconds.
Sep 12 07:12:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:12:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:12:57 ubuntu 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
Sep 12 07:12:57 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:12:57 ubuntu 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
Sep 12 07:12:57 ubuntu kernel: [3251297.229779] connection2:0: detected conn error (1020)
Sep 12 07:12:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:12:57 ubuntu 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
Sep 12 07:12:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:12:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:12:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:12:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00368 seconds (0.00000/s)
Sep 12 07:12:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:12:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:12:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:12:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:12:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:12:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:12:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00490 seconds (0.00000/s)
Sep 12 07:12:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:12:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:12:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:13:00 ubuntu kernel: [3251300.284148] connection2:0: detected conn error (1020)
Sep 12 07:13:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:03 ubuntu kernel: [3251303.287288] connection2:0: detected conn error (1020)
Sep 12 07:13:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:06 ubuntu kernel: [3251306.291668] connection2:0: detected conn error (1020)
Sep 12 07:13:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:09 ubuntu kernel: [3251309.296374] connection2:0: detected conn error (1020)
Sep 12 07:13:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:12 ubuntu kernel: [3251312.300259] connection2:0: detected conn error (1020)
Sep 12 07:13:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:15 ubuntu kernel: [3251315.304558] connection2:0: detected conn error (1020)
Sep 12 07:13:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:18 ubuntu kernel: [3251318.308002] connection2:0: detected conn error (1020)
Sep 12 07:13:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:21 ubuntu kernel: [3251321.311733] connection2:0: detected conn error (1020)
Sep 12 07:13:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:24 ubuntu kernel: [3251324.315565] connection2:0: detected conn error (1020)
Sep 12 07:13:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:13:27 ubuntu object-replicator: Nothing replicated for 0.00387811660767 seconds.
Sep 12 07:13:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:13:27 ubuntu kernel: [3251327.320154] connection2:0: detected conn error (1020)
Sep 12 07:13:28 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:13:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:13:28 ubuntu 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
Sep 12 07:13:28 ubuntu 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
Sep 12 07:13:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:13:28 ubuntu 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
Sep 12 07:13:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:13:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:13:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00355 seconds (0.00000/s)
Sep 12 07:13:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:13:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:13:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:13:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:13:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:13:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00527 seconds (0.00000/s)
Sep 12 07:13:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:13:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:13:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:13:30 ubuntu kernel: [3251330.323683] connection2:0: detected conn error (1020)
Sep 12 07:13:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:33 ubuntu kernel: [3251333.327888] connection2:0: detected conn error (1020)
Sep 12 07:13:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:37 ubuntu kernel: [3251336.331685] connection2:0: detected conn error (1020)
Sep 12 07:13:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:40 ubuntu kernel: [3251339.335977] connection2:0: detected conn error (1020)
Sep 12 07:13:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:43 ubuntu kernel: [3251342.341307] connection2:0: detected conn error (1020)
Sep 12 07:13:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:46 ubuntu kernel: [3251345.345142] connection2:0: detected conn error (1020)
Sep 12 07:13:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:49 ubuntu kernel: [3251348.349163] connection2:0: detected conn error (1020)
Sep 12 07:13:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:52 ubuntu kernel: [3251351.353377] connection2:0: detected conn error (1020)
Sep 12 07:13:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:55 ubuntu kernel: [3251354.356784] connection2:0: detected conn error (1020)
Sep 12 07:13:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:13:57 ubuntu object-replicator: Nothing replicated for 0.00416898727417 seconds.
Sep 12 07:13:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:13:58 ubuntu kernel: [3251357.361659] connection2:0: detected conn error (1020)
Sep 12 07:13:58 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:13:58 ubuntu 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
Sep 12 07:13:58 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:13:58 ubuntu 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
Sep 12 07:13:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:13:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:13:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00214 seconds (0.00000/s)
Sep 12 07:13:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:13:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:13:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:13:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:13:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:13:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:13:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:13:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00472 seconds (0.00000/s)
Sep 12 07:13:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:13:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:13:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:14:01 ubuntu kernel: [3251360.365882] connection2:0: detected conn error (1020)
Sep 12 07:14:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:04 ubuntu kernel: [3251363.369434] connection2:0: detected conn error (1020)
Sep 12 07:14:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:07 ubuntu kernel: [3251366.373675] connection2:0: detected conn error (1020)
Sep 12 07:14:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:10 ubuntu kernel: [3251369.377133] connection2:0: detected conn error (1020)
Sep 12 07:14:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:13 ubuntu kernel: [3251372.382136] connection2:0: detected conn error (1020)
Sep 12 07:14:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:16 ubuntu kernel: [3251375.385789] connection2:0: detected conn error (1020)
Sep 12 07:14:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:19 ubuntu kernel: [3251378.390303] connection2:0: detected conn error (1020)
Sep 12 07:14:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:22 ubuntu kernel: [3251381.395685] connection2:0: detected conn error (1020)
Sep 12 07:14:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:25 ubuntu kernel: [3251384.399102] connection2:0: detected conn error (1020)
Sep 12 07:14:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:14:27 ubuntu object-replicator: Nothing replicated for 0.00409984588623 seconds.
Sep 12 07:14:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:14:28 ubuntu kernel: [3251387.403299] connection2:0: detected conn error (1020)
Sep 12 07:14:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:14:28 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:14:28 ubuntu 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
Sep 12 07:14:28 ubuntu 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
Sep 12 07:14:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:14:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:14:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00375 seconds (0.00000/s)
Sep 12 07:14:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:14:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:14:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:14:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:14:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:14:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00351 seconds (0.00000/s)
Sep 12 07:14:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:14:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:14:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:14:29 ubuntu container-updater: Begin container update sweep
Sep 12 07:14:29 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 07:14:31 ubuntu kernel: [3251390.408076] connection2:0: detected conn error (1020)
Sep 12 07:14:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:34 ubuntu kernel: [3251393.412680] connection2:0: detected conn error (1020)
Sep 12 07:14:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:37 ubuntu kernel: [3251396.416827] connection2:0: detected conn error (1020)
Sep 12 07:14:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:40 ubuntu kernel: [3251399.421436] connection2:0: detected conn error (1020)
Sep 12 07:14:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:41 ubuntu object-updater: Begin object update sweep
Sep 12 07:14:41 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 07:14:41 ubuntu object-updater: Object update sweep completed: 0.11s
Sep 12 07:14:43 ubuntu kernel: [3251402.425109] connection2:0: detected conn error (1020)
Sep 12 07:14:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:46 ubuntu kernel: [3251405.428717] connection2:0: detected conn error (1020)
Sep 12 07:14:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:49 ubuntu kernel: [3251408.433673] connection2:0: detected conn error (1020)
Sep 12 07:14:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:52 ubuntu kernel: [3251411.437413] connection2:0: detected conn error (1020)
Sep 12 07:14:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:55 ubuntu kernel: [3251414.442648] connection2:0: detected conn error (1020)
Sep 12 07:14:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:14:57 ubuntu object-replicator: Nothing replicated for 0.00484991073608 seconds.
Sep 12 07:14:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:14:58 ubuntu kernel: [3251417.446335] connection2:0: detected conn error (1020)
Sep 12 07:14:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:14:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:14:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00261 seconds (0.00000/s)
Sep 12 07:14:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:14:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:14:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:14:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:14:58 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:14:58 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:14:58 ubuntu 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
Sep 12 07:14:58 ubuntu 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
Sep 12 07:14:58 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:14:58 ubuntu 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
Sep 12 07:14:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:14:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:14:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:14:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00291 seconds (0.00000/s)
Sep 12 07:14:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:14:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:14:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:15:01 ubuntu kernel: [3251420.450418] connection2:0: detected conn error (1020)
Sep 12 07:15:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:04 ubuntu kernel: [3251423.455348] connection2:0: detected conn error (1020)
Sep 12 07:15:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:07 ubuntu kernel: [3251426.459504] connection2:0: detected conn error (1020)
Sep 12 07:15:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:10 ubuntu kernel: [3251429.463076] connection2:0: detected conn error (1020)
Sep 12 07:15:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:13 ubuntu kernel: [3251432.467684] connection2:0: detected conn error (1020)
Sep 12 07:15:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:16 ubuntu kernel: [3251435.471582] connection2:0: detected conn error (1020)
Sep 12 07:15:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:19 ubuntu kernel: [3251438.475495] connection2:0: detected conn error (1020)
Sep 12 07:15:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:22 ubuntu kernel: [3251441.479783] connection2:0: detected conn error (1020)
Sep 12 07:15:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:25 ubuntu kernel: [3251444.486212] connection2:0: detected conn error (1020)
Sep 12 07:15:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:15:27 ubuntu object-replicator: Nothing replicated for 0.00306606292725 seconds.
Sep 12 07:15:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:15:28 ubuntu kernel: [3251447.490364] connection2:0: detected conn error (1020)
Sep 12 07:15:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:15:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:15:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00661 seconds (0.00000/s)
Sep 12 07:15:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:15:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:15:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:15:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:15:28 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:15:28 ubuntu 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
Sep 12 07:15:28 ubuntu 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
Sep 12 07:15:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:15:28 ubuntu 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
Sep 12 07:15:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:15:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:15:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00503 seconds (0.00000/s)
Sep 12 07:15:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:15:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:15:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:15:31 ubuntu kernel: [3251450.494184] connection2:0: detected conn error (1020)
Sep 12 07:15:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:34 ubuntu kernel: [3251453.498535] connection2:0: detected conn error (1020)
Sep 12 07:15:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:37 ubuntu kernel: [3251456.502575] connection2:0: detected conn error (1020)
Sep 12 07:15:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:40 ubuntu kernel: [3251459.506578] connection2:0: detected conn error (1020)
Sep 12 07:15:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:43 ubuntu kernel: [3251462.510862] connection2:0: detected conn error (1020)
Sep 12 07:15:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:46 ubuntu kernel: [3251465.514731] connection2:0: detected conn error (1020)
Sep 12 07:15:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:49 ubuntu kernel: [3251468.518542] connection2:0: detected conn error (1020)
Sep 12 07:15:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:52 ubuntu kernel: [3251471.522443] connection2:0: detected conn error (1020)
Sep 12 07:15:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:55 ubuntu kernel: [3251474.526944] connection2:0: detected conn error (1020)
Sep 12 07:15:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:15:57 ubuntu object-replicator: Nothing replicated for 0.00881505012512 seconds.
Sep 12 07:15:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:15:58 ubuntu kernel: [3251477.530945] connection2:0: detected conn error (1020)
Sep 12 07:15:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:15:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:15:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:15:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00223 seconds (0.00000/s)
Sep 12 07:15:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:15:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:15:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:15:59 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:15:59 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:15:59 ubuntu 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
Sep 12 07:15:59 ubuntu 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
Sep 12 07:15:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:15:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:15:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:15:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00348 seconds (0.00000/s)
Sep 12 07:15:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:15:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:15:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:16:01 ubuntu kernel: [3251480.536818] connection2:0: detected conn error (1020)
Sep 12 07:16:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:04 ubuntu kernel: [3251483.541665] connection2:0: detected conn error (1020)
Sep 12 07:16:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:07 ubuntu kernel: [3251486.546107] connection2:0: detected conn error (1020)
Sep 12 07:16:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:10 ubuntu kernel: [3251489.550330] connection2:0: detected conn error (1020)
Sep 12 07:16:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:13 ubuntu kernel: [3251492.554218] connection2:0: detected conn error (1020)
Sep 12 07:16:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:16 ubuntu kernel: [3251495.558690] connection2:0: detected conn error (1020)
Sep 12 07:16:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:19 ubuntu kernel: [3251498.563371] connection2:0: detected conn error (1020)
Sep 12 07:16:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:22 ubuntu kernel: [3251501.568950] connection2:0: detected conn error (1020)
Sep 12 07:16:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:25 ubuntu kernel: [3251504.573800] connection2:0: detected conn error (1020)
Sep 12 07:16:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:16:27 ubuntu object-replicator: Nothing replicated for 0.00192308425903 seconds.
Sep 12 07:16:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:16:28 ubuntu kernel: [3251507.578275] connection2:0: detected conn error (1020)
Sep 12 07:16:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:16:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:16:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00284 seconds (0.00000/s)
Sep 12 07:16:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:16:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:16:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:16:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:29 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:16:29 ubuntu 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
Sep 12 07:16:29 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:16:29 ubuntu 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
Sep 12 07:16:29 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:16:29 ubuntu 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
Sep 12 07:16:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:16:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:16:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00420 seconds (0.00000/s)
Sep 12 07:16:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:16:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:16:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:16:31 ubuntu kernel: [3251510.583717] connection2:0: detected conn error (1020)
Sep 12 07:16:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:34 ubuntu kernel: [3251513.587221] connection2:0: detected conn error (1020)
Sep 12 07:16:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:37 ubuntu kernel: [3251516.592083] connection2:0: detected conn error (1020)
Sep 12 07:16:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:40 ubuntu kernel: [3251519.597034] connection2:0: detected conn error (1020)
Sep 12 07:16:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:43 ubuntu kernel: [3251522.603200] connection2:0: detected conn error (1020)
Sep 12 07:16:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:46 ubuntu kernel: [3251525.609077] connection2:0: detected conn error (1020)
Sep 12 07:16:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:49 ubuntu kernel: [3251528.612785] connection2:0: detected conn error (1020)
Sep 12 07:16:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:52 ubuntu kernel: [3251531.616846] connection2:0: detected conn error (1020)
Sep 12 07:16:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:55 ubuntu kernel: [3251534.620833] connection2:0: detected conn error (1020)
Sep 12 07:16:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:16:57 ubuntu object-replicator: Nothing replicated for 0.00404500961304 seconds.
Sep 12 07:16:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:16:58 ubuntu kernel: [3251537.624902] connection2:0: detected conn error (1020)
Sep 12 07:16:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:16:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:16:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:16:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00355 seconds (0.00000/s)
Sep 12 07:16:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:16:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:16:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:16:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:16:59 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:16:59 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:16:59 ubuntu 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
Sep 12 07:16:59 ubuntu 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
Sep 12 07:16:59 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:16:59 ubuntu 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
Sep 12 07:16:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:16:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:16:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00376 seconds (0.00000/s)
Sep 12 07:16:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:16:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:16:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:17:01 ubuntu kernel: [3251540.629007] connection2:0: detected conn error (1020)
Sep 12 07:17:01 ubuntu CRON[9582]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Sep 12 07:17:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:04 ubuntu kernel: [3251543.635162] connection2:0: detected conn error (1020)
Sep 12 07:17:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:07 ubuntu kernel: [3251546.639653] connection2:0: detected conn error (1020)
Sep 12 07:17:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:10 ubuntu kernel: [3251549.644350] connection2:0: detected conn error (1020)
Sep 12 07:17:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:13 ubuntu kernel: [3251552.648650] connection2:0: detected conn error (1020)
Sep 12 07:17:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:16 ubuntu kernel: [3251555.654415] connection2:0: detected conn error (1020)
Sep 12 07:17:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:19 ubuntu kernel: [3251558.658095] connection2:0: detected conn error (1020)
Sep 12 07:17:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:22 ubuntu kernel: [3251561.662133] connection2:0: detected conn error (1020)
Sep 12 07:17:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:25 ubuntu kernel: [3251564.665631] connection2:0: detected conn error (1020)
Sep 12 07:17:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:17:27 ubuntu object-replicator: Nothing replicated for 0.00394606590271 seconds.
Sep 12 07:17:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:17:28 ubuntu kernel: [3251567.669390] connection2:0: detected conn error (1020)
Sep 12 07:17:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:17:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:17:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00302 seconds (0.00000/s)
Sep 12 07:17:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:17:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:17:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:17:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:29 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:17:29 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:17:29 ubuntu 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
Sep 12 07:17:29 ubuntu 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
Sep 12 07:17:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:17:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:17:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00356 seconds (0.00000/s)
Sep 12 07:17:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:17:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:17:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:17:31 ubuntu kernel: [3251570.674675] connection2:0: detected conn error (1020)
Sep 12 07:17:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:34 ubuntu kernel: [3251573.680137] connection2:0: detected conn error (1020)
Sep 12 07:17:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:37 ubuntu kernel: [3251576.684212] connection2:0: detected conn error (1020)
Sep 12 07:17:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:40 ubuntu kernel: [3251579.688046] connection2:0: detected conn error (1020)
Sep 12 07:17:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:43 ubuntu kernel: [3251582.692562] connection2:0: detected conn error (1020)
Sep 12 07:17:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:46 ubuntu kernel: [3251585.696754] connection2:0: detected conn error (1020)
Sep 12 07:17:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:49 ubuntu kernel: [3251588.700713] connection2:0: detected conn error (1020)
Sep 12 07:17:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:52 ubuntu kernel: [3251591.704961] connection2:0: detected conn error (1020)
Sep 12 07:17:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:55 ubuntu kernel: [3251594.708862] connection2:0: detected conn error (1020)
Sep 12 07:17:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:17:57 ubuntu object-replicator: Nothing replicated for 0.00404906272888 seconds.
Sep 12 07:17:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:17:58 ubuntu kernel: [3251597.713855] connection2:0: detected conn error (1020)
Sep 12 07:17:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:17:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:17:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:17:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00601 seconds (0.00000/s)
Sep 12 07:17:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:17:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:17:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:17:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:17:59 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:17:59 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:17:59 ubuntu 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
Sep 12 07:17:59 ubuntu 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
Sep 12 07:17:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:17:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:17:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00623 seconds (0.00000/s)
Sep 12 07:17:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:17:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:17:59 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:18:01 ubuntu kernel: [3251600.717452] connection2:0: detected conn error (1020)
Sep 12 07:18:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:04 ubuntu kernel: [3251603.721536] connection2:0: detected conn error (1020)
Sep 12 07:18:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:07 ubuntu kernel: [3251606.725562] connection2:0: detected conn error (1020)
Sep 12 07:18:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:10 ubuntu kernel: [3251609.729552] connection2:0: detected conn error (1020)
Sep 12 07:18:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:13 ubuntu kernel: [3251612.733463] connection2:0: detected conn error (1020)
Sep 12 07:18:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:16 ubuntu kernel: [3251615.737374] connection2:0: detected conn error (1020)
Sep 12 07:18:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:19 ubuntu kernel: [3251618.741348] connection2:0: detected conn error (1020)
Sep 12 07:18:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:22 ubuntu kernel: [3251621.745363] connection2:0: detected conn error (1020)
Sep 12 07:18:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:24 ubuntu container-auditor: Container audit pass completed: 0.00s
Sep 12 07:18:24 ubuntu container-auditor: Begin container audit pass.
Sep 12 07:18:25 ubuntu kernel: [3251624.750788] connection2:0: detected conn error (1020)
Sep 12 07:18:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:18:27 ubuntu object-replicator: Nothing replicated for 0.00359702110291 seconds.
Sep 12 07:18:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:18:28 ubuntu kernel: [3251627.755224] connection2:0: detected conn error (1020)
Sep 12 07:18:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:18:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:18:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00344 seconds (0.00000/s)
Sep 12 07:18:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:18:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:18:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:18:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:29 ubuntu account-replicator: Beginning replication run
Sep 12 07:18:29 ubuntu account-replicator: Replication run OVER
Sep 12 07:18:29 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00466 seconds (0.00000/s)
Sep 12 07:18:29 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:18:29 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:18:29 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:18:30 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:18:30 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:18:30 ubuntu 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
Sep 12 07:18:30 ubuntu 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
Sep 12 07:18:30 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:18:30 ubuntu 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
Sep 12 07:18:31 ubuntu kernel: [3251630.759381] connection2:0: detected conn error (1020)
Sep 12 07:18:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:34 ubuntu kernel: [3251633.764269] connection2:0: detected conn error (1020)
Sep 12 07:18:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:37 ubuntu kernel: [3251636.767943] connection2:0: detected conn error (1020)
Sep 12 07:18:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:40 ubuntu kernel: [3251639.771892] connection2:0: detected conn error (1020)
Sep 12 07:18:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:43 ubuntu kernel: [3251642.775560] connection2:0: detected conn error (1020)
Sep 12 07:18:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:46 ubuntu kernel: [3251645.780291] connection2:0: detected conn error (1020)
Sep 12 07:18:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:49 ubuntu kernel: [3251648.783673] connection2:0: detected conn error (1020)
Sep 12 07:18:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:52 ubuntu kernel: [3251651.787773] connection2:0: detected conn error (1020)
Sep 12 07:18:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:55 ubuntu kernel: [3251654.791484] connection2:0: detected conn error (1020)
Sep 12 07:18:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:18:57 ubuntu object-replicator: Nothing replicated for 0.00191307067871 seconds.
Sep 12 07:18:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:18:58 ubuntu kernel: [3251657.795210] connection2:0: detected conn error (1020)
Sep 12 07:18:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:18:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:18:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:18:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00499 seconds (0.00000/s)
Sep 12 07:18:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:18:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:18:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:18:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:18:59 ubuntu account-replicator: Beginning replication run
Sep 12 07:18:59 ubuntu account-replicator: Replication run OVER
Sep 12 07:18:59 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00496 seconds (0.00000/s)
Sep 12 07:18:59 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:18:59 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:19:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:19:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:19:00 ubuntu 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
Sep 12 07:19:00 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:19:00 ubuntu 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
Sep 12 07:19:01 ubuntu kernel: [3251660.799531] connection2:0: detected conn error (1020)
Sep 12 07:19:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:04 ubuntu kernel: [3251663.803471] connection2:0: detected conn error (1020)
Sep 12 07:19:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:07 ubuntu kernel: [3251666.807784] connection2:0: detected conn error (1020)
Sep 12 07:19:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:10 ubuntu kernel: [3251669.812329] connection2:0: detected conn error (1020)
Sep 12 07:19:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:13 ubuntu kernel: [3251672.816087] connection2:0: detected conn error (1020)
Sep 12 07:19:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:16 ubuntu kernel: [3251675.820427] connection2:0: detected conn error (1020)
Sep 12 07:19:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:19 ubuntu kernel: [3251678.824572] connection2:0: detected conn error (1020)
Sep 12 07:19:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:22 ubuntu kernel: [3251681.828847] connection2:0: detected conn error (1020)
Sep 12 07:19:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:25 ubuntu kernel: [3251684.832108] connection2:0: detected conn error (1020)
Sep 12 07:19:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:19:27 ubuntu object-replicator: Nothing replicated for 0.00372004508972 seconds.
Sep 12 07:19:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:19:28 ubuntu kernel: [3251687.836323] connection2:0: detected conn error (1020)
Sep 12 07:19:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:19:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:19:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00353 seconds (0.00000/s)
Sep 12 07:19:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:19:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:19:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:19:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:19:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:19:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00357 seconds (0.00000/s)
Sep 12 07:19:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:19:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:19:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:19:30 ubuntu container-updater: Begin container update sweep
Sep 12 07:19:30 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 07:19:30 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:19:30 ubuntu 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
Sep 12 07:19:30 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:19:30 ubuntu 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
Sep 12 07:19:31 ubuntu kernel: [3251690.840226] connection2:0: detected conn error (1020)
Sep 12 07:19:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:34 ubuntu kernel: [3251693.843847] connection2:0: detected conn error (1020)
Sep 12 07:19:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:37 ubuntu kernel: [3251696.847717] connection2:0: detected conn error (1020)
Sep 12 07:19:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:40 ubuntu kernel: [3251699.851891] connection2:0: detected conn error (1020)
Sep 12 07:19:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:41 ubuntu object-updater: Begin object update sweep
Sep 12 07:19:41 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 07:19:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:41 ubuntu object-updater: Object update sweep completed: 0.10s
Sep 12 07:19:43 ubuntu kernel: [3251702.855867] connection2:0: detected conn error (1020)
Sep 12 07:19:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:46 ubuntu kernel: [3251705.862147] connection2:0: detected conn error (1020)
Sep 12 07:19:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:49 ubuntu kernel: [3251708.866072] connection2:0: detected conn error (1020)
Sep 12 07:19:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:52 ubuntu kernel: [3251711.870008] connection2:0: detected conn error (1020)
Sep 12 07:19:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:55 ubuntu kernel: [3251714.874527] connection2:0: detected conn error (1020)
Sep 12 07:19:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:19:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:19:57 ubuntu object-replicator: Nothing replicated for 0.00209307670593 seconds.
Sep 12 07:19:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:19:58 ubuntu kernel: [3251717.878418] connection2:0: detected conn error (1020)
Sep 12 07:19:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:19:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:19:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00390 seconds (0.00000/s)
Sep 12 07:19:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:19:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:19:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:19:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:19:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:20:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:20:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00405 seconds (0.00000/s)
Sep 12 07:20:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:20:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:20:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:20:00 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:20:00 ubuntu 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
Sep 12 07:20:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:20:00 ubuntu 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
Sep 12 07:20:01 ubuntu kernel: [3251720.881833] connection2:0: detected conn error (1020)
Sep 12 07:20:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:04 ubuntu kernel: [3251723.885835] connection2:0: detected conn error (1020)
Sep 12 07:20:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:07 ubuntu kernel: [3251726.890532] connection2:0: detected conn error (1020)
Sep 12 07:20:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:10 ubuntu kernel: [3251729.894345] connection2:0: detected conn error (1020)
Sep 12 07:20:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:13 ubuntu kernel: [3251732.898033] connection2:0: detected conn error (1020)
Sep 12 07:20:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:16 ubuntu kernel: [3251735.901615] connection2:0: detected conn error (1020)
Sep 12 07:20:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:19 ubuntu kernel: [3251738.905662] connection2:0: detected conn error (1020)
Sep 12 07:20:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:22 ubuntu kernel: [3251741.909248] connection2:0: detected conn error (1020)
Sep 12 07:20:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:25 ubuntu kernel: [3251744.913333] connection2:0: detected conn error (1020)
Sep 12 07:20:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:20:27 ubuntu object-replicator: Nothing replicated for 0.00173711776733 seconds.
Sep 12 07:20:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:20:28 ubuntu kernel: [3251747.917582] connection2:0: detected conn error (1020)
Sep 12 07:20:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:20:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:20:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00375 seconds (0.00000/s)
Sep 12 07:20:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:20:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:20:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:20:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:20:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:20:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00259 seconds (0.00000/s)
Sep 12 07:20:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:20:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:20:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:20:30 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:20:30 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:20:30 ubuntu 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
Sep 12 07:20:30 ubuntu 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
Sep 12 07:20:31 ubuntu kernel: [3251750.921291] connection2:0: detected conn error (1020)
Sep 12 07:20:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:34 ubuntu kernel: [3251753.924554] connection2:0: detected conn error (1020)
Sep 12 07:20:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:37 ubuntu kernel: [3251756.928523] connection2:0: detected conn error (1020)
Sep 12 07:20:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:40 ubuntu kernel: [3251759.932814] connection2:0: detected conn error (1020)
Sep 12 07:20:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:43 ubuntu kernel: [3251762.937711] connection2:0: detected conn error (1020)
Sep 12 07:20:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:46 ubuntu kernel: [3251765.941589] connection2:0: detected conn error (1020)
Sep 12 07:20:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:49 ubuntu kernel: [3251768.946089] connection2:0: detected conn error (1020)
Sep 12 07:20:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:52 ubuntu kernel: [3251771.951675] connection2:0: detected conn error (1020)
Sep 12 07:20:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:55 ubuntu kernel: [3251774.956059] connection2:0: detected conn error (1020)
Sep 12 07:20:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:20:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:20:57 ubuntu object-replicator: Nothing replicated for 0.00352311134338 seconds.
Sep 12 07:20:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:20:58 ubuntu kernel: [3251777.960782] connection2:0: detected conn error (1020)
Sep 12 07:20:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:20:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:20:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00389 seconds (0.00000/s)
Sep 12 07:20:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:20:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:20:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:20:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:20:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:21:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:21:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00431 seconds (0.00000/s)
Sep 12 07:21:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:21:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:21:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:21:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:21:00 ubuntu 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
Sep 12 07:21:00 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:21:00 ubuntu 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
Sep 12 07:21:01 ubuntu kernel: [3251780.964444] connection2:0: detected conn error (1020)
Sep 12 07:21:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:04 ubuntu kernel: [3251783.968492] connection2:0: detected conn error (1020)
Sep 12 07:21:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:07 ubuntu kernel: [3251786.973650] connection2:0: detected conn error (1020)
Sep 12 07:21:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:10 ubuntu kernel: [3251789.977626] connection2:0: detected conn error (1020)
Sep 12 07:21:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:13 ubuntu kernel: [3251792.981365] connection2:0: detected conn error (1020)
Sep 12 07:21:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:16 ubuntu kernel: [3251795.986839] connection2:0: detected conn error (1020)
Sep 12 07:21:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:19 ubuntu kernel: [3251798.991074] connection2:0: detected conn error (1020)
Sep 12 07:21:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:22 ubuntu kernel: [3251801.994978] connection2:0: detected conn error (1020)
Sep 12 07:21:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:25 ubuntu kernel: [3251804.998917] connection2:0: detected conn error (1020)
Sep 12 07:21:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:21:27 ubuntu object-replicator: Nothing replicated for 0.00236010551453 seconds.
Sep 12 07:21:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:21:28 ubuntu kernel: [3251808.002694] connection2:0: detected conn error (1020)
Sep 12 07:21:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:21:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:21:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00482 seconds (0.00000/s)
Sep 12 07:21:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:21:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:21:28 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:21:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:21:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:21:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00349 seconds (0.00000/s)
Sep 12 07:21:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:21:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:21:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:21:31 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:21:31 ubuntu 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
Sep 12 07:21:31 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:21:31 ubuntu 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
Sep 12 07:21:31 ubuntu kernel: [3251811.006687] connection2:0: detected conn error (1020)
Sep 12 07:21:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:34 ubuntu kernel: [3251814.010347] connection2:0: detected conn error (1020)
Sep 12 07:21:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:37 ubuntu kernel: [3251817.014432] connection2:0: detected conn error (1020)
Sep 12 07:21:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:40 ubuntu kernel: [3251820.019079] connection2:0: detected conn error (1020)
Sep 12 07:21:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:43 ubuntu kernel: [3251823.022805] connection2:0: detected conn error (1020)
Sep 12 07:21:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:46 ubuntu kernel: [3251826.027248] connection2:0: detected conn error (1020)
Sep 12 07:21:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:49 ubuntu kernel: [3251829.031279] connection2:0: detected conn error (1020)
Sep 12 07:21:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:52 ubuntu kernel: [3251832.036413] connection2:0: detected conn error (1020)
Sep 12 07:21:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:55 ubuntu kernel: [3251835.040795] connection2:0: detected conn error (1020)
Sep 12 07:21:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:21:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:21:57 ubuntu object-replicator: Nothing replicated for 0.00595211982727 seconds.
Sep 12 07:21:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:21:58 ubuntu kernel: [3251838.045609] connection2:0: detected conn error (1020)
Sep 12 07:21:58 ubuntu container-replicator: Beginning replication run
Sep 12 07:21:58 ubuntu container-replicator: Replication run OVER
Sep 12 07:21:58 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00354 seconds (0.00000/s)
Sep 12 07:21:58 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:21:58 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:21:58 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:21:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:21:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:22:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:22:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00418 seconds (0.00000/s)
Sep 12 07:22:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:22:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:22:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:22:01 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:22:01 ubuntu 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
Sep 12 07:22:01 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:22:01 ubuntu 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
Sep 12 07:22:01 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:22:01 ubuntu 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
Sep 12 07:22:01 ubuntu kernel: [3251841.051558] connection2:0: detected conn error (1020)
Sep 12 07:22:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:04 ubuntu kernel: [3251844.055172] connection2:0: detected conn error (1020)
Sep 12 07:22:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:07 ubuntu kernel: [3251847.058958] connection2:0: detected conn error (1020)
Sep 12 07:22:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:10 ubuntu kernel: [3251850.063552] connection2:0: detected conn error (1020)
Sep 12 07:22:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:13 ubuntu kernel: [3251853.067902] connection2:0: detected conn error (1020)
Sep 12 07:22:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:16 ubuntu kernel: [3251856.072783] connection2:0: detected conn error (1020)
Sep 12 07:22:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:19 ubuntu kernel: [3251859.079101] connection2:0: detected conn error (1020)
Sep 12 07:22:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:22 ubuntu kernel: [3251862.083324] connection2:0: detected conn error (1020)
Sep 12 07:22:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:25 ubuntu kernel: [3251865.087749] connection2:0: detected conn error (1020)
Sep 12 07:22:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:22:27 ubuntu object-replicator: Nothing replicated for 0.00393414497375 seconds.
Sep 12 07:22:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:22:28 ubuntu container-replicator: Beginning replication run
Sep 12 07:22:28 ubuntu container-replicator: Replication run OVER
Sep 12 07:22:28 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00636 seconds (0.00000/s)
Sep 12 07:22:28 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:22:28 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:22:29 ubuntu kernel: [3251868.095913] connection2:0: detected conn error (1020)
Sep 12 07:22:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:22:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:22:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:22:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00515 seconds (0.00000/s)
Sep 12 07:22:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:22:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:22:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:22:31 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:22:31 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:22:31 ubuntu 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
Sep 12 07:22:31 ubuntu 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
Sep 12 07:22:32 ubuntu kernel: [3251871.100493] connection2:0: detected conn error (1020)
Sep 12 07:22:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:35 ubuntu kernel: [3251874.105591] connection2:0: detected conn error (1020)
Sep 12 07:22:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:38 ubuntu kernel: [3251877.110510] connection2:0: detected conn error (1020)
Sep 12 07:22:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:41 ubuntu kernel: [3251880.114962] connection2:0: detected conn error (1020)
Sep 12 07:22:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:44 ubuntu kernel: [3251883.119460] connection2:0: detected conn error (1020)
Sep 12 07:22:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:47 ubuntu kernel: [3251886.123870] connection2:0: detected conn error (1020)
Sep 12 07:22:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:50 ubuntu kernel: [3251889.128469] connection2:0: detected conn error (1020)
Sep 12 07:22:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:53 ubuntu kernel: [3251892.133818] connection2:0: detected conn error (1020)
Sep 12 07:22:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:56 ubuntu kernel: [3251895.138109] connection2:0: detected conn error (1020)
Sep 12 07:22:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:22:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:22:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:22:57 ubuntu object-replicator: Nothing replicated for 0.00350880622864 seconds.
Sep 12 07:22:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:22:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:22:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:22:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00412 seconds (0.00000/s)
Sep 12 07:22:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:22:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:22:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:22:59 ubuntu kernel: [3251898.141608] connection2:0: detected conn error (1020)
Sep 12 07:22:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:23:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:23:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00475 seconds (0.00000/s)
Sep 12 07:23:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:23:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:23:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:23:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:01 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:23:01 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:23:01 ubuntu 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
Sep 12 07:23:01 ubuntu 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
Sep 12 07:23:02 ubuntu kernel: [3251901.146075] connection2:0: detected conn error (1020)
Sep 12 07:23:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:05 ubuntu kernel: [3251904.149866] connection2:0: detected conn error (1020)
Sep 12 07:23:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:08 ubuntu kernel: [3251907.153404] connection2:0: detected conn error (1020)
Sep 12 07:23:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:11 ubuntu kernel: [3251910.158111] connection2:0: detected conn error (1020)
Sep 12 07:23:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:14 ubuntu kernel: [3251913.162459] connection2:0: detected conn error (1020)
Sep 12 07:23:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:17 ubuntu kernel: [3251916.167153] connection2:0: detected conn error (1020)
Sep 12 07:23:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:20 ubuntu kernel: [3251919.171742] connection2:0: detected conn error (1020)
Sep 12 07:23:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:23 ubuntu kernel: [3251922.175919] connection2:0: detected conn error (1020)
Sep 12 07:23:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:26 ubuntu kernel: [3251925.181016] connection2:0: detected conn error (1020)
Sep 12 07:23:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:23:27 ubuntu object-replicator: Nothing replicated for 0.00600504875183 seconds.
Sep 12 07:23:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:23:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:23:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:23:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00371 seconds (0.00000/s)
Sep 12 07:23:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:23:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:23:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:23:29 ubuntu kernel: [3251928.186798] connection2:0: detected conn error (1020)
Sep 12 07:23:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:23:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:23:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00418 seconds (0.00000/s)
Sep 12 07:23:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:23:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:23:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:23:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:32 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:23:32 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:23:32 ubuntu 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
Sep 12 07:23:32 ubuntu 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
Sep 12 07:23:32 ubuntu kernel: [3251931.192052] connection2:0: detected conn error (1020)
Sep 12 07:23:32 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:23:32 ubuntu 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
Sep 12 07:23:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:35 ubuntu kernel: [3251934.196026] connection2:0: detected conn error (1020)
Sep 12 07:23:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:38 ubuntu kernel: [3251937.200467] connection2:0: detected conn error (1020)
Sep 12 07:23:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:41 ubuntu kernel: [3251940.204641] connection2:0: detected conn error (1020)
Sep 12 07:23:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:44 ubuntu kernel: [3251943.208713] connection2:0: detected conn error (1020)
Sep 12 07:23:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:47 ubuntu kernel: [3251946.212437] connection2:0: detected conn error (1020)
Sep 12 07:23:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:50 ubuntu kernel: [3251949.216644] connection2:0: detected conn error (1020)
Sep 12 07:23:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:53 ubuntu kernel: [3251952.242888] connection2:0: detected conn error (1020)
Sep 12 07:23:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:56 ubuntu kernel: [3251955.246689] connection2:0: detected conn error (1020)
Sep 12 07:23:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:23:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:23:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:23:57 ubuntu object-replicator: Nothing replicated for 0.00354909896851 seconds.
Sep 12 07:23:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:23:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:23:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:23:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00227 seconds (0.00000/s)
Sep 12 07:23:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:23:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:23:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:23:59 ubuntu kernel: [3251958.250320] connection2:0: detected conn error (1020)
Sep 12 07:23:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:24:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:24:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00414 seconds (0.00000/s)
Sep 12 07:24:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:24:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:24:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:24:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:02 ubuntu kernel: [3251961.254113] connection2:0: detected conn error (1020)
Sep 12 07:24:02 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:24:02 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:24:02 ubuntu 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
Sep 12 07:24:02 ubuntu 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
Sep 12 07:24:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:05 ubuntu kernel: [3251964.258934] connection2:0: detected conn error (1020)
Sep 12 07:24:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:08 ubuntu kernel: [3251967.263618] connection2:0: detected conn error (1020)
Sep 12 07:24:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:11 ubuntu kernel: [3251970.267907] connection2:0: detected conn error (1020)
Sep 12 07:24:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:14 ubuntu kernel: [3251973.274151] connection2:0: detected conn error (1020)
Sep 12 07:24:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:17 ubuntu kernel: [3251976.278439] connection2:0: detected conn error (1020)
Sep 12 07:24:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:20 ubuntu kernel: [3251979.283463] connection2:0: detected conn error (1020)
Sep 12 07:24:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:23 ubuntu kernel: [3251982.287168] connection2:0: detected conn error (1020)
Sep 12 07:24:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:26 ubuntu kernel: [3251985.290585] connection2:0: detected conn error (1020)
Sep 12 07:24:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:24:27 ubuntu object-replicator: Nothing replicated for 0.00602507591248 seconds.
Sep 12 07:24:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:24:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:24:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:24:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00266 seconds (0.00000/s)
Sep 12 07:24:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:24:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:24:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:24:29 ubuntu kernel: [3251988.304053] connection2:0: detected conn error (1020)
Sep 12 07:24:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:30 ubuntu container-updater: Begin container update sweep
Sep 12 07:24:30 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 07:24:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:24:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:24:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00476 seconds (0.00000/s)
Sep 12 07:24:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:24:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:24:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:24:32 ubuntu kernel: [3251991.308699] connection2:0: detected conn error (1020)
Sep 12 07:24:32 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:24:32 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:24:32 ubuntu 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
Sep 12 07:24:32 ubuntu 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
Sep 12 07:24:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:35 ubuntu kernel: [3251994.312438] connection2:0: detected conn error (1020)
Sep 12 07:24:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:38 ubuntu kernel: [3251997.317528] connection2:0: detected conn error (1020)
Sep 12 07:24:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:41 ubuntu kernel: [3252000.323039] connection2:0: detected conn error (1020)
Sep 12 07:24:41 ubuntu object-updater: Begin object update sweep
Sep 12 07:24:41 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 07:24:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:41 ubuntu object-updater: Object update sweep completed: 0.12s
Sep 12 07:24:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:44 ubuntu kernel: [3252003.327137] connection2:0: detected conn error (1020)
Sep 12 07:24:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:47 ubuntu kernel: [3252006.330624] connection2:0: detected conn error (1020)
Sep 12 07:24:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:50 ubuntu kernel: [3252009.336624] connection2:0: detected conn error (1020)
Sep 12 07:24:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:53 ubuntu kernel: [3252012.340299] connection2:0: detected conn error (1020)
Sep 12 07:24:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:56 ubuntu kernel: [3252015.344224] connection2:0: detected conn error (1020)
Sep 12 07:24:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:24:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:24:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:24:57 ubuntu object-replicator: Nothing replicated for 0.00175809860229 seconds.
Sep 12 07:24:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:24:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:24:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:24:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00216 seconds (0.00000/s)
Sep 12 07:24:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:24:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:24:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:24:59 ubuntu kernel: [3252018.348868] connection2:0: detected conn error (1020)
Sep 12 07:24:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:25:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:25:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00511 seconds (0.00000/s)
Sep 12 07:25:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:25:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:25:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:25:02 ubuntu kernel: [3252021.353395] connection2:0: detected conn error (1020)
Sep 12 07:25:02 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:25:02 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:25:02 ubuntu 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
Sep 12 07:25:02 ubuntu 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
Sep 12 07:25:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:05 ubuntu kernel: [3252024.357742] connection2:0: detected conn error (1020)
Sep 12 07:25:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:08 ubuntu kernel: [3252027.361563] connection2:0: detected conn error (1020)
Sep 12 07:25:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:11 ubuntu kernel: [3252030.365329] connection2:0: detected conn error (1020)
Sep 12 07:25:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:14 ubuntu kernel: [3252033.369740] connection2:0: detected conn error (1020)
Sep 12 07:25:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:17 ubuntu kernel: [3252036.373229] connection2:0: detected conn error (1020)
Sep 12 07:25:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:20 ubuntu kernel: [3252039.377384] connection2:0: detected conn error (1020)
Sep 12 07:25:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:23 ubuntu kernel: [3252042.381679] connection2:0: detected conn error (1020)
Sep 12 07:25:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:26 ubuntu kernel: [3252045.387205] connection2:0: detected conn error (1020)
Sep 12 07:25:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:25:27 ubuntu object-replicator: Nothing replicated for 0.00358486175537 seconds.
Sep 12 07:25:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:25:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:25:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:25:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00354 seconds (0.00000/s)
Sep 12 07:25:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:25:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:25:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:25:29 ubuntu kernel: [3252048.390747] connection2:0: detected conn error (1020)
Sep 12 07:25:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:25:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:25:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00226 seconds (0.00000/s)
Sep 12 07:25:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:25:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:25:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:25:32 ubuntu kernel: [3252051.394475] connection2:0: detected conn error (1020)
Sep 12 07:25:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:32 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:25:32 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:25:32 ubuntu 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
Sep 12 07:25:32 ubuntu 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
Sep 12 07:25:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:35 ubuntu kernel: [3252054.399508] connection2:0: detected conn error (1020)
Sep 12 07:25:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:38 ubuntu kernel: [3252057.403672] connection2:0: detected conn error (1020)
Sep 12 07:25:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:41 ubuntu kernel: [3252060.407770] connection2:0: detected conn error (1020)
Sep 12 07:25:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:44 ubuntu kernel: [3252063.412035] connection2:0: detected conn error (1020)
Sep 12 07:25:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:47 ubuntu kernel: [3252066.415645] connection2:0: detected conn error (1020)
Sep 12 07:25:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:50 ubuntu kernel: [3252069.419922] connection2:0: detected conn error (1020)
Sep 12 07:25:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:53 ubuntu kernel: [3252072.424505] connection2:0: detected conn error (1020)
Sep 12 07:25:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:56 ubuntu kernel: [3252075.428163] connection2:0: detected conn error (1020)
Sep 12 07:25:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:25:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:25:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:25:57 ubuntu object-replicator: Nothing replicated for 0.00343799591064 seconds.
Sep 12 07:25:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:25:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:25:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:25:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00486 seconds (0.00000/s)
Sep 12 07:25:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:25:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:25:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:25:59 ubuntu kernel: [3252078.433330] connection2:0: detected conn error (1020)
Sep 12 07:25:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:26:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:26:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00357 seconds (0.00000/s)
Sep 12 07:26:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:26:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:26:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:26:02 ubuntu kernel: [3252081.437929] connection2:0: detected conn error (1020)
Sep 12 07:26:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:03 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:26:03 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:26:03 ubuntu 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
Sep 12 07:26:03 ubuntu 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
Sep 12 07:26:03 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:26:03 ubuntu 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
Sep 12 07:26:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:05 ubuntu kernel: [3252084.442341] connection2:0: detected conn error (1020)
Sep 12 07:26:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:08 ubuntu kernel: [3252087.446860] connection2:0: detected conn error (1020)
Sep 12 07:26:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:11 ubuntu kernel: [3252090.451834] connection2:0: detected conn error (1020)
Sep 12 07:26:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:14 ubuntu kernel: [3252093.455410] connection2:0: detected conn error (1020)
Sep 12 07:26:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:17 ubuntu kernel: [3252096.460063] connection2:0: detected conn error (1020)
Sep 12 07:26:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:20 ubuntu kernel: [3252099.462949] connection2:0: detected conn error (1020)
Sep 12 07:26:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:21 ubuntu account-auditor: Account audit pass completed: 0.00s
Sep 12 07:26:21 ubuntu account-auditor: Begin account audit pass.
Sep 12 07:26:23 ubuntu kernel: [3252102.466770] connection2:0: detected conn error (1020)
Sep 12 07:26:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:26 ubuntu kernel: [3252105.470766] connection2:0: detected conn error (1020)
Sep 12 07:26:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:26:27 ubuntu object-replicator: Nothing replicated for 0.00402188301086 seconds.
Sep 12 07:26:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:26:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:26:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:26:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00376 seconds (0.00000/s)
Sep 12 07:26:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:26:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:26:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:26:29 ubuntu kernel: [3252108.475088] connection2:0: detected conn error (1020)
Sep 12 07:26:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:26:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:26:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00390 seconds (0.00000/s)
Sep 12 07:26:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:26:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:26:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:26:32 ubuntu kernel: [3252111.478970] connection2:0: detected conn error (1020)
Sep 12 07:26:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:33 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:26:33 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:26:33 ubuntu 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
Sep 12 07:26:33 ubuntu 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
Sep 12 07:26:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:35 ubuntu kernel: [3252114.483726] connection2:0: detected conn error (1020)
Sep 12 07:26:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:38 ubuntu kernel: [3252117.487729] connection2:0: detected conn error (1020)
Sep 12 07:26:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:41 ubuntu kernel: [3252120.491025] connection2:0: detected conn error (1020)
Sep 12 07:26:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:44 ubuntu kernel: [3252123.494636] connection2:0: detected conn error (1020)
Sep 12 07:26:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:47 ubuntu kernel: [3252126.498726] connection2:0: detected conn error (1020)
Sep 12 07:26:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:50 ubuntu kernel: [3252129.503073] connection2:0: detected conn error (1020)
Sep 12 07:26:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:53 ubuntu kernel: [3252132.507176] connection2:0: detected conn error (1020)
Sep 12 07:26:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:56 ubuntu kernel: [3252135.511632] connection2:0: detected conn error (1020)
Sep 12 07:26:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:26:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:26:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:26:57 ubuntu object-replicator: Nothing replicated for 0.00218605995178 seconds.
Sep 12 07:26:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:26:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:26:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:26:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00560 seconds (0.00000/s)
Sep 12 07:26:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:26:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:26:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:26:59 ubuntu kernel: [3252138.514886] connection2:0: detected conn error (1020)
Sep 12 07:26:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:27:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:27:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00363 seconds (0.00000/s)
Sep 12 07:27:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:27:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:27:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:27:02 ubuntu kernel: [3252141.518498] connection2:0: detected conn error (1020)
Sep 12 07:27:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:03 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:27:03 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:27:03 ubuntu 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
Sep 12 07:27:03 ubuntu 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
Sep 12 07:27:05 ubuntu kernel: [3252144.522867] connection2:0: detected conn error (1020)
Sep 12 07:27:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:08 ubuntu kernel: [3252147.527461] connection2:0: detected conn error (1020)
Sep 12 07:27:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:11 ubuntu kernel: [3252150.531507] connection2:0: detected conn error (1020)
Sep 12 07:27:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:14 ubuntu kernel: [3252153.536026] connection2:0: detected conn error (1020)
Sep 12 07:27:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:17 ubuntu kernel: [3252156.539966] connection2:0: detected conn error (1020)
Sep 12 07:27:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:20 ubuntu kernel: [3252159.543403] connection2:0: detected conn error (1020)
Sep 12 07:27:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:23 ubuntu kernel: [3252162.548290] connection2:0: detected conn error (1020)
Sep 12 07:27:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:26 ubuntu kernel: [3252165.552382] connection2:0: detected conn error (1020)
Sep 12 07:27:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:27:27 ubuntu object-replicator: Nothing replicated for 0.00275111198425 seconds.
Sep 12 07:27:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:27:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:27:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:27:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00521 seconds (0.00000/s)
Sep 12 07:27:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:27:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:27:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:27:29 ubuntu kernel: [3252168.555944] connection2:0: detected conn error (1020)
Sep 12 07:27:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:27:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:27:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00488 seconds (0.00000/s)
Sep 12 07:27:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:27:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:27:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:27:32 ubuntu kernel: [3252171.559489] connection2:0: detected conn error (1020)
Sep 12 07:27:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:33 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:27:33 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:27:33 ubuntu 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
Sep 12 07:27:33 ubuntu 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
Sep 12 07:27:35 ubuntu kernel: [3252174.562701] connection2:0: detected conn error (1020)
Sep 12 07:27:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:38 ubuntu kernel: [3252177.565275] connection2:0: detected conn error (1020)
Sep 12 07:27:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:41 ubuntu kernel: [3252180.568967] connection2:0: detected conn error (1020)
Sep 12 07:27:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:44 ubuntu kernel: [3252183.573210] connection2:0: detected conn error (1020)
Sep 12 07:27:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:47 ubuntu kernel: [3252186.576949] connection2:0: detected conn error (1020)
Sep 12 07:27:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:50 ubuntu kernel: [3252189.580777] connection2:0: detected conn error (1020)
Sep 12 07:27:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:53 ubuntu kernel: [3252192.584612] connection2:0: detected conn error (1020)
Sep 12 07:27:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:56 ubuntu kernel: [3252195.589165] connection2:0: detected conn error (1020)
Sep 12 07:27:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:27:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:27:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:27:57 ubuntu object-replicator: Nothing replicated for 0.00280690193176 seconds.
Sep 12 07:27:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:27:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:27:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:27:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00443 seconds (0.00000/s)
Sep 12 07:27:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:27:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:27:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:27:59 ubuntu kernel: [3252198.593389] connection2:0: detected conn error (1020)
Sep 12 07:27:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:28:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:28:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00356 seconds (0.00000/s)
Sep 12 07:28:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:28:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:28:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:28:02 ubuntu kernel: [3252201.597288] connection2:0: detected conn error (1020)
Sep 12 07:28:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:03 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:28:03 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:28:03 ubuntu 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
Sep 12 07:28:03 ubuntu 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
Sep 12 07:28:04 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:28:04 ubuntu 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
Sep 12 07:28:05 ubuntu kernel: [3252204.600964] connection2:0: detected conn error (1020)
Sep 12 07:28:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:08 ubuntu kernel: [3252207.604461] connection2:0: detected conn error (1020)
Sep 12 07:28:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:11 ubuntu kernel: [3252210.608126] connection2:0: detected conn error (1020)
Sep 12 07:28:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:14 ubuntu kernel: [3252213.613595] connection2:0: detected conn error (1020)
Sep 12 07:28:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:17 ubuntu kernel: [3252216.617417] connection2:0: detected conn error (1020)
Sep 12 07:28:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:20 ubuntu kernel: [3252219.621782] connection2:0: detected conn error (1020)
Sep 12 07:28:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:23 ubuntu kernel: [3252222.625264] connection2:0: detected conn error (1020)
Sep 12 07:28:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:26 ubuntu kernel: [3252225.631045] connection2:0: detected conn error (1020)
Sep 12 07:28:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:28:27 ubuntu object-replicator: Nothing replicated for 0.00450801849365 seconds.
Sep 12 07:28:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:28:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:28:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:28:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00407 seconds (0.00000/s)
Sep 12 07:28:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:28:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:28:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:28:29 ubuntu kernel: [3252228.634674] connection2:0: detected conn error (1020)
Sep 12 07:28:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:28:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:28:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00409 seconds (0.00000/s)
Sep 12 07:28:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:28:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:28:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:28:32 ubuntu kernel: [3252231.638602] connection2:0: detected conn error (1020)
Sep 12 07:28:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:34 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:28:34 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:28:34 ubuntu 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
Sep 12 07:28:34 ubuntu 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
Sep 12 07:28:34 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:28:34 ubuntu 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
Sep 12 07:28:35 ubuntu kernel: [3252234.642296] connection2:0: detected conn error (1020)
Sep 12 07:28:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:38 ubuntu kernel: [3252237.646298] connection2:0: detected conn error (1020)
Sep 12 07:28:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:41 ubuntu kernel: [3252240.650285] connection2:0: detected conn error (1020)
Sep 12 07:28:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:44 ubuntu kernel: [3252243.654564] connection2:0: detected conn error (1020)
Sep 12 07:28:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:47 ubuntu kernel: [3252246.658806] connection2:0: detected conn error (1020)
Sep 12 07:28:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:50 ubuntu kernel: [3252249.662905] connection2:0: detected conn error (1020)
Sep 12 07:28:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:53 ubuntu kernel: [3252252.667649] connection2:0: detected conn error (1020)
Sep 12 07:28:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:56 ubuntu kernel: [3252255.671696] connection2:0: detected conn error (1020)
Sep 12 07:28:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:28:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:28:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:28:57 ubuntu object-replicator: Nothing replicated for 0.00368905067444 seconds.
Sep 12 07:28:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:28:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:28:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:28:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00735 seconds (0.00000/s)
Sep 12 07:28:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:28:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:28:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:28:59 ubuntu kernel: [3252258.676273] connection2:0: detected conn error (1020)
Sep 12 07:28:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:29:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:29:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00646 seconds (0.00000/s)
Sep 12 07:29:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:29:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:29:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:29:02 ubuntu kernel: [3252261.680330] connection2:0: detected conn error (1020)
Sep 12 07:29:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:04 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:29:04 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:29:04 ubuntu 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
Sep 12 07:29:04 ubuntu 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
Sep 12 07:29:04 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:29:04 ubuntu 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
Sep 12 07:29:05 ubuntu kernel: [3252264.685017] connection2:0: detected conn error (1020)
Sep 12 07:29:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:08 ubuntu kernel: [3252267.688848] connection2:0: detected conn error (1020)
Sep 12 07:29:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:11 ubuntu kernel: [3252270.693531] connection2:0: detected conn error (1020)
Sep 12 07:29:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:14 ubuntu kernel: [3252273.697865] connection2:0: detected conn error (1020)
Sep 12 07:29:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:17 ubuntu kernel: [3252276.702101] connection2:0: detected conn error (1020)
Sep 12 07:29:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:20 ubuntu kernel: [3252279.707230] connection2:0: detected conn error (1020)
Sep 12 07:29:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:23 ubuntu kernel: [3252282.711027] connection2:0: detected conn error (1020)
Sep 12 07:29:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:26 ubuntu kernel: [3252285.714905] connection2:0: detected conn error (1020)
Sep 12 07:29:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:29:27 ubuntu object-replicator: Nothing replicated for 0.00359106063843 seconds.
Sep 12 07:29:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:29:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:29:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:29:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00366 seconds (0.00000/s)
Sep 12 07:29:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:29:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:29:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:29:29 ubuntu kernel: [3252288.720425] connection2:0: detected conn error (1020)
Sep 12 07:29:30 ubuntu container-updater: Begin container update sweep
Sep 12 07:29:30 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 07:29:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:29:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:29:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00246 seconds (0.00000/s)
Sep 12 07:29:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:29:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:29:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:29:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:32 ubuntu kernel: [3252291.725892] connection2:0: detected conn error (1020)
Sep 12 07:29:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:34 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:29:34 ubuntu 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
Sep 12 07:29:34 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:29:34 ubuntu 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
Sep 12 07:29:35 ubuntu kernel: [3252294.730914] connection2:0: detected conn error (1020)
Sep 12 07:29:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:38 ubuntu kernel: [3252297.735111] connection2:0: detected conn error (1020)
Sep 12 07:29:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:41 ubuntu object-updater: Begin object update sweep
Sep 12 07:29:41 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 07:29:41 ubuntu kernel: [3252300.739021] connection2:0: detected conn error (1020)
Sep 12 07:29:41 ubuntu object-updater: Object update sweep completed: 0.11s
Sep 12 07:29:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:44 ubuntu kernel: [3252303.743863] connection2:0: detected conn error (1020)
Sep 12 07:29:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:47 ubuntu kernel: [3252306.748655] connection2:0: detected conn error (1020)
Sep 12 07:29:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:50 ubuntu kernel: [3252309.753447] connection2:0: detected conn error (1020)
Sep 12 07:29:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:53 ubuntu kernel: [3252312.757526] connection2:0: detected conn error (1020)
Sep 12 07:29:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:56 ubuntu kernel: [3252315.761578] connection2:0: detected conn error (1020)
Sep 12 07:29:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:29:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:29:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:29:57 ubuntu object-replicator: Nothing replicated for 0.00772500038147 seconds.
Sep 12 07:29:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:29:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:29:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:29:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00390 seconds (0.00000/s)
Sep 12 07:29:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:29:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:29:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:29:59 ubuntu kernel: [3252318.766187] connection2:0: detected conn error (1020)
Sep 12 07:30:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:30:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:30:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00361 seconds (0.00000/s)
Sep 12 07:30:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:30:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:30:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:30:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:01 ubuntu CRON[11086]: (neutron) CMD (if [ -x /usr/bin/neutron-netns-cleanup ] ; then /usr/bin/neutron-netns-cleanup --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/dhcp_agent.ini >/dev/null 2>&1; fi)
Sep 12 07:30:02 ubuntu kernel: [3252321.769909] connection2:0: detected conn error (1020)
Sep 12 07:30:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:04 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:30:04 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:30:04 ubuntu 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
Sep 12 07:30:04 ubuntu 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
Sep 12 07:30:05 ubuntu kernel: [3252324.776224] connection2:0: detected conn error (1020)
Sep 12 07:30:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:08 ubuntu kernel: [3252327.780946] connection2:0: detected conn error (1020)
Sep 12 07:30:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:11 ubuntu kernel: [3252330.785084] connection2:0: detected conn error (1020)
Sep 12 07:30:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:14 ubuntu kernel: [3252333.788790] connection2:0: detected conn error (1020)
Sep 12 07:30:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:17 ubuntu kernel: [3252336.792556] connection2:0: detected conn error (1020)
Sep 12 07:30:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:20 ubuntu kernel: [3252339.796080] connection2:0: detected conn error (1020)
Sep 12 07:30:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:23 ubuntu kernel: [3252342.799775] connection2:0: detected conn error (1020)
Sep 12 07:30:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:26 ubuntu kernel: [3252345.804226] connection2:0: detected conn error (1020)
Sep 12 07:30:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:30:27 ubuntu object-replicator: Nothing replicated for 0.00224781036377 seconds.
Sep 12 07:30:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:30:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:30:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:30:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00966 seconds (0.00000/s)
Sep 12 07:30:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:30:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:30:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:30:29 ubuntu kernel: [3252348.808254] connection2:0: detected conn error (1020)
Sep 12 07:30:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:30:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:30:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00645 seconds (0.00000/s)
Sep 12 07:30:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:30:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:30:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:30:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:32 ubuntu kernel: [3252351.811949] connection2:0: detected conn error (1020)
Sep 12 07:30:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:35 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:30:35 ubuntu 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
Sep 12 07:30:35 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:30:35 ubuntu 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
Sep 12 07:30:35 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:30:35 ubuntu 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
Sep 12 07:30:35 ubuntu kernel: [3252354.816575] connection2:0: detected conn error (1020)
Sep 12 07:30:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:38 ubuntu kernel: [3252357.824622] connection2:0: detected conn error (1020)
Sep 12 07:30:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:41 ubuntu kernel: [3252360.828503] connection2:0: detected conn error (1020)
Sep 12 07:30:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:44 ubuntu kernel: [3252363.832114] connection2:0: detected conn error (1020)
Sep 12 07:30:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:47 ubuntu kernel: [3252366.836500] connection2:0: detected conn error (1020)
Sep 12 07:30:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:50 ubuntu kernel: [3252369.840795] connection2:0: detected conn error (1020)
Sep 12 07:30:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:53 ubuntu kernel: [3252372.844636] connection2:0: detected conn error (1020)
Sep 12 07:30:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:56 ubuntu kernel: [3252375.848605] connection2:0: detected conn error (1020)
Sep 12 07:30:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:30:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:30:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:30:57 ubuntu object-replicator: Nothing replicated for 0.0036780834198 seconds.
Sep 12 07:30:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:30:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:30:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:30:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00354 seconds (0.00000/s)
Sep 12 07:30:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:30:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:30:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:30:59 ubuntu kernel: [3252378.852914] connection2:0: detected conn error (1020)
Sep 12 07:31:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:31:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:31:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00477 seconds (0.00000/s)
Sep 12 07:31:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:31:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:31:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:31:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:02 ubuntu kernel: [3252381.857199] connection2:0: detected conn error (1020)
Sep 12 07:31:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:05 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:31:05 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:31:05 ubuntu 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
Sep 12 07:31:05 ubuntu 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
Sep 12 07:31:05 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:31:05 ubuntu 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
Sep 12 07:31:06 ubuntu kernel: [3252384.862194] connection2:0: detected conn error (1020)
Sep 12 07:31:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:09 ubuntu kernel: [3252387.866638] connection2:0: detected conn error (1020)
Sep 12 07:31:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:12 ubuntu kernel: [3252390.871964] connection2:0: detected conn error (1020)
Sep 12 07:31:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:15 ubuntu kernel: [3252393.876130] connection2:0: detected conn error (1020)
Sep 12 07:31:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:18 ubuntu kernel: [3252396.880049] connection2:0: detected conn error (1020)
Sep 12 07:31:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:21 ubuntu kernel: [3252399.884490] connection2:0: detected conn error (1020)
Sep 12 07:31:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:24 ubuntu kernel: [3252402.888613] connection2:0: detected conn error (1020)
Sep 12 07:31:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:27 ubuntu kernel: [3252405.892184] connection2:0: detected conn error (1020)
Sep 12 07:31:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:31:27 ubuntu object-replicator: Nothing replicated for 0.00232291221619 seconds.
Sep 12 07:31:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:31:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:31:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:31:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00364 seconds (0.00000/s)
Sep 12 07:31:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:31:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:31:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:31:30 ubuntu kernel: [3252408.896896] connection2:0: detected conn error (1020)
Sep 12 07:31:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:31:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:31:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00427 seconds (0.00000/s)
Sep 12 07:31:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:31:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:31:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:31:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:33 ubuntu kernel: [3252411.902831] connection2:0: detected conn error (1020)
Sep 12 07:31:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:35 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:31:35 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:31:35 ubuntu 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
Sep 12 07:31:35 ubuntu 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
Sep 12 07:31:35 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:31:35 ubuntu 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
Sep 12 07:31:36 ubuntu kernel: [3252414.906935] connection2:0: detected conn error (1020)
Sep 12 07:31:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:39 ubuntu kernel: [3252417.910923] connection2:0: detected conn error (1020)
Sep 12 07:31:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:42 ubuntu kernel: [3252420.914896] connection2:0: detected conn error (1020)
Sep 12 07:31:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:45 ubuntu kernel: [3252423.918889] connection2:0: detected conn error (1020)
Sep 12 07:31:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:48 ubuntu kernel: [3252426.922723] connection2:0: detected conn error (1020)
Sep 12 07:31:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:51 ubuntu kernel: [3252429.927094] connection2:0: detected conn error (1020)
Sep 12 07:31:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:54 ubuntu kernel: [3252432.932760] connection2:0: detected conn error (1020)
Sep 12 07:31:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:57 ubuntu kernel: [3252435.937758] connection2:0: detected conn error (1020)
Sep 12 07:31:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:31:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:31:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:31:57 ubuntu object-replicator: Nothing replicated for 0.00278091430664 seconds.
Sep 12 07:31:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:31:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:31:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:31:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00405 seconds (0.00000/s)
Sep 12 07:31:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:31:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:31:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:32:00 ubuntu kernel: [3252438.942024] connection2:0: detected conn error (1020)
Sep 12 07:32:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:32:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:32:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00407 seconds (0.00000/s)
Sep 12 07:32:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:32:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:32:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:32:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:03 ubuntu kernel: [3252441.946508] connection2:0: detected conn error (1020)
Sep 12 07:32:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:05 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:32:05 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:32:05 ubuntu 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
Sep 12 07:32:05 ubuntu 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
Sep 12 07:32:06 ubuntu kernel: [3252444.950299] connection2:0: detected conn error (1020)
Sep 12 07:32:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:09 ubuntu kernel: [3252447.954135] connection2:0: detected conn error (1020)
Sep 12 07:32:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:12 ubuntu kernel: [3252450.958601] connection2:0: detected conn error (1020)
Sep 12 07:32:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:15 ubuntu kernel: [3252453.962209] connection2:0: detected conn error (1020)
Sep 12 07:32:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:18 ubuntu kernel: [3252456.966422] connection2:0: detected conn error (1020)
Sep 12 07:32:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:21 ubuntu kernel: [3252459.970387] connection2:0: detected conn error (1020)
Sep 12 07:32:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:24 ubuntu kernel: [3252462.973817] connection2:0: detected conn error (1020)
Sep 12 07:32:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:27 ubuntu kernel: [3252465.977960] connection2:0: detected conn error (1020)
Sep 12 07:32:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:32:27 ubuntu object-replicator: Nothing replicated for 0.00236916542053 seconds.
Sep 12 07:32:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:32:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:32:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:32:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00269 seconds (0.00000/s)
Sep 12 07:32:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:32:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:32:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:32:30 ubuntu kernel: [3252468.982439] connection2:0: detected conn error (1020)
Sep 12 07:32:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:32:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:32:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00657 seconds (0.00000/s)
Sep 12 07:32:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:32:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:32:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:32:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:33 ubuntu kernel: [3252471.992659] connection2:0: detected conn error (1020)
Sep 12 07:32:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:35 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:32:35 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:32:35 ubuntu 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
Sep 12 07:32:35 ubuntu 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
Sep 12 07:32:36 ubuntu kernel: [3252474.996858] connection2:0: detected conn error (1020)
Sep 12 07:32:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:39 ubuntu kernel: [3252478.002082] connection2:0: detected conn error (1020)
Sep 12 07:32:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:42 ubuntu kernel: [3252481.005646] connection2:0: detected conn error (1020)
Sep 12 07:32:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:45 ubuntu kernel: [3252484.020161] connection2:0: detected conn error (1020)
Sep 12 07:32:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:48 ubuntu kernel: [3252487.025470] connection2:0: detected conn error (1020)
Sep 12 07:32:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:51 ubuntu kernel: [3252490.029860] connection2:0: detected conn error (1020)
Sep 12 07:32:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:54 ubuntu kernel: [3252493.033792] connection2:0: detected conn error (1020)
Sep 12 07:32:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:57 ubuntu kernel: [3252496.039373] connection2:0: detected conn error (1020)
Sep 12 07:32:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:32:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:32:57 ubuntu object-replicator: Nothing replicated for 0.0068199634552 seconds.
Sep 12 07:32:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:32:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:32:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:32:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:32:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00759 seconds (0.00000/s)
Sep 12 07:32:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:32:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:32:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:33:00 ubuntu kernel: [3252499.044771] connection2:0: detected conn error (1020)
Sep 12 07:33:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:33:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:33:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00592 seconds (0.00000/s)
Sep 12 07:33:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:33:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:33:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:33:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:03 ubuntu kernel: [3252502.048772] connection2:0: detected conn error (1020)
Sep 12 07:33:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:06 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:33:06 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:33:06 ubuntu 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
Sep 12 07:33:06 ubuntu 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
Sep 12 07:33:06 ubuntu kernel: [3252505.052145] connection2:0: detected conn error (1020)
Sep 12 07:33:06 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:33:06 ubuntu 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
Sep 12 07:33:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:09 ubuntu kernel: [3252508.056165] connection2:0: detected conn error (1020)
Sep 12 07:33:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:12 ubuntu kernel: [3252511.061238] connection2:0: detected conn error (1020)
Sep 12 07:33:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:15 ubuntu kernel: [3252514.064861] connection2:0: detected conn error (1020)
Sep 12 07:33:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:18 ubuntu kernel: [3252517.068916] connection2:0: detected conn error (1020)
Sep 12 07:33:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:21 ubuntu kernel: [3252520.072884] connection2:0: detected conn error (1020)
Sep 12 07:33:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:24 ubuntu kernel: [3252523.077656] connection2:0: detected conn error (1020)
Sep 12 07:33:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:27 ubuntu kernel: [3252526.081770] connection2:0: detected conn error (1020)
Sep 12 07:33:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:33:27 ubuntu object-replicator: Nothing replicated for 0.00506401062012 seconds.
Sep 12 07:33:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:33:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:33:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:33:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00423 seconds (0.00000/s)
Sep 12 07:33:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:33:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:33:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:33:30 ubuntu kernel: [3252529.086379] connection2:0: detected conn error (1020)
Sep 12 07:33:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:33:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:33:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00291 seconds (0.00000/s)
Sep 12 07:33:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:33:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:33:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:33:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:33 ubuntu kernel: [3252532.090014] connection2:0: detected conn error (1020)
Sep 12 07:33:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:36 ubuntu kernel: [3252535.093593] connection2:0: detected conn error (1020)
Sep 12 07:33:36 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:33:36 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:33:36 ubuntu 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
Sep 12 07:33:36 ubuntu 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
Sep 12 07:33:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:39 ubuntu kernel: [3252538.097082] connection2:0: detected conn error (1020)
Sep 12 07:33:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:42 ubuntu kernel: [3252541.101743] connection2:0: detected conn error (1020)
Sep 12 07:33:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:45 ubuntu kernel: [3252544.105900] connection2:0: detected conn error (1020)
Sep 12 07:33:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:48 ubuntu kernel: [3252547.109272] connection2:0: detected conn error (1020)
Sep 12 07:33:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:51 ubuntu kernel: [3252550.113529] connection2:0: detected conn error (1020)
Sep 12 07:33:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:54 ubuntu kernel: [3252553.118022] connection2:0: detected conn error (1020)
Sep 12 07:33:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:57 ubuntu kernel: [3252556.121852] connection2:0: detected conn error (1020)
Sep 12 07:33:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:33:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:33:57 ubuntu object-replicator: Nothing replicated for 0.00270199775696 seconds.
Sep 12 07:33:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:33:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:33:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:33:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:33:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00212 seconds (0.00000/s)
Sep 12 07:33:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:33:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:33:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:34:00 ubuntu kernel: [3252559.127880] connection2:0: detected conn error (1020)
Sep 12 07:34:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:34:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:34:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00448 seconds (0.00000/s)
Sep 12 07:34:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:34:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:34:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:34:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:03 ubuntu kernel: [3252562.132661] connection2:0: detected conn error (1020)
Sep 12 07:34:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:06 ubuntu kernel: [3252565.137435] connection2:0: detected conn error (1020)
Sep 12 07:34:06 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:34:06 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:34:06 ubuntu 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
Sep 12 07:34:06 ubuntu 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
Sep 12 07:34:06 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:34:06 ubuntu 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
Sep 12 07:34:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:09 ubuntu kernel: [3252568.141752] connection2:0: detected conn error (1020)
Sep 12 07:34:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:12 ubuntu kernel: [3252571.145040] connection2:0: detected conn error (1020)
Sep 12 07:34:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:15 ubuntu kernel: [3252574.148784] connection2:0: detected conn error (1020)
Sep 12 07:34:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:18 ubuntu kernel: [3252577.152657] connection2:0: detected conn error (1020)
Sep 12 07:34:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:21 ubuntu kernel: [3252580.156015] connection2:0: detected conn error (1020)
Sep 12 07:34:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:24 ubuntu kernel: [3252583.159775] connection2:0: detected conn error (1020)
Sep 12 07:34:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:27 ubuntu kernel: [3252586.164436] connection2:0: detected conn error (1020)
Sep 12 07:34:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:34:27 ubuntu object-replicator: Nothing replicated for 0.00250601768494 seconds.
Sep 12 07:34:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:34:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:34:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:34:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00486 seconds (0.00000/s)
Sep 12 07:34:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:34:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:34:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:34:30 ubuntu container-updater: Begin container update sweep
Sep 12 07:34:30 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 07:34:30 ubuntu kernel: [3252589.168460] connection2:0: detected conn error (1020)
Sep 12 07:34:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:34:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:34:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00469 seconds (0.00000/s)
Sep 12 07:34:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:34:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:34:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:34:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:33 ubuntu kernel: [3252592.172577] connection2:0: detected conn error (1020)
Sep 12 07:34:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:36 ubuntu kernel: [3252595.176984] connection2:0: detected conn error (1020)
Sep 12 07:34:36 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:34:36 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:34:36 ubuntu 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
Sep 12 07:34:36 ubuntu 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
Sep 12 07:34:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:36 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:34:36 ubuntu 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
Sep 12 07:34:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:39 ubuntu kernel: [3252598.180743] connection2:0: detected conn error (1020)
Sep 12 07:34:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:41 ubuntu object-updater: Begin object update sweep
Sep 12 07:34:41 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 07:34:42 ubuntu object-updater: Object update sweep completed: 0.15s
Sep 12 07:34:42 ubuntu kernel: [3252601.185056] connection2:0: detected conn error (1020)
Sep 12 07:34:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:45 ubuntu kernel: [3252604.190014] connection2:0: detected conn error (1020)
Sep 12 07:34:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:48 ubuntu kernel: [3252607.195122] connection2:0: detected conn error (1020)
Sep 12 07:34:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:51 ubuntu kernel: [3252610.199412] connection2:0: detected conn error (1020)
Sep 12 07:34:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:54 ubuntu kernel: [3252613.203101] connection2:0: detected conn error (1020)
Sep 12 07:34:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:57 ubuntu kernel: [3252616.207499] connection2:0: detected conn error (1020)
Sep 12 07:34:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:34:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:34:57 ubuntu object-replicator: Nothing replicated for 0.0026421546936 seconds.
Sep 12 07:34:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:34:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:34:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:34:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:34:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00379 seconds (0.00000/s)
Sep 12 07:34:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:34:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:34:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:35:00 ubuntu kernel: [3252619.212636] connection2:0: detected conn error (1020)
Sep 12 07:35:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:35:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:35:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00602 seconds (0.00000/s)
Sep 12 07:35:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:35:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:35:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:35:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:03 ubuntu kernel: [3252622.217073] connection2:0: detected conn error (1020)
Sep 12 07:35:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:06 ubuntu kernel: [3252625.220610] connection2:0: detected conn error (1020)
Sep 12 07:35:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:07 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:35:07 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:35:07 ubuntu 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
Sep 12 07:35:07 ubuntu 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
Sep 12 07:35:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:09 ubuntu kernel: [3252628.224648] connection2:0: detected conn error (1020)
Sep 12 07:35:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:12 ubuntu kernel: [3252631.229144] connection2:0: detected conn error (1020)
Sep 12 07:35:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:15 ubuntu kernel: [3252634.233261] connection2:0: detected conn error (1020)
Sep 12 07:35:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:18 ubuntu kernel: [3252637.238146] connection2:0: detected conn error (1020)
Sep 12 07:35:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:21 ubuntu kernel: [3252640.241594] connection2:0: detected conn error (1020)
Sep 12 07:35:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:24 ubuntu kernel: [3252643.245820] connection2:0: detected conn error (1020)
Sep 12 07:35:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:27 ubuntu kernel: [3252646.249936] connection2:0: detected conn error (1020)
Sep 12 07:35:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:35:27 ubuntu object-replicator: Nothing replicated for 0.00776791572571 seconds.
Sep 12 07:35:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:35:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:35:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:35:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00343 seconds (0.00000/s)
Sep 12 07:35:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:35:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:35:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:35:30 ubuntu kernel: [3252649.254009] connection2:0: detected conn error (1020)
Sep 12 07:35:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:35:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:35:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00494 seconds (0.00000/s)
Sep 12 07:35:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:35:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:35:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:35:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:33 ubuntu kernel: [3252652.258079] connection2:0: detected conn error (1020)
Sep 12 07:35:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:36 ubuntu kernel: [3252655.262028] connection2:0: detected conn error (1020)
Sep 12 07:35:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:37 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:35:37 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:35:37 ubuntu object-auditor: Object audit (ZBF) "forever" mode completed: 0.01s. Total quarantined: 0, Total errors: 0, Total files/sec: 0.00, Total bytes/sec: 0.00, Auditing time: 0.00, Rate: 0.00
Sep 12 07:35:37 ubuntu 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
Sep 12 07:35:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:39 ubuntu kernel: [3252658.266256] connection2:0: detected conn error (1020)
Sep 12 07:35:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:42 ubuntu kernel: [3252661.270054] connection2:0: detected conn error (1020)
Sep 12 07:35:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:45 ubuntu kernel: [3252664.274620] connection2:0: detected conn error (1020)
Sep 12 07:35:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:48 ubuntu kernel: [3252667.278793] connection2:0: detected conn error (1020)
Sep 12 07:35:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:51 ubuntu kernel: [3252670.293842] connection2:0: detected conn error (1020)
Sep 12 07:35:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:54 ubuntu kernel: [3252673.297433] connection2:0: detected conn error (1020)
Sep 12 07:35:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:57 ubuntu kernel: [3252676.300801] connection2:0: detected conn error (1020)
Sep 12 07:35:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:35:57 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:35:57 ubuntu object-replicator: Nothing replicated for 0.00184297561646 seconds.
Sep 12 07:35:57 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:35:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:35:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:35:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:35:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00225 seconds (0.00000/s)
Sep 12 07:35:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:35:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:35:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:36:00 ubuntu kernel: [3252679.303723] connection2:0: detected conn error (1020)
Sep 12 07:36:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:00 ubuntu account-replicator: Beginning replication run
Sep 12 07:36:00 ubuntu account-replicator: Replication run OVER
Sep 12 07:36:00 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00397 seconds (0.00000/s)
Sep 12 07:36:00 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:36:00 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:36:00 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:36:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:03 ubuntu kernel: [3252682.312890] connection2:0: detected conn error (1020)
Sep 12 07:36:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:06 ubuntu kernel: [3252685.317057] connection2:0: detected conn error (1020)
Sep 12 07:36:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:07 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:36:07 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:36:07 ubuntu 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
Sep 12 07:36:07 ubuntu 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
Sep 12 07:36:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:09 ubuntu kernel: [3252688.320583] connection2:0: detected conn error (1020)
Sep 12 07:36:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:12 ubuntu kernel: [3252691.324724] connection2:0: detected conn error (1020)
Sep 12 07:36:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:15 ubuntu kernel: [3252694.329265] connection2:0: detected conn error (1020)
Sep 12 07:36:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:18 ubuntu kernel: [3252697.333509] connection2:0: detected conn error (1020)
Sep 12 07:36:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:21 ubuntu kernel: [3252700.338517] connection2:0: detected conn error (1020)
Sep 12 07:36:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:24 ubuntu kernel: [3252703.342747] connection2:0: detected conn error (1020)
Sep 12 07:36:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:27 ubuntu kernel: [3252706.347067] connection2:0: detected conn error (1020)
Sep 12 07:36:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:27 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:36:27 ubuntu object-replicator: Nothing replicated for 0.00460505485535 seconds.
Sep 12 07:36:27 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:36:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:36:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:36:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00330 seconds (0.00000/s)
Sep 12 07:36:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:36:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:36:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:36:30 ubuntu kernel: [3252709.350533] connection2:0: detected conn error (1020)
Sep 12 07:36:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:30 ubuntu account-replicator: Beginning replication run
Sep 12 07:36:30 ubuntu account-replicator: Replication run OVER
Sep 12 07:36:30 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00385 seconds (0.00000/s)
Sep 12 07:36:30 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:36:30 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:36:30 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:36:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:33 ubuntu kernel: [3252712.355051] connection2:0: detected conn error (1020)
Sep 12 07:36:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:36 ubuntu kernel: [3252715.359240] connection2:0: detected conn error (1020)
Sep 12 07:36:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:37 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:36:37 ubuntu 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
Sep 12 07:36:37 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:36:37 ubuntu 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
Sep 12 07:36:37 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:36:37 ubuntu 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
Sep 12 07:36:39 ubuntu kernel: [3252718.362750] connection2:0: detected conn error (1020)
Sep 12 07:36:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:42 ubuntu kernel: [3252721.366893] connection2:0: detected conn error (1020)
Sep 12 07:36:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:45 ubuntu kernel: [3252724.370484] connection2:0: detected conn error (1020)
Sep 12 07:36:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:48 ubuntu kernel: [3252727.374283] connection2:0: detected conn error (1020)
Sep 12 07:36:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:51 ubuntu kernel: [3252730.378894] connection2:0: detected conn error (1020)
Sep 12 07:36:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:54 ubuntu kernel: [3252733.383644] connection2:0: detected conn error (1020)
Sep 12 07:36:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:57 ubuntu kernel: [3252736.388084] connection2:0: detected conn error (1020)
Sep 12 07:36:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:36:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:36:58 ubuntu object-replicator: Nothing replicated for 0.00367617607117 seconds.
Sep 12 07:36:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:36:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:36:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:36:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:36:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00235 seconds (0.00000/s)
Sep 12 07:36:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:36:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:36:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:37:00 ubuntu kernel: [3252739.391711] connection2:0: detected conn error (1020)
Sep 12 07:37:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:37:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:37:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00219 seconds (0.00000/s)
Sep 12 07:37:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:37:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:37:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:37:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:03 ubuntu kernel: [3252742.395172] connection2:0: detected conn error (1020)
Sep 12 07:37:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:06 ubuntu kernel: [3252745.398541] connection2:0: detected conn error (1020)
Sep 12 07:37:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:07 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:37:07 ubuntu 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
Sep 12 07:37:07 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:37:07 ubuntu 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
Sep 12 07:37:09 ubuntu kernel: [3252748.402105] connection2:0: detected conn error (1020)
Sep 12 07:37:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:12 ubuntu kernel: [3252751.406027] connection2:0: detected conn error (1020)
Sep 12 07:37:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:15 ubuntu kernel: [3252754.410440] connection2:0: detected conn error (1020)
Sep 12 07:37:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:18 ubuntu kernel: [3252757.413968] connection2:0: detected conn error (1020)
Sep 12 07:37:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:21 ubuntu kernel: [3252760.417872] connection2:0: detected conn error (1020)
Sep 12 07:37:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:24 ubuntu kernel: [3252763.422290] connection2:0: detected conn error (1020)
Sep 12 07:37:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:27 ubuntu kernel: [3252766.425939] connection2:0: detected conn error (1020)
Sep 12 07:37:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:37:28 ubuntu object-replicator: Nothing replicated for 0.00255489349365 seconds.
Sep 12 07:37:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:37:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:37:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:37:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00460 seconds (0.00000/s)
Sep 12 07:37:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:37:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:37:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:37:30 ubuntu kernel: [3252769.429944] connection2:0: detected conn error (1020)
Sep 12 07:37:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:37:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:37:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00560 seconds (0.00000/s)
Sep 12 07:37:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:37:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:37:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:37:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:33 ubuntu kernel: [3252772.434194] connection2:0: detected conn error (1020)
Sep 12 07:37:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:36 ubuntu kernel: [3252775.438669] connection2:0: detected conn error (1020)
Sep 12 07:37:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:38 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:37:38 ubuntu 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
Sep 12 07:37:38 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:37:38 ubuntu 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
Sep 12 07:37:38 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:37:38 ubuntu 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
Sep 12 07:37:39 ubuntu kernel: [3252778.442302] connection2:0: detected conn error (1020)
Sep 12 07:37:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:42 ubuntu kernel: [3252781.445895] connection2:0: detected conn error (1020)
Sep 12 07:37:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:45 ubuntu kernel: [3252784.449374] connection2:0: detected conn error (1020)
Sep 12 07:37:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:48 ubuntu kernel: [3252787.453038] connection2:0: detected conn error (1020)
Sep 12 07:37:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:51 ubuntu kernel: [3252790.457502] connection2:0: detected conn error (1020)
Sep 12 07:37:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:54 ubuntu kernel: [3252793.461657] connection2:0: detected conn error (1020)
Sep 12 07:37:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:57 ubuntu kernel: [3252796.465216] connection2:0: detected conn error (1020)
Sep 12 07:37:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:37:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:37:58 ubuntu object-replicator: Nothing replicated for 0.00483393669128 seconds.
Sep 12 07:37:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:37:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:37:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:37:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:37:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00501 seconds (0.00000/s)
Sep 12 07:37:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:37:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:37:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:38:00 ubuntu kernel: [3252799.468905] connection2:0: detected conn error (1020)
Sep 12 07:38:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:38:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:38:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00397 seconds (0.00000/s)
Sep 12 07:38:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:38:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:38:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:38:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:03 ubuntu kernel: [3252802.473221] connection2:0: detected conn error (1020)
Sep 12 07:38:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:06 ubuntu kernel: [3252805.477306] connection2:0: detected conn error (1020)
Sep 12 07:38:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:08 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:38:08 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:38:08 ubuntu 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
Sep 12 07:38:08 ubuntu 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
Sep 12 07:38:08 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:38:08 ubuntu 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
Sep 12 07:38:09 ubuntu kernel: [3252808.481573] connection2:0: detected conn error (1020)
Sep 12 07:38:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:12 ubuntu kernel: [3252811.485320] connection2:0: detected conn error (1020)
Sep 12 07:38:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:15 ubuntu kernel: [3252814.489780] connection2:0: detected conn error (1020)
Sep 12 07:38:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:18 ubuntu kernel: [3252817.493635] connection2:0: detected conn error (1020)
Sep 12 07:38:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:21 ubuntu kernel: [3252820.497557] connection2:0: detected conn error (1020)
Sep 12 07:38:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:24 ubuntu kernel: [3252823.501186] connection2:0: detected conn error (1020)
Sep 12 07:38:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:27 ubuntu kernel: [3252826.504954] connection2:0: detected conn error (1020)
Sep 12 07:38:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:38:28 ubuntu object-replicator: Nothing replicated for 0.00336098670959 seconds.
Sep 12 07:38:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:38:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:38:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:38:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00211 seconds (0.00000/s)
Sep 12 07:38:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:38:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:38:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:38:30 ubuntu kernel: [3252829.508330] connection2:0: detected conn error (1020)
Sep 12 07:38:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:38:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:38:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00438 seconds (0.00000/s)
Sep 12 07:38:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:38:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:38:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:38:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:33 ubuntu kernel: [3252832.513738] connection2:0: detected conn error (1020)
Sep 12 07:38:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:36 ubuntu kernel: [3252835.517448] connection2:0: detected conn error (1020)
Sep 12 07:38:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:38 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:38:38 ubuntu 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
Sep 12 07:38:38 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:38:38 ubuntu 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
Sep 12 07:38:39 ubuntu kernel: [3252838.521200] connection2:0: detected conn error (1020)
Sep 12 07:38:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:42 ubuntu kernel: [3252841.525733] connection2:0: detected conn error (1020)
Sep 12 07:38:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:45 ubuntu kernel: [3252844.529135] connection2:0: detected conn error (1020)
Sep 12 07:38:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:48 ubuntu kernel: [3252847.533636] connection2:0: detected conn error (1020)
Sep 12 07:38:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:51 ubuntu kernel: [3252850.537334] connection2:0: detected conn error (1020)
Sep 12 07:38:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:54 ubuntu kernel: [3252853.546718] connection2:0: detected conn error (1020)
Sep 12 07:38:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:57 ubuntu kernel: [3252856.551014] connection2:0: detected conn error (1020)
Sep 12 07:38:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:38:58 ubuntu object-replicator: Nothing replicated for 0.00364398956299 seconds.
Sep 12 07:38:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:38:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:38:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:38:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:38:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:38:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.01024 seconds (0.00000/s)
Sep 12 07:38:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:38:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:38:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:39:00 ubuntu kernel: [3252859.555176] connection2:0: detected conn error (1020)
Sep 12 07:39:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:39:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:39:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00223 seconds (0.00000/s)
Sep 12 07:39:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:39:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:39:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:39:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:03 ubuntu kernel: [3252862.558576] connection2:0: detected conn error (1020)
Sep 12 07:39:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:06 ubuntu kernel: [3252865.563034] connection2:0: detected conn error (1020)
Sep 12 07:39:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:08 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:39:08 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:39:08 ubuntu 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
Sep 12 07:39:08 ubuntu 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
Sep 12 07:39:09 ubuntu kernel: [3252868.567122] connection2:0: detected conn error (1020)
Sep 12 07:39:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:12 ubuntu kernel: [3252871.571020] connection2:0: detected conn error (1020)
Sep 12 07:39:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:15 ubuntu kernel: [3252874.575369] connection2:0: detected conn error (1020)
Sep 12 07:39:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:18 ubuntu kernel: [3252877.579674] connection2:0: detected conn error (1020)
Sep 12 07:39:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:21 ubuntu kernel: [3252880.583707] connection2:0: detected conn error (1020)
Sep 12 07:39:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:24 ubuntu kernel: [3252883.587835] connection2:0: detected conn error (1020)
Sep 12 07:39:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:27 ubuntu kernel: [3252886.591414] connection2:0: detected conn error (1020)
Sep 12 07:39:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:39:28 ubuntu object-replicator: Nothing replicated for 0.0029399394989 seconds.
Sep 12 07:39:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:39:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:39:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:39:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00549 seconds (0.00000/s)
Sep 12 07:39:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:39:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:39:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:39:30 ubuntu container-updater: Begin container update sweep
Sep 12 07:39:30 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 07:39:30 ubuntu kernel: [3252889.595608] connection2:0: detected conn error (1020)
Sep 12 07:39:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:39:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:39:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00514 seconds (0.00000/s)
Sep 12 07:39:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:39:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:39:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:39:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:33 ubuntu kernel: [3252892.599263] connection2:0: detected conn error (1020)
Sep 12 07:39:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:36 ubuntu kernel: [3252895.603046] connection2:0: detected conn error (1020)
Sep 12 07:39:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:38 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:39:38 ubuntu 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
Sep 12 07:39:38 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:39:38 ubuntu 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
Sep 12 07:39:39 ubuntu kernel: [3252898.606790] connection2:0: detected conn error (1020)
Sep 12 07:39:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:41 ubuntu object-updater: Begin object update sweep
Sep 12 07:39:41 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 07:39:42 ubuntu object-updater: Object update sweep completed: 0.14s
Sep 12 07:39:42 ubuntu kernel: [3252901.610817] connection2:0: detected conn error (1020)
Sep 12 07:39:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:45 ubuntu kernel: [3252904.614293] connection2:0: detected conn error (1020)
Sep 12 07:39:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:49 ubuntu kernel: [3252907.618146] connection2:0: detected conn error (1020)
Sep 12 07:39:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:52 ubuntu kernel: [3252910.622402] connection2:0: detected conn error (1020)
Sep 12 07:39:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:55 ubuntu kernel: [3252913.627358] connection2:0: detected conn error (1020)
Sep 12 07:39:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:58 ubuntu kernel: [3252916.632163] connection2:0: detected conn error (1020)
Sep 12 07:39:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:39:58 ubuntu object-replicator: Nothing replicated for 0.00676608085632 seconds.
Sep 12 07:39:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:39:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:39:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:39:59 ubuntu container-replicator: Beginning replication run
Sep 12 07:39:59 ubuntu container-replicator: Replication run OVER
Sep 12 07:39:59 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00491 seconds (0.00000/s)
Sep 12 07:39:59 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:39:59 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:39:59 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:40:01 ubuntu kernel: [3252919.635974] connection2:0: detected conn error (1020)
Sep 12 07:40:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:40:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:40:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00504 seconds (0.00000/s)
Sep 12 07:40:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:40:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:40:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:40:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:04 ubuntu kernel: [3252922.640622] connection2:0: detected conn error (1020)
Sep 12 07:40:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:07 ubuntu kernel: [3252925.643842] connection2:0: detected conn error (1020)
Sep 12 07:40:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:08 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:40:08 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:40:08 ubuntu 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
Sep 12 07:40:08 ubuntu 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
Sep 12 07:40:10 ubuntu kernel: [3252928.648316] connection2:0: detected conn error (1020)
Sep 12 07:40:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:13 ubuntu kernel: [3252931.652350] connection2:0: detected conn error (1020)
Sep 12 07:40:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:16 ubuntu kernel: [3252934.655928] connection2:0: detected conn error (1020)
Sep 12 07:40:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:19 ubuntu kernel: [3252937.660135] connection2:0: detected conn error (1020)
Sep 12 07:40:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:22 ubuntu kernel: [3252940.664434] connection2:0: detected conn error (1020)
Sep 12 07:40:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:25 ubuntu kernel: [3252943.669045] connection2:0: detected conn error (1020)
Sep 12 07:40:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:40:28 ubuntu kernel: [3252946.675867] connection2:0: detected conn error (1020)
Sep 12 07:40:28 ubuntu object-replicator: Nothing replicated for 0.00394701957703 seconds.
Sep 12 07:40:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:40:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:29 ubuntu container-replicator: Beginning replication run
Sep 12 07:40:29 ubuntu container-replicator: Replication run OVER
Sep 12 07:40:29 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00700 seconds (0.00000/s)
Sep 12 07:40:29 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:40:29 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:40:29 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:40:31 ubuntu kernel: [3252949.680254] connection2:0: detected conn error (1020)
Sep 12 07:40:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:40:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:40:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00392 seconds (0.00000/s)
Sep 12 07:40:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:40:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:40:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:40:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:34 ubuntu kernel: [3252952.683924] connection2:0: detected conn error (1020)
Sep 12 07:40:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:37 ubuntu kernel: [3252955.687992] connection2:0: detected conn error (1020)
Sep 12 07:40:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:38 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:40:38 ubuntu 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
Sep 12 07:40:38 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:40:39 ubuntu 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
Sep 12 07:40:39 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:40:39 ubuntu 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
Sep 12 07:40:40 ubuntu kernel: [3252958.692131] connection2:0: detected conn error (1020)
Sep 12 07:40:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:43 ubuntu kernel: [3252961.695219] connection2:0: detected conn error (1020)
Sep 12 07:40:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:46 ubuntu kernel: [3252964.699225] connection2:0: detected conn error (1020)
Sep 12 07:40:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:49 ubuntu kernel: [3252967.703149] connection2:0: detected conn error (1020)
Sep 12 07:40:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:52 ubuntu kernel: [3252970.706788] connection2:0: detected conn error (1020)
Sep 12 07:40:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:55 ubuntu kernel: [3252973.710698] connection2:0: detected conn error (1020)
Sep 12 07:40:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:40:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:40:58 ubuntu object-replicator: Nothing replicated for 0.00355815887451 seconds.
Sep 12 07:40:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:40:58 ubuntu kernel: [3252976.714317] connection2:0: detected conn error (1020)
Sep 12 07:40:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:40:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:41:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:41:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00531 seconds (0.00000/s)
Sep 12 07:41:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:41:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:41:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:41:01 ubuntu kernel: [3252979.718462] connection2:0: detected conn error (1020)
Sep 12 07:41:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:41:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:41:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00240 seconds (0.00000/s)
Sep 12 07:41:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:41:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:41:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:41:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:04 ubuntu kernel: [3252982.722654] connection2:0: detected conn error (1020)
Sep 12 07:41:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:07 ubuntu kernel: [3252985.727102] connection2:0: detected conn error (1020)
Sep 12 07:41:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:09 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:41:09 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:41:09 ubuntu 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
Sep 12 07:41:09 ubuntu 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
Sep 12 07:41:10 ubuntu kernel: [3252988.731016] connection2:0: detected conn error (1020)
Sep 12 07:41:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:13 ubuntu kernel: [3252991.735232] connection2:0: detected conn error (1020)
Sep 12 07:41:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:16 ubuntu kernel: [3252994.739413] connection2:0: detected conn error (1020)
Sep 12 07:41:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:19 ubuntu kernel: [3252997.744296] connection2:0: detected conn error (1020)
Sep 12 07:41:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:22 ubuntu kernel: [3253000.749801] connection2:0: detected conn error (1020)
Sep 12 07:41:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:25 ubuntu kernel: [3253003.754300] connection2:0: detected conn error (1020)
Sep 12 07:41:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:41:28 ubuntu object-replicator: Nothing replicated for 0.00473403930664 seconds.
Sep 12 07:41:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:41:28 ubuntu kernel: [3253006.757929] connection2:0: detected conn error (1020)
Sep 12 07:41:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:41:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:41:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00799 seconds (0.00000/s)
Sep 12 07:41:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:41:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:41:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:41:31 ubuntu kernel: [3253009.762685] connection2:0: detected conn error (1020)
Sep 12 07:41:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:41:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:41:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00506 seconds (0.00000/s)
Sep 12 07:41:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:41:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:41:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:41:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:34 ubuntu kernel: [3253012.769569] connection2:0: detected conn error (1020)
Sep 12 07:41:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:37 ubuntu kernel: [3253015.774671] connection2:0: detected conn error (1020)
Sep 12 07:41:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:39 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:41:39 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:41:39 ubuntu 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
Sep 12 07:41:39 ubuntu 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
Sep 12 07:41:40 ubuntu kernel: [3253018.778651] connection2:0: detected conn error (1020)
Sep 12 07:41:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:43 ubuntu kernel: [3253021.783300] connection2:0: detected conn error (1020)
Sep 12 07:41:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:46 ubuntu kernel: [3253024.787241] connection2:0: detected conn error (1020)
Sep 12 07:41:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:49 ubuntu kernel: [3253027.791585] connection2:0: detected conn error (1020)
Sep 12 07:41:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:52 ubuntu kernel: [3253030.796329] connection2:0: detected conn error (1020)
Sep 12 07:41:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:55 ubuntu kernel: [3253033.800706] connection2:0: detected conn error (1020)
Sep 12 07:41:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:41:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:41:58 ubuntu object-replicator: Nothing replicated for 0.00192499160767 seconds.
Sep 12 07:41:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:41:58 ubuntu kernel: [3253036.804876] connection2:0: detected conn error (1020)
Sep 12 07:41:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:41:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:42:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:42:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00257 seconds (0.00000/s)
Sep 12 07:42:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:42:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:42:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:42:01 ubuntu kernel: [3253039.809015] connection2:0: detected conn error (1020)
Sep 12 07:42:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:42:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:42:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00381 seconds (0.00000/s)
Sep 12 07:42:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:42:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:42:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:42:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:04 ubuntu kernel: [3253042.812512] connection2:0: detected conn error (1020)
Sep 12 07:42:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:07 ubuntu kernel: [3253045.816030] connection2:0: detected conn error (1020)
Sep 12 07:42:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:09 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:42:09 ubuntu 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
Sep 12 07:42:09 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:42:09 ubuntu 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
Sep 12 07:42:09 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:42:09 ubuntu 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
Sep 12 07:42:10 ubuntu kernel: [3253048.821052] connection2:0: detected conn error (1020)
Sep 12 07:42:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:13 ubuntu kernel: [3253051.824671] connection2:0: detected conn error (1020)
Sep 12 07:42:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:16 ubuntu kernel: [3253054.828472] connection2:0: detected conn error (1020)
Sep 12 07:42:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:19 ubuntu kernel: [3253057.832992] connection2:0: detected conn error (1020)
Sep 12 07:42:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:22 ubuntu kernel: [3253060.836481] connection2:0: detected conn error (1020)
Sep 12 07:42:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:25 ubuntu kernel: [3253063.839944] connection2:0: detected conn error (1020)
Sep 12 07:42:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:42:28 ubuntu object-replicator: Nothing replicated for 0.00273084640503 seconds.
Sep 12 07:42:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:42:28 ubuntu kernel: [3253066.843981] connection2:0: detected conn error (1020)
Sep 12 07:42:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:42:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:42:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00213 seconds (0.00000/s)
Sep 12 07:42:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:42:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:42:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:42:31 ubuntu kernel: [3253069.851054] connection2:0: detected conn error (1020)
Sep 12 07:42:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:42:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:42:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00530 seconds (0.00000/s)
Sep 12 07:42:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:42:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:42:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:42:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:34 ubuntu kernel: [3253072.854861] connection2:0: detected conn error (1020)
Sep 12 07:42:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:37 ubuntu kernel: [3253075.858011] connection2:0: detected conn error (1020)
Sep 12 07:42:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:39 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:42:39 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:42:39 ubuntu 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
Sep 12 07:42:39 ubuntu 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
Sep 12 07:42:39 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:42:39 ubuntu 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
Sep 12 07:42:40 ubuntu kernel: [3253078.861973] connection2:0: detected conn error (1020)
Sep 12 07:42:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:43 ubuntu kernel: [3253081.865854] connection2:0: detected conn error (1020)
Sep 12 07:42:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:46 ubuntu kernel: [3253084.870633] connection2:0: detected conn error (1020)
Sep 12 07:42:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:49 ubuntu kernel: [3253087.874758] connection2:0: detected conn error (1020)
Sep 12 07:42:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:52 ubuntu kernel: [3253090.880726] connection2:0: detected conn error (1020)
Sep 12 07:42:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:55 ubuntu kernel: [3253093.885071] connection2:0: detected conn error (1020)
Sep 12 07:42:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:42:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:42:58 ubuntu object-replicator: Nothing replicated for 0.00273394584656 seconds.
Sep 12 07:42:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:42:58 ubuntu kernel: [3253096.889254] connection2:0: detected conn error (1020)
Sep 12 07:42:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:42:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:43:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:43:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00406 seconds (0.00000/s)
Sep 12 07:43:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:43:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:43:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:43:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:43:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:43:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00358 seconds (0.00000/s)
Sep 12 07:43:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:43:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:43:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:43:01 ubuntu kernel: [3253099.893284] connection2:0: detected conn error (1020)
Sep 12 07:43:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:04 ubuntu kernel: [3253102.896798] connection2:0: detected conn error (1020)
Sep 12 07:43:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:07 ubuntu kernel: [3253105.900470] connection2:0: detected conn error (1020)
Sep 12 07:43:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:10 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:43:10 ubuntu 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
Sep 12 07:43:10 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:43:10 ubuntu 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
Sep 12 07:43:10 ubuntu kernel: [3253108.904171] connection2:0: detected conn error (1020)
Sep 12 07:43:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:13 ubuntu kernel: [3253111.907787] connection2:0: detected conn error (1020)
Sep 12 07:43:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:16 ubuntu kernel: [3253114.912568] connection2:0: detected conn error (1020)
Sep 12 07:43:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:19 ubuntu kernel: [3253117.916369] connection2:0: detected conn error (1020)
Sep 12 07:43:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:22 ubuntu kernel: [3253120.920263] connection2:0: detected conn error (1020)
Sep 12 07:43:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:25 ubuntu kernel: [3253123.924751] connection2:0: detected conn error (1020)
Sep 12 07:43:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:43:28 ubuntu object-replicator: Nothing replicated for 0.00178003311157 seconds.
Sep 12 07:43:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:43:28 ubuntu kernel: [3253126.928167] connection2:0: detected conn error (1020)
Sep 12 07:43:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:43:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:43:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00364 seconds (0.00000/s)
Sep 12 07:43:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:43:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:43:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:43:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:43:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:43:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00433 seconds (0.00000/s)
Sep 12 07:43:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:43:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:43:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:43:31 ubuntu kernel: [3253129.931792] connection2:0: detected conn error (1020)
Sep 12 07:43:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:34 ubuntu kernel: [3253132.936026] connection2:0: detected conn error (1020)
Sep 12 07:43:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:37 ubuntu kernel: [3253135.939902] connection2:0: detected conn error (1020)
Sep 12 07:43:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:40 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:43:40 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:43:40 ubuntu 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
Sep 12 07:43:40 ubuntu 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
Sep 12 07:43:40 ubuntu kernel: [3253138.944127] connection2:0: detected conn error (1020)
Sep 12 07:43:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:43 ubuntu kernel: [3253141.949680] connection2:0: detected conn error (1020)
Sep 12 07:43:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:46 ubuntu kernel: [3253144.954296] connection2:0: detected conn error (1020)
Sep 12 07:43:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:49 ubuntu kernel: [3253147.958118] connection2:0: detected conn error (1020)
Sep 12 07:43:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:52 ubuntu kernel: [3253150.970972] connection2:0: detected conn error (1020)
Sep 12 07:43:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:55 ubuntu kernel: [3253153.974363] connection2:0: detected conn error (1020)
Sep 12 07:43:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:43:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:43:58 ubuntu object-replicator: Nothing replicated for 0.00285911560059 seconds.
Sep 12 07:43:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:43:58 ubuntu kernel: [3253156.978696] connection2:0: detected conn error (1020)
Sep 12 07:43:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:43:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:44:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:44:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00370 seconds (0.00000/s)
Sep 12 07:44:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:44:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:44:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:44:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:44:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:44:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00790 seconds (0.00000/s)
Sep 12 07:44:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:44:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:44:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:44:01 ubuntu kernel: [3253159.982567] connection2:0: detected conn error (1020)
Sep 12 07:44:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:04 ubuntu kernel: [3253162.987915] connection2:0: detected conn error (1020)
Sep 12 07:44:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:07 ubuntu kernel: [3253165.991237] connection2:0: detected conn error (1020)
Sep 12 07:44:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:10 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:44:10 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:44:10 ubuntu 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
Sep 12 07:44:10 ubuntu 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
Sep 12 07:44:10 ubuntu kernel: [3253168.995616] connection2:0: detected conn error (1020)
Sep 12 07:44:10 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:44:10 ubuntu 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
Sep 12 07:44:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:13 ubuntu kernel: [3253171.999467] connection2:0: detected conn error (1020)
Sep 12 07:44:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:16 ubuntu kernel: [3253175.003390] connection2:0: detected conn error (1020)
Sep 12 07:44:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:19 ubuntu kernel: [3253178.010999] connection2:0: detected conn error (1020)
Sep 12 07:44:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:22 ubuntu kernel: [3253181.014618] connection2:0: detected conn error (1020)
Sep 12 07:44:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:25 ubuntu kernel: [3253184.018703] connection2:0: detected conn error (1020)
Sep 12 07:44:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:44:28 ubuntu object-replicator: Nothing replicated for 0.0040488243103 seconds.
Sep 12 07:44:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:44:28 ubuntu kernel: [3253187.021891] connection2:0: detected conn error (1020)
Sep 12 07:44:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:44:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:44:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00442 seconds (0.00000/s)
Sep 12 07:44:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:44:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:44:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:44:30 ubuntu container-updater: Begin container update sweep
Sep 12 07:44:30 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 07:44:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:44:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:44:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00225 seconds (0.00000/s)
Sep 12 07:44:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:44:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:44:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:44:31 ubuntu kernel: [3253190.028683] connection2:0: detected conn error (1020)
Sep 12 07:44:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:34 ubuntu kernel: [3253193.032951] connection2:0: detected conn error (1020)
Sep 12 07:44:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:37 ubuntu kernel: [3253196.039946] connection2:0: detected conn error (1020)
Sep 12 07:44:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:40 ubuntu kernel: [3253199.043900] connection2:0: detected conn error (1020)
Sep 12 07:44:40 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:44:40 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:44:40 ubuntu 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
Sep 12 07:44:40 ubuntu 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
Sep 12 07:44:40 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:44:40 ubuntu 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
Sep 12 07:44:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:42 ubuntu object-updater: Begin object update sweep
Sep 12 07:44:42 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 07:44:42 ubuntu object-updater: Object update sweep completed: 0.16s
Sep 12 07:44:43 ubuntu kernel: [3253202.047998] connection2:0: detected conn error (1020)
Sep 12 07:44:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:46 ubuntu kernel: [3253205.051393] connection2:0: detected conn error (1020)
Sep 12 07:44:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:49 ubuntu kernel: [3253208.058332] connection2:0: detected conn error (1020)
Sep 12 07:44:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:52 ubuntu kernel: [3253211.061944] connection2:0: detected conn error (1020)
Sep 12 07:44:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:55 ubuntu kernel: [3253214.066516] connection2:0: detected conn error (1020)
Sep 12 07:44:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:44:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:44:58 ubuntu object-replicator: Nothing replicated for 0.00459885597229 seconds.
Sep 12 07:44:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:44:58 ubuntu kernel: [3253217.074715] connection2:0: detected conn error (1020)
Sep 12 07:44:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:44:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:45:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:45:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00226 seconds (0.00000/s)
Sep 12 07:45:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:45:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:45:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:45:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:45:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:45:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00460 seconds (0.00000/s)
Sep 12 07:45:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:45:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:45:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:45:01 ubuntu kernel: [3253220.078438] connection2:0: detected conn error (1020)
Sep 12 07:45:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:04 ubuntu kernel: [3253223.082067] connection2:0: detected conn error (1020)
Sep 12 07:45:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:07 ubuntu kernel: [3253226.085535] connection2:0: detected conn error (1020)
Sep 12 07:45:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:10 ubuntu kernel: [3253229.090353] connection2:0: detected conn error (1020)
Sep 12 07:45:10 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:45:10 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:45:10 ubuntu 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
Sep 12 07:45:10 ubuntu 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
Sep 12 07:45:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:13 ubuntu kernel: [3253232.093734] connection2:0: detected conn error (1020)
Sep 12 07:45:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:16 ubuntu kernel: [3253235.098118] connection2:0: detected conn error (1020)
Sep 12 07:45:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:19 ubuntu kernel: [3253238.101953] connection2:0: detected conn error (1020)
Sep 12 07:45:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:22 ubuntu kernel: [3253241.106040] connection2:0: detected conn error (1020)
Sep 12 07:45:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:25 ubuntu kernel: [3253244.110144] connection2:0: detected conn error (1020)
Sep 12 07:45:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:45:28 ubuntu object-replicator: Nothing replicated for 0.00918793678284 seconds.
Sep 12 07:45:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:45:28 ubuntu kernel: [3253247.113798] connection2:0: detected conn error (1020)
Sep 12 07:45:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:45:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:45:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00368 seconds (0.00000/s)
Sep 12 07:45:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:45:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:45:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:45:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:45:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:45:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00419 seconds (0.00000/s)
Sep 12 07:45:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:45:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:45:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:45:31 ubuntu kernel: [3253250.118690] connection2:0: detected conn error (1020)
Sep 12 07:45:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:34 ubuntu kernel: [3253253.122394] connection2:0: detected conn error (1020)
Sep 12 07:45:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:37 ubuntu kernel: [3253256.126329] connection2:0: detected conn error (1020)
Sep 12 07:45:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:40 ubuntu kernel: [3253259.129330] connection2:0: detected conn error (1020)
Sep 12 07:45:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:45:41 ubuntu 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
Sep 12 07:45:41 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:45:41 ubuntu 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
Sep 12 07:45:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:43 ubuntu kernel: [3253262.132822] connection2:0: detected conn error (1020)
Sep 12 07:45:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:46 ubuntu kernel: [3253265.136488] connection2:0: detected conn error (1020)
Sep 12 07:45:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:49 ubuntu kernel: [3253268.140714] connection2:0: detected conn error (1020)
Sep 12 07:45:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:52 ubuntu kernel: [3253271.145167] connection2:0: detected conn error (1020)
Sep 12 07:45:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:55 ubuntu kernel: [3253274.150078] connection2:0: detected conn error (1020)
Sep 12 07:45:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:45:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:45:58 ubuntu object-replicator: Nothing replicated for 0.00619411468506 seconds.
Sep 12 07:45:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:45:58 ubuntu kernel: [3253277.153854] connection2:0: detected conn error (1020)
Sep 12 07:45:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:45:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:46:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:46:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00513 seconds (0.00000/s)
Sep 12 07:46:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:46:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:46:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:46:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:46:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:46:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00389 seconds (0.00000/s)
Sep 12 07:46:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:46:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:46:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:46:01 ubuntu kernel: [3253280.157840] connection2:0: detected conn error (1020)
Sep 12 07:46:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:04 ubuntu kernel: [3253283.161095] connection2:0: detected conn error (1020)
Sep 12 07:46:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:07 ubuntu kernel: [3253286.166060] connection2:0: detected conn error (1020)
Sep 12 07:46:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:10 ubuntu kernel: [3253289.170400] connection2:0: detected conn error (1020)
Sep 12 07:46:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:46:11 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:46:11 ubuntu 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
Sep 12 07:46:11 ubuntu 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
Sep 12 07:46:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:13 ubuntu kernel: [3253292.175856] connection2:0: detected conn error (1020)
Sep 12 07:46:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:16 ubuntu kernel: [3253295.179455] connection2:0: detected conn error (1020)
Sep 12 07:46:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:19 ubuntu kernel: [3253298.184037] connection2:0: detected conn error (1020)
Sep 12 07:46:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:22 ubuntu kernel: [3253301.188400] connection2:0: detected conn error (1020)
Sep 12 07:46:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:25 ubuntu kernel: [3253304.192402] connection2:0: detected conn error (1020)
Sep 12 07:46:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:46:28 ubuntu object-replicator: Nothing replicated for 0.006108045578 seconds.
Sep 12 07:46:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:46:28 ubuntu kernel: [3253307.196485] connection2:0: detected conn error (1020)
Sep 12 07:46:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:46:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:46:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00403 seconds (0.00000/s)
Sep 12 07:46:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:46:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:46:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:46:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:46:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:46:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00370 seconds (0.00000/s)
Sep 12 07:46:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:46:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:46:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:46:31 ubuntu kernel: [3253310.199845] connection2:0: detected conn error (1020)
Sep 12 07:46:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:34 ubuntu kernel: [3253313.204094] connection2:0: detected conn error (1020)
Sep 12 07:46:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:37 ubuntu kernel: [3253316.207916] connection2:0: detected conn error (1020)
Sep 12 07:46:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:40 ubuntu kernel: [3253319.211685] connection2:0: detected conn error (1020)
Sep 12 07:46:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:41 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:46:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:46:41 ubuntu 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
Sep 12 07:46:41 ubuntu 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
Sep 12 07:46:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:43 ubuntu kernel: [3253322.216372] connection2:0: detected conn error (1020)
Sep 12 07:46:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:46 ubuntu kernel: [3253325.220356] connection2:0: detected conn error (1020)
Sep 12 07:46:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:49 ubuntu kernel: [3253328.224029] connection2:0: detected conn error (1020)
Sep 12 07:46:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:52 ubuntu kernel: [3253331.228471] connection2:0: detected conn error (1020)
Sep 12 07:46:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:55 ubuntu kernel: [3253334.232132] connection2:0: detected conn error (1020)
Sep 12 07:46:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:46:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:46:58 ubuntu object-replicator: Nothing replicated for 0.00340986251831 seconds.
Sep 12 07:46:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:46:58 ubuntu kernel: [3253337.236763] connection2:0: detected conn error (1020)
Sep 12 07:46:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:46:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:47:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:47:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00347 seconds (0.00000/s)
Sep 12 07:47:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:47:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:47:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:47:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:47:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:47:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00386 seconds (0.00000/s)
Sep 12 07:47:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:47:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:47:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:47:01 ubuntu kernel: [3253340.243478] connection2:0: detected conn error (1020)
Sep 12 07:47:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:04 ubuntu kernel: [3253343.247838] connection2:0: detected conn error (1020)
Sep 12 07:47:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:07 ubuntu kernel: [3253346.252196] connection2:0: detected conn error (1020)
Sep 12 07:47:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:10 ubuntu kernel: [3253349.257062] connection2:0: detected conn error (1020)
Sep 12 07:47:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:47:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:11 ubuntu 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
Sep 12 07:47:11 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:47:11 ubuntu 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
Sep 12 07:47:13 ubuntu kernel: [3253352.263322] connection2:0: detected conn error (1020)
Sep 12 07:47:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:16 ubuntu kernel: [3253355.268058] connection2:0: detected conn error (1020)
Sep 12 07:47:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:19 ubuntu kernel: [3253358.272361] connection2:0: detected conn error (1020)
Sep 12 07:47:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:22 ubuntu kernel: [3253361.294351] connection2:0: detected conn error (1020)
Sep 12 07:47:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:25 ubuntu kernel: [3253364.299220] connection2:0: detected conn error (1020)
Sep 12 07:47:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:47:28 ubuntu object-replicator: Nothing replicated for 0.00561189651489 seconds.
Sep 12 07:47:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:47:28 ubuntu kernel: [3253367.304316] connection2:0: detected conn error (1020)
Sep 12 07:47:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:47:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:47:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00278 seconds (0.00000/s)
Sep 12 07:47:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:47:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:47:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:47:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:47:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:47:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00212 seconds (0.00000/s)
Sep 12 07:47:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:47:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:47:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:47:31 ubuntu kernel: [3253370.308273] connection2:0: detected conn error (1020)
Sep 12 07:47:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:34 ubuntu kernel: [3253373.312105] connection2:0: detected conn error (1020)
Sep 12 07:47:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:37 ubuntu kernel: [3253376.316413] connection2:0: detected conn error (1020)
Sep 12 07:47:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:40 ubuntu kernel: [3253379.320587] connection2:0: detected conn error (1020)
Sep 12 07:47:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:47:41 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:47:41 ubuntu 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
Sep 12 07:47:41 ubuntu 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
Sep 12 07:47:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:47:41 ubuntu 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
Sep 12 07:47:43 ubuntu kernel: [3253382.324817] connection2:0: detected conn error (1020)
Sep 12 07:47:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:46 ubuntu kernel: [3253385.328817] connection2:0: detected conn error (1020)
Sep 12 07:47:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:49 ubuntu kernel: [3253388.333161] connection2:0: detected conn error (1020)
Sep 12 07:47:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:52 ubuntu kernel: [3253391.337321] connection2:0: detected conn error (1020)
Sep 12 07:47:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:55 ubuntu kernel: [3253394.341919] connection2:0: detected conn error (1020)
Sep 12 07:47:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:47:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:47:58 ubuntu object-replicator: Nothing replicated for 0.00256586074829 seconds.
Sep 12 07:47:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:47:58 ubuntu kernel: [3253397.379544] connection2:0: detected conn error (1020)
Sep 12 07:47:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:47:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:48:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:48:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00381 seconds (0.00000/s)
Sep 12 07:48:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:48:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:48:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:48:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:48:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:48:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00394 seconds (0.00000/s)
Sep 12 07:48:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:48:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:48:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:48:01 ubuntu kernel: [3253400.382707] connection2:0: detected conn error (1020)
Sep 12 07:48:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:04 ubuntu kernel: [3253403.385817] connection2:0: detected conn error (1020)
Sep 12 07:48:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:08 ubuntu kernel: [3253406.449776] connection2:0: detected conn error (1020)
Sep 12 07:48:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:11 ubuntu kernel: [3253409.453491] connection2:0: detected conn error (1020)
Sep 12 07:48:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:48:12 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:48:12 ubuntu 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
Sep 12 07:48:12 ubuntu 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
Sep 12 07:48:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:48:12 ubuntu 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
Sep 12 07:48:14 ubuntu kernel: [3253412.458681] connection2:0: detected conn error (1020)
Sep 12 07:48:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:17 ubuntu kernel: [3253415.463860] connection2:0: detected conn error (1020)
Sep 12 07:48:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:20 ubuntu kernel: [3253418.468088] connection2:0: detected conn error (1020)
Sep 12 07:48:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:23 ubuntu kernel: [3253421.472209] connection2:0: detected conn error (1020)
Sep 12 07:48:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:24 ubuntu container-auditor: Container audit pass completed: 0.00s
Sep 12 07:48:24 ubuntu container-auditor: Begin container audit pass.
Sep 12 07:48:26 ubuntu kernel: [3253424.479918] connection2:0: detected conn error (1020)
Sep 12 07:48:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:48:28 ubuntu object-replicator: Nothing replicated for 0.00185894966125 seconds.
Sep 12 07:48:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:48:29 ubuntu kernel: [3253427.486271] connection2:0: detected conn error (1020)
Sep 12 07:48:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:48:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:48:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00335 seconds (0.00000/s)
Sep 12 07:48:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:48:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:48:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:48:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:48:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:48:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00379 seconds (0.00000/s)
Sep 12 07:48:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:48:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:48:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:48:32 ubuntu kernel: [3253430.492989] connection2:0: detected conn error (1020)
Sep 12 07:48:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:35 ubuntu kernel: [3253433.497716] connection2:0: detected conn error (1020)
Sep 12 07:48:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:38 ubuntu kernel: [3253436.501690] connection2:0: detected conn error (1020)
Sep 12 07:48:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:41 ubuntu kernel: [3253439.506627] connection2:0: detected conn error (1020)
Sep 12 07:48:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:42 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:48:42 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:48:42 ubuntu 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
Sep 12 07:48:42 ubuntu 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
Sep 12 07:48:42 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:48:42 ubuntu 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
Sep 12 07:48:44 ubuntu kernel: [3253442.511265] connection2:0: detected conn error (1020)
Sep 12 07:48:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:47 ubuntu kernel: [3253445.515522] connection2:0: detected conn error (1020)
Sep 12 07:48:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:50 ubuntu kernel: [3253448.519599] connection2:0: detected conn error (1020)
Sep 12 07:48:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:53 ubuntu kernel: [3253451.524259] connection2:0: detected conn error (1020)
Sep 12 07:48:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:56 ubuntu kernel: [3253454.529756] connection2:0: detected conn error (1020)
Sep 12 07:48:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:48:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:48:58 ubuntu object-replicator: Nothing replicated for 0.00167298316956 seconds.
Sep 12 07:48:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:48:59 ubuntu kernel: [3253457.533966] connection2:0: detected conn error (1020)
Sep 12 07:48:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:48:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:49:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:49:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00359 seconds (0.00000/s)
Sep 12 07:49:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:49:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:49:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:49:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:49:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:49:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00373 seconds (0.00000/s)
Sep 12 07:49:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:49:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:49:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:49:02 ubuntu kernel: [3253460.538419] connection2:0: detected conn error (1020)
Sep 12 07:49:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:05 ubuntu kernel: [3253463.542153] connection2:0: detected conn error (1020)
Sep 12 07:49:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:08 ubuntu kernel: [3253466.573231] connection2:0: detected conn error (1020)
Sep 12 07:49:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:11 ubuntu kernel: [3253469.578102] connection2:0: detected conn error (1020)
Sep 12 07:49:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:49:12 ubuntu 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
Sep 12 07:49:12 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:49:12 ubuntu 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
Sep 12 07:49:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:49:12 ubuntu 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
Sep 12 07:49:14 ubuntu kernel: [3253472.582108] connection2:0: detected conn error (1020)
Sep 12 07:49:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:17 ubuntu kernel: [3253475.587096] connection2:0: detected conn error (1020)
Sep 12 07:49:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:20 ubuntu kernel: [3253478.590507] connection2:0: detected conn error (1020)
Sep 12 07:49:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:23 ubuntu kernel: [3253481.595395] connection2:0: detected conn error (1020)
Sep 12 07:49:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:26 ubuntu kernel: [3253484.599781] connection2:0: detected conn error (1020)
Sep 12 07:49:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:49:28 ubuntu object-replicator: Nothing replicated for 0.0063807964325 seconds.
Sep 12 07:49:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:49:29 ubuntu kernel: [3253487.603893] connection2:0: detected conn error (1020)
Sep 12 07:49:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:49:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:49:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00225 seconds (0.00000/s)
Sep 12 07:49:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:49:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:49:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:49:30 ubuntu container-updater: Begin container update sweep
Sep 12 07:49:30 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 07:49:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:49:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:49:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00369 seconds (0.00000/s)
Sep 12 07:49:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:49:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:49:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:49:32 ubuntu kernel: [3253490.609451] connection2:0: detected conn error (1020)
Sep 12 07:49:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:35 ubuntu kernel: [3253493.613099] connection2:0: detected conn error (1020)
Sep 12 07:49:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:38 ubuntu kernel: [3253496.617055] connection2:0: detected conn error (1020)
Sep 12 07:49:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:41 ubuntu kernel: [3253499.622034] connection2:0: detected conn error (1020)
Sep 12 07:49:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:42 ubuntu object-updater: Begin object update sweep
Sep 12 07:49:42 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 07:49:42 ubuntu object-updater: Object update sweep completed: 0.15s
Sep 12 07:49:42 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:49:42 ubuntu 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
Sep 12 07:49:42 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:49:42 ubuntu 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
Sep 12 07:49:44 ubuntu kernel: [3253502.626278] connection2:0: detected conn error (1020)
Sep 12 07:49:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:47 ubuntu kernel: [3253505.630241] connection2:0: detected conn error (1020)
Sep 12 07:49:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:50 ubuntu kernel: [3253508.634915] connection2:0: detected conn error (1020)
Sep 12 07:49:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:53 ubuntu kernel: [3253511.639528] connection2:0: detected conn error (1020)
Sep 12 07:49:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:56 ubuntu kernel: [3253514.643397] connection2:0: detected conn error (1020)
Sep 12 07:49:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:49:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:49:58 ubuntu object-replicator: Nothing replicated for 0.00263786315918 seconds.
Sep 12 07:49:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:49:59 ubuntu kernel: [3253517.647320] connection2:0: detected conn error (1020)
Sep 12 07:49:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:49:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:50:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:50:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00252 seconds (0.00000/s)
Sep 12 07:50:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:50:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:50:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:50:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:50:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:50:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00432 seconds (0.00000/s)
Sep 12 07:50:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:50:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:50:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:50:02 ubuntu kernel: [3253520.651248] connection2:0: detected conn error (1020)
Sep 12 07:50:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:05 ubuntu kernel: [3253523.655139] connection2:0: detected conn error (1020)
Sep 12 07:50:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:08 ubuntu kernel: [3253526.659939] connection2:0: detected conn error (1020)
Sep 12 07:50:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:11 ubuntu kernel: [3253529.663432] connection2:0: detected conn error (1020)
Sep 12 07:50:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:13 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:50:13 ubuntu 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
Sep 12 07:50:13 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:50:13 ubuntu 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
Sep 12 07:50:13 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:50:13 ubuntu 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
Sep 12 07:50:14 ubuntu kernel: [3253532.667262] connection2:0: detected conn error (1020)
Sep 12 07:50:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:17 ubuntu kernel: [3253535.671060] connection2:0: detected conn error (1020)
Sep 12 07:50:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:20 ubuntu kernel: [3253538.674921] connection2:0: detected conn error (1020)
Sep 12 07:50:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:23 ubuntu kernel: [3253541.679485] connection2:0: detected conn error (1020)
Sep 12 07:50:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:26 ubuntu kernel: [3253544.683034] connection2:0: detected conn error (1020)
Sep 12 07:50:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:50:28 ubuntu object-replicator: Nothing replicated for 0.00503087043762 seconds.
Sep 12 07:50:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:50:29 ubuntu kernel: [3253547.686301] connection2:0: detected conn error (1020)
Sep 12 07:50:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:50:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:50:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00331 seconds (0.00000/s)
Sep 12 07:50:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:50:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:50:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:50:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:50:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:50:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00391 seconds (0.00000/s)
Sep 12 07:50:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:50:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:50:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:50:32 ubuntu kernel: [3253550.690018] connection2:0: detected conn error (1020)
Sep 12 07:50:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:35 ubuntu kernel: [3253553.693888] connection2:0: detected conn error (1020)
Sep 12 07:50:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:38 ubuntu kernel: [3253556.697622] connection2:0: detected conn error (1020)
Sep 12 07:50:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:41 ubuntu kernel: [3253559.701458] connection2:0: detected conn error (1020)
Sep 12 07:50:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:43 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:50:43 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:50:43 ubuntu 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
Sep 12 07:50:43 ubuntu 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
Sep 12 07:50:43 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:50:43 ubuntu 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
Sep 12 07:50:44 ubuntu kernel: [3253562.705308] connection2:0: detected conn error (1020)
Sep 12 07:50:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:47 ubuntu kernel: [3253565.710127] connection2:0: detected conn error (1020)
Sep 12 07:50:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:50 ubuntu kernel: [3253568.714374] connection2:0: detected conn error (1020)
Sep 12 07:50:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:53 ubuntu kernel: [3253571.718343] connection2:0: detected conn error (1020)
Sep 12 07:50:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:56 ubuntu kernel: [3253574.721852] connection2:0: detected conn error (1020)
Sep 12 07:50:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:50:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:50:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:50:58 ubuntu object-replicator: Nothing replicated for 0.00413489341736 seconds.
Sep 12 07:50:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:50:59 ubuntu kernel: [3253577.725856] connection2:0: detected conn error (1020)
Sep 12 07:51:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:51:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:51:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00334 seconds (0.00000/s)
Sep 12 07:51:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:51:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:51:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:51:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:51:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:51:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00379 seconds (0.00000/s)
Sep 12 07:51:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:51:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:51:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:51:02 ubuntu kernel: [3253580.730679] connection2:0: detected conn error (1020)
Sep 12 07:51:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:05 ubuntu kernel: [3253583.734012] connection2:0: detected conn error (1020)
Sep 12 07:51:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:08 ubuntu kernel: [3253586.738694] connection2:0: detected conn error (1020)
Sep 12 07:51:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:11 ubuntu kernel: [3253589.743044] connection2:0: detected conn error (1020)
Sep 12 07:51:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:13 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:51:13 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:51:13 ubuntu 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
Sep 12 07:51:13 ubuntu 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
Sep 12 07:51:13 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:51:13 ubuntu 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
Sep 12 07:51:14 ubuntu kernel: [3253592.746176] connection2:0: detected conn error (1020)
Sep 12 07:51:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:17 ubuntu kernel: [3253595.749765] connection2:0: detected conn error (1020)
Sep 12 07:51:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:20 ubuntu kernel: [3253598.753955] connection2:0: detected conn error (1020)
Sep 12 07:51:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:23 ubuntu kernel: [3253601.757977] connection2:0: detected conn error (1020)
Sep 12 07:51:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:26 ubuntu kernel: [3253604.761620] connection2:0: detected conn error (1020)
Sep 12 07:51:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:51:28 ubuntu object-replicator: Nothing replicated for 0.00809693336487 seconds.
Sep 12 07:51:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:51:29 ubuntu kernel: [3253607.775137] connection2:0: detected conn error (1020)
Sep 12 07:51:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:51:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:51:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00332 seconds (0.00000/s)
Sep 12 07:51:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:51:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:51:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:51:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:51:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:51:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00371 seconds (0.00000/s)
Sep 12 07:51:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:51:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:51:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:51:32 ubuntu kernel: [3253610.779050] connection2:0: detected conn error (1020)
Sep 12 07:51:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:35 ubuntu kernel: [3253613.783013] connection2:0: detected conn error (1020)
Sep 12 07:51:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:38 ubuntu kernel: [3253616.786618] connection2:0: detected conn error (1020)
Sep 12 07:51:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:41 ubuntu kernel: [3253619.790548] connection2:0: detected conn error (1020)
Sep 12 07:51:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:43 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:51:43 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:51:43 ubuntu 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
Sep 12 07:51:43 ubuntu 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
Sep 12 07:51:44 ubuntu kernel: [3253622.794876] connection2:0: detected conn error (1020)
Sep 12 07:51:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:47 ubuntu kernel: [3253625.798190] connection2:0: detected conn error (1020)
Sep 12 07:51:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:50 ubuntu kernel: [3253628.802566] connection2:0: detected conn error (1020)
Sep 12 07:51:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:53 ubuntu kernel: [3253631.806809] connection2:0: detected conn error (1020)
Sep 12 07:51:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:56 ubuntu kernel: [3253634.810996] connection2:0: detected conn error (1020)
Sep 12 07:51:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:51:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:51:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:51:58 ubuntu object-replicator: Nothing replicated for 0.00229096412659 seconds.
Sep 12 07:51:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:51:59 ubuntu kernel: [3253637.814789] connection2:0: detected conn error (1020)
Sep 12 07:52:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:52:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:52:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00408 seconds (0.00000/s)
Sep 12 07:52:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:52:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:52:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:52:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:52:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:52:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00240 seconds (0.00000/s)
Sep 12 07:52:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:52:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:52:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:52:02 ubuntu kernel: [3253640.819622] connection2:0: detected conn error (1020)
Sep 12 07:52:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:05 ubuntu kernel: [3253643.823614] connection2:0: detected conn error (1020)
Sep 12 07:52:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:08 ubuntu kernel: [3253646.827190] connection2:0: detected conn error (1020)
Sep 12 07:52:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:11 ubuntu kernel: [3253649.831649] connection2:0: detected conn error (1020)
Sep 12 07:52:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:14 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:52:14 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:52:14 ubuntu 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
Sep 12 07:52:14 ubuntu 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
Sep 12 07:52:14 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:52:14 ubuntu 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
Sep 12 07:52:14 ubuntu kernel: [3253652.835254] connection2:0: detected conn error (1020)
Sep 12 07:52:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:17 ubuntu kernel: [3253655.838262] connection2:0: detected conn error (1020)
Sep 12 07:52:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:20 ubuntu kernel: [3253658.842190] connection2:0: detected conn error (1020)
Sep 12 07:52:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:23 ubuntu kernel: [3253661.846426] connection2:0: detected conn error (1020)
Sep 12 07:52:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:26 ubuntu kernel: [3253664.850385] connection2:0: detected conn error (1020)
Sep 12 07:52:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:52:28 ubuntu object-replicator: Nothing replicated for 0.00774693489075 seconds.
Sep 12 07:52:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:52:29 ubuntu kernel: [3253667.854034] connection2:0: detected conn error (1020)
Sep 12 07:52:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:52:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:52:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00397 seconds (0.00000/s)
Sep 12 07:52:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:52:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:52:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:52:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:52:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:52:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00375 seconds (0.00000/s)
Sep 12 07:52:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:52:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:52:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:52:32 ubuntu kernel: [3253670.858115] connection2:0: detected conn error (1020)
Sep 12 07:52:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:35 ubuntu kernel: [3253673.862049] connection2:0: detected conn error (1020)
Sep 12 07:52:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:38 ubuntu kernel: [3253676.866145] connection2:0: detected conn error (1020)
Sep 12 07:52:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:41 ubuntu kernel: [3253679.870430] connection2:0: detected conn error (1020)
Sep 12 07:52:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:44 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:52:44 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:52:44 ubuntu 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
Sep 12 07:52:44 ubuntu 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
Sep 12 07:52:44 ubuntu kernel: [3253682.880094] connection2:0: detected conn error (1020)
Sep 12 07:52:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:47 ubuntu kernel: [3253685.883976] connection2:0: detected conn error (1020)
Sep 12 07:52:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:50 ubuntu kernel: [3253688.887417] connection2:0: detected conn error (1020)
Sep 12 07:52:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:53 ubuntu kernel: [3253691.891396] connection2:0: detected conn error (1020)
Sep 12 07:52:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:56 ubuntu kernel: [3253694.896375] connection2:0: detected conn error (1020)
Sep 12 07:52:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:52:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:52:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:52:58 ubuntu object-replicator: Nothing replicated for 0.00607895851135 seconds.
Sep 12 07:52:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:52:59 ubuntu kernel: [3253697.900091] connection2:0: detected conn error (1020)
Sep 12 07:53:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:53:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:53:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00399 seconds (0.00000/s)
Sep 12 07:53:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:53:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:53:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:53:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:53:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:53:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00214 seconds (0.00000/s)
Sep 12 07:53:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:53:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:53:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:53:02 ubuntu kernel: [3253700.903986] connection2:0: detected conn error (1020)
Sep 12 07:53:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:05 ubuntu kernel: [3253703.911344] connection2:0: detected conn error (1020)
Sep 12 07:53:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:08 ubuntu kernel: [3253706.915118] connection2:0: detected conn error (1020)
Sep 12 07:53:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:11 ubuntu kernel: [3253709.919092] connection2:0: detected conn error (1020)
Sep 12 07:53:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:14 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:53:14 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:53:14 ubuntu 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
Sep 12 07:53:14 ubuntu 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
Sep 12 07:53:14 ubuntu kernel: [3253712.923643] connection2:0: detected conn error (1020)
Sep 12 07:53:14 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:53:14 ubuntu 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
Sep 12 07:53:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:17 ubuntu kernel: [3253715.927948] connection2:0: detected conn error (1020)
Sep 12 07:53:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:20 ubuntu kernel: [3253718.932047] connection2:0: detected conn error (1020)
Sep 12 07:53:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:23 ubuntu kernel: [3253721.935812] connection2:0: detected conn error (1020)
Sep 12 07:53:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:26 ubuntu kernel: [3253724.939528] connection2:0: detected conn error (1020)
Sep 12 07:53:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:53:28 ubuntu object-replicator: Nothing replicated for 0.00726318359375 seconds.
Sep 12 07:53:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:53:29 ubuntu kernel: [3253727.943276] connection2:0: detected conn error (1020)
Sep 12 07:53:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:53:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:53:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00231 seconds (0.00000/s)
Sep 12 07:53:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:53:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:53:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:53:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:53:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:53:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00364 seconds (0.00000/s)
Sep 12 07:53:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:53:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:53:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:53:32 ubuntu kernel: [3253730.947514] connection2:0: detected conn error (1020)
Sep 12 07:53:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:35 ubuntu kernel: [3253733.961263] connection2:0: detected conn error (1020)
Sep 12 07:53:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:38 ubuntu kernel: [3253736.965699] connection2:0: detected conn error (1020)
Sep 12 07:53:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:41 ubuntu kernel: [3253739.969411] connection2:0: detected conn error (1020)
Sep 12 07:53:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:44 ubuntu kernel: [3253742.973908] connection2:0: detected conn error (1020)
Sep 12 07:53:44 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:53:44 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:53:44 ubuntu 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
Sep 12 07:53:44 ubuntu 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
Sep 12 07:53:44 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:53:44 ubuntu 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
Sep 12 07:53:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:47 ubuntu kernel: [3253745.978177] connection2:0: detected conn error (1020)
Sep 12 07:53:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:50 ubuntu kernel: [3253748.982335] connection2:0: detected conn error (1020)
Sep 12 07:53:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:53 ubuntu kernel: [3253751.986619] connection2:0: detected conn error (1020)
Sep 12 07:53:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:56 ubuntu kernel: [3253754.989613] connection2:0: detected conn error (1020)
Sep 12 07:53:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:53:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:53:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:53:58 ubuntu object-replicator: Nothing replicated for 0.00372910499573 seconds.
Sep 12 07:53:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:53:59 ubuntu kernel: [3253757.993838] connection2:0: detected conn error (1020)
Sep 12 07:54:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:54:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:54:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00459 seconds (0.00000/s)
Sep 12 07:54:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:54:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:54:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:54:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:54:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:54:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00370 seconds (0.00000/s)
Sep 12 07:54:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:54:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:54:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:54:02 ubuntu kernel: [3253760.997697] connection2:0: detected conn error (1020)
Sep 12 07:54:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:05 ubuntu kernel: [3253764.002570] connection2:0: detected conn error (1020)
Sep 12 07:54:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:08 ubuntu kernel: [3253767.006830] connection2:0: detected conn error (1020)
Sep 12 07:54:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:11 ubuntu kernel: [3253770.010859] connection2:0: detected conn error (1020)
Sep 12 07:54:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:14 ubuntu kernel: [3253773.014684] connection2:0: detected conn error (1020)
Sep 12 07:54:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:54:15 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:54:15 ubuntu 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
Sep 12 07:54:15 ubuntu 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
Sep 12 07:54:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:17 ubuntu kernel: [3253776.019150] connection2:0: detected conn error (1020)
Sep 12 07:54:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:20 ubuntu kernel: [3253779.022383] connection2:0: detected conn error (1020)
Sep 12 07:54:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:23 ubuntu kernel: [3253782.057261] connection2:0: detected conn error (1020)
Sep 12 07:54:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:26 ubuntu kernel: [3253785.062193] connection2:0: detected conn error (1020)
Sep 12 07:54:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:54:28 ubuntu object-replicator: Nothing replicated for 0.00495886802673 seconds.
Sep 12 07:54:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:54:29 ubuntu kernel: [3253788.066596] connection2:0: detected conn error (1020)
Sep 12 07:54:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:30 ubuntu container-updater: Begin container update sweep
Sep 12 07:54:30 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 07:54:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:54:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:54:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00393 seconds (0.00000/s)
Sep 12 07:54:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:54:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:54:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:54:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:54:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:54:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00319 seconds (0.00000/s)
Sep 12 07:54:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:54:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:54:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:54:32 ubuntu kernel: [3253791.071332] connection2:0: detected conn error (1020)
Sep 12 07:54:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:35 ubuntu kernel: [3253794.075606] connection2:0: detected conn error (1020)
Sep 12 07:54:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:38 ubuntu kernel: [3253797.080465] connection2:0: detected conn error (1020)
Sep 12 07:54:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:41 ubuntu kernel: [3253800.084125] connection2:0: detected conn error (1020)
Sep 12 07:54:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:42 ubuntu object-updater: Begin object update sweep
Sep 12 07:54:42 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 07:54:42 ubuntu object-updater: Object update sweep completed: 0.15s
Sep 12 07:54:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:44 ubuntu kernel: [3253803.088119] connection2:0: detected conn error (1020)
Sep 12 07:54:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:45 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:54:45 ubuntu 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
Sep 12 07:54:45 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:54:45 ubuntu 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
Sep 12 07:54:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:47 ubuntu kernel: [3253806.092622] connection2:0: detected conn error (1020)
Sep 12 07:54:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:50 ubuntu kernel: [3253809.096649] connection2:0: detected conn error (1020)
Sep 12 07:54:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:53 ubuntu kernel: [3253812.100867] connection2:0: detected conn error (1020)
Sep 12 07:54:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:56 ubuntu kernel: [3253815.105678] connection2:0: detected conn error (1020)
Sep 12 07:54:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:54:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:54:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:54:58 ubuntu object-replicator: Nothing replicated for 0.00486993789673 seconds.
Sep 12 07:54:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:54:59 ubuntu kernel: [3253818.137675] connection2:0: detected conn error (1020)
Sep 12 07:55:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:55:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:55:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00444 seconds (0.00000/s)
Sep 12 07:55:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:55:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:55:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:55:01 ubuntu account-replicator: Beginning replication run
Sep 12 07:55:01 ubuntu account-replicator: Replication run OVER
Sep 12 07:55:01 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00369 seconds (0.00000/s)
Sep 12 07:55:01 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:55:01 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:55:01 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:55:02 ubuntu kernel: [3253821.142530] connection2:0: detected conn error (1020)
Sep 12 07:55:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:05 ubuntu kernel: [3253824.146362] connection2:0: detected conn error (1020)
Sep 12 07:55:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:08 ubuntu kernel: [3253827.150638] connection2:0: detected conn error (1020)
Sep 12 07:55:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:11 ubuntu kernel: [3253830.155129] connection2:0: detected conn error (1020)
Sep 12 07:55:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:14 ubuntu kernel: [3253833.159110] connection2:0: detected conn error (1020)
Sep 12 07:55:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:15 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:55:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:55:15 ubuntu 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
Sep 12 07:55:15 ubuntu 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
Sep 12 07:55:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:55:15 ubuntu 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
Sep 12 07:55:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:17 ubuntu kernel: [3253836.163522] connection2:0: detected conn error (1020)
Sep 12 07:55:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:20 ubuntu kernel: [3253839.167096] connection2:0: detected conn error (1020)
Sep 12 07:55:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:23 ubuntu kernel: [3253842.171689] connection2:0: detected conn error (1020)
Sep 12 07:55:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:26 ubuntu kernel: [3253845.175196] connection2:0: detected conn error (1020)
Sep 12 07:55:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:55:28 ubuntu object-replicator: Nothing replicated for 0.00660705566406 seconds.
Sep 12 07:55:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:55:29 ubuntu kernel: [3253848.179925] connection2:0: detected conn error (1020)
Sep 12 07:55:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:55:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:55:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00217 seconds (0.00000/s)
Sep 12 07:55:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:55:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:55:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:55:31 ubuntu account-replicator: Beginning replication run
Sep 12 07:55:31 ubuntu account-replicator: Replication run OVER
Sep 12 07:55:31 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00342 seconds (0.00000/s)
Sep 12 07:55:31 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:55:31 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:55:31 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:55:32 ubuntu kernel: [3253851.183971] connection2:0: detected conn error (1020)
Sep 12 07:55:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:36 ubuntu kernel: [3253854.187996] connection2:0: detected conn error (1020)
Sep 12 07:55:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:39 ubuntu kernel: [3253857.192224] connection2:0: detected conn error (1020)
Sep 12 07:55:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:42 ubuntu kernel: [3253860.196992] connection2:0: detected conn error (1020)
Sep 12 07:55:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:45 ubuntu kernel: [3253863.201382] connection2:0: detected conn error (1020)
Sep 12 07:55:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:45 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:55:45 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:55:45 ubuntu 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
Sep 12 07:55:45 ubuntu 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
Sep 12 07:55:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:45 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:55:45 ubuntu 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
Sep 12 07:55:48 ubuntu kernel: [3253866.205469] connection2:0: detected conn error (1020)
Sep 12 07:55:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:51 ubuntu kernel: [3253869.209888] connection2:0: detected conn error (1020)
Sep 12 07:55:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:54 ubuntu kernel: [3253872.214495] connection2:0: detected conn error (1020)
Sep 12 07:55:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:57 ubuntu kernel: [3253875.218574] connection2:0: detected conn error (1020)
Sep 12 07:55:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:55:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:55:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:55:58 ubuntu object-replicator: Nothing replicated for 0.00171399116516 seconds.
Sep 12 07:55:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:56:00 ubuntu kernel: [3253878.222666] connection2:0: detected conn error (1020)
Sep 12 07:56:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:56:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:56:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00308 seconds (0.00000/s)
Sep 12 07:56:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:56:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:56:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:56:02 ubuntu account-replicator: Beginning replication run
Sep 12 07:56:02 ubuntu account-replicator: Replication run OVER
Sep 12 07:56:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00453 seconds (0.00000/s)
Sep 12 07:56:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:56:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:56:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:56:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:03 ubuntu kernel: [3253881.226201] connection2:0: detected conn error (1020)
Sep 12 07:56:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:06 ubuntu kernel: [3253884.230093] connection2:0: detected conn error (1020)
Sep 12 07:56:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:09 ubuntu kernel: [3253887.233770] connection2:0: detected conn error (1020)
Sep 12 07:56:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:12 ubuntu kernel: [3253890.239667] connection2:0: detected conn error (1020)
Sep 12 07:56:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:15 ubuntu kernel: [3253893.243970] connection2:0: detected conn error (1020)
Sep 12 07:56:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:15 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:56:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:56:15 ubuntu 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
Sep 12 07:56:15 ubuntu 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
Sep 12 07:56:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:56:16 ubuntu 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
Sep 12 07:56:18 ubuntu kernel: [3253896.249071] connection2:0: detected conn error (1020)
Sep 12 07:56:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:21 ubuntu kernel: [3253899.253732] connection2:0: detected conn error (1020)
Sep 12 07:56:21 ubuntu account-auditor: Account audit pass completed: 0.00s
Sep 12 07:56:21 ubuntu account-auditor: Begin account audit pass.
Sep 12 07:56:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:24 ubuntu kernel: [3253902.258394] connection2:0: detected conn error (1020)
Sep 12 07:56:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:27 ubuntu kernel: [3253905.262869] connection2:0: detected conn error (1020)
Sep 12 07:56:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:56:28 ubuntu object-replicator: Nothing replicated for 0.00806403160095 seconds.
Sep 12 07:56:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:56:30 ubuntu kernel: [3253908.269628] connection2:0: detected conn error (1020)
Sep 12 07:56:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:56:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:56:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00694 seconds (0.00000/s)
Sep 12 07:56:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:56:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:56:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:56:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:32 ubuntu account-replicator: Beginning replication run
Sep 12 07:56:32 ubuntu account-replicator: Replication run OVER
Sep 12 07:56:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00404 seconds (0.00000/s)
Sep 12 07:56:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:56:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:56:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:56:33 ubuntu kernel: [3253911.273771] connection2:0: detected conn error (1020)
Sep 12 07:56:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:36 ubuntu kernel: [3253914.277527] connection2:0: detected conn error (1020)
Sep 12 07:56:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:39 ubuntu kernel: [3253917.281172] connection2:0: detected conn error (1020)
Sep 12 07:56:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:42 ubuntu kernel: [3253920.285032] connection2:0: detected conn error (1020)
Sep 12 07:56:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:45 ubuntu kernel: [3253923.288894] connection2:0: detected conn error (1020)
Sep 12 07:56:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:46 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:56:46 ubuntu 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
Sep 12 07:56:46 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:56:46 ubuntu 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
Sep 12 07:56:48 ubuntu kernel: [3253926.292853] connection2:0: detected conn error (1020)
Sep 12 07:56:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:51 ubuntu kernel: [3253929.297112] connection2:0: detected conn error (1020)
Sep 12 07:56:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:54 ubuntu kernel: [3253932.300895] connection2:0: detected conn error (1020)
Sep 12 07:56:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:57 ubuntu kernel: [3253935.305450] connection2:0: detected conn error (1020)
Sep 12 07:56:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:56:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:56:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:56:58 ubuntu object-replicator: Nothing replicated for 0.00351786613464 seconds.
Sep 12 07:56:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:57:00 ubuntu kernel: [3253938.310481] connection2:0: detected conn error (1020)
Sep 12 07:57:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:00 ubuntu container-replicator: Beginning replication run
Sep 12 07:57:00 ubuntu container-replicator: Replication run OVER
Sep 12 07:57:00 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00461 seconds (0.00000/s)
Sep 12 07:57:00 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:57:00 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:57:00 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:57:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:02 ubuntu account-replicator: Beginning replication run
Sep 12 07:57:02 ubuntu account-replicator: Replication run OVER
Sep 12 07:57:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00410 seconds (0.00000/s)
Sep 12 07:57:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:57:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:57:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:57:03 ubuntu kernel: [3253941.315005] connection2:0: detected conn error (1020)
Sep 12 07:57:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:06 ubuntu kernel: [3253944.318843] connection2:0: detected conn error (1020)
Sep 12 07:57:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:09 ubuntu kernel: [3253947.324240] connection2:0: detected conn error (1020)
Sep 12 07:57:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:12 ubuntu kernel: [3253950.328163] connection2:0: detected conn error (1020)
Sep 12 07:57:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:15 ubuntu kernel: [3253953.332655] connection2:0: detected conn error (1020)
Sep 12 07:57:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:57:16 ubuntu 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
Sep 12 07:57:16 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:57:16 ubuntu 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
Sep 12 07:57:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:57:16 ubuntu 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
Sep 12 07:57:18 ubuntu kernel: [3253956.337156] connection2:0: detected conn error (1020)
Sep 12 07:57:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:21 ubuntu kernel: [3253959.341948] connection2:0: detected conn error (1020)
Sep 12 07:57:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:24 ubuntu kernel: [3253962.346770] connection2:0: detected conn error (1020)
Sep 12 07:57:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:27 ubuntu kernel: [3253965.351943] connection2:0: detected conn error (1020)
Sep 12 07:57:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:57:28 ubuntu object-replicator: Nothing replicated for 0.00479197502136 seconds.
Sep 12 07:57:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:57:30 ubuntu kernel: [3253968.355737] connection2:0: detected conn error (1020)
Sep 12 07:57:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:30 ubuntu container-replicator: Beginning replication run
Sep 12 07:57:30 ubuntu container-replicator: Replication run OVER
Sep 12 07:57:30 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00224 seconds (0.00000/s)
Sep 12 07:57:30 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:57:30 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:57:30 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:57:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:32 ubuntu account-replicator: Beginning replication run
Sep 12 07:57:32 ubuntu account-replicator: Replication run OVER
Sep 12 07:57:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00395 seconds (0.00000/s)
Sep 12 07:57:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:57:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:57:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:57:33 ubuntu kernel: [3253971.359273] connection2:0: detected conn error (1020)
Sep 12 07:57:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:36 ubuntu kernel: [3253974.364052] connection2:0: detected conn error (1020)
Sep 12 07:57:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:39 ubuntu kernel: [3253977.367687] connection2:0: detected conn error (1020)
Sep 12 07:57:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:42 ubuntu kernel: [3253980.371412] connection2:0: detected conn error (1020)
Sep 12 07:57:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:45 ubuntu kernel: [3253983.375371] connection2:0: detected conn error (1020)
Sep 12 07:57:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:46 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:57:46 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:57:46 ubuntu 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
Sep 12 07:57:46 ubuntu 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
Sep 12 07:57:46 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:57:46 ubuntu 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
Sep 12 07:57:48 ubuntu kernel: [3253986.380700] connection2:0: detected conn error (1020)
Sep 12 07:57:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:51 ubuntu kernel: [3253989.386175] connection2:0: detected conn error (1020)
Sep 12 07:57:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:54 ubuntu kernel: [3253992.390292] connection2:0: detected conn error (1020)
Sep 12 07:57:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:57 ubuntu kernel: [3253995.394542] connection2:0: detected conn error (1020)
Sep 12 07:57:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:57:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:57:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:57:58 ubuntu object-replicator: Nothing replicated for 0.00605702400208 seconds.
Sep 12 07:57:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:58:00 ubuntu kernel: [3253998.398367] connection2:0: detected conn error (1020)
Sep 12 07:58:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:01 ubuntu container-replicator: Beginning replication run
Sep 12 07:58:01 ubuntu container-replicator: Replication run OVER
Sep 12 07:58:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00696 seconds (0.00000/s)
Sep 12 07:58:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:58:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:58:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:58:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:02 ubuntu account-replicator: Beginning replication run
Sep 12 07:58:02 ubuntu account-replicator: Replication run OVER
Sep 12 07:58:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00348 seconds (0.00000/s)
Sep 12 07:58:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:58:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:58:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:58:03 ubuntu kernel: [3254001.401659] connection2:0: detected conn error (1020)
Sep 12 07:58:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:06 ubuntu kernel: [3254004.405863] connection2:0: detected conn error (1020)
Sep 12 07:58:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:09 ubuntu kernel: [3254007.409479] connection2:0: detected conn error (1020)
Sep 12 07:58:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:12 ubuntu kernel: [3254010.414620] connection2:0: detected conn error (1020)
Sep 12 07:58:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:15 ubuntu kernel: [3254013.418492] connection2:0: detected conn error (1020)
Sep 12 07:58:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:16 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:58:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:58:16 ubuntu 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
Sep 12 07:58:16 ubuntu 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
Sep 12 07:58:17 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:58:17 ubuntu 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
Sep 12 07:58:18 ubuntu kernel: [3254016.421805] connection2:0: detected conn error (1020)
Sep 12 07:58:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:21 ubuntu kernel: [3254019.434766] connection2:0: detected conn error (1020)
Sep 12 07:58:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:24 ubuntu kernel: [3254022.447372] connection2:0: detected conn error (1020)
Sep 12 07:58:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:27 ubuntu kernel: [3254025.451349] connection2:0: detected conn error (1020)
Sep 12 07:58:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:58:28 ubuntu object-replicator: Nothing replicated for 0.00357985496521 seconds.
Sep 12 07:58:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:58:30 ubuntu kernel: [3254028.457551] connection2:0: detected conn error (1020)
Sep 12 07:58:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:31 ubuntu container-replicator: Beginning replication run
Sep 12 07:58:31 ubuntu container-replicator: Replication run OVER
Sep 12 07:58:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00372 seconds (0.00000/s)
Sep 12 07:58:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:58:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:58:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:58:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:32 ubuntu account-replicator: Beginning replication run
Sep 12 07:58:32 ubuntu account-replicator: Replication run OVER
Sep 12 07:58:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00693 seconds (0.00000/s)
Sep 12 07:58:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:58:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:58:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:58:33 ubuntu kernel: [3254031.461681] connection2:0: detected conn error (1020)
Sep 12 07:58:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:36 ubuntu kernel: [3254034.514432] connection2:0: detected conn error (1020)
Sep 12 07:58:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:39 ubuntu kernel: [3254037.519803] connection2:0: detected conn error (1020)
Sep 12 07:58:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:42 ubuntu kernel: [3254040.524091] connection2:0: detected conn error (1020)
Sep 12 07:58:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:45 ubuntu kernel: [3254043.528306] connection2:0: detected conn error (1020)
Sep 12 07:58:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:58:47 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:58:47 ubuntu 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
Sep 12 07:58:47 ubuntu 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
Sep 12 07:58:48 ubuntu kernel: [3254046.532215] connection2:0: detected conn error (1020)
Sep 12 07:58:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:51 ubuntu kernel: [3254049.536069] connection2:0: detected conn error (1020)
Sep 12 07:58:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:54 ubuntu kernel: [3254052.540519] connection2:0: detected conn error (1020)
Sep 12 07:58:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:57 ubuntu kernel: [3254055.544969] connection2:0: detected conn error (1020)
Sep 12 07:58:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:58:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:58:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:58:58 ubuntu object-replicator: Nothing replicated for 0.00490713119507 seconds.
Sep 12 07:58:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:59:00 ubuntu kernel: [3254058.549921] connection2:0: detected conn error (1020)
Sep 12 07:59:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:01 ubuntu container-replicator: Beginning replication run
Sep 12 07:59:01 ubuntu container-replicator: Replication run OVER
Sep 12 07:59:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00500 seconds (0.00000/s)
Sep 12 07:59:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:59:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:59:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:59:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:02 ubuntu account-replicator: Beginning replication run
Sep 12 07:59:02 ubuntu account-replicator: Replication run OVER
Sep 12 07:59:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00409 seconds (0.00000/s)
Sep 12 07:59:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:59:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:59:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:59:03 ubuntu kernel: [3254061.554275] connection2:0: detected conn error (1020)
Sep 12 07:59:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:06 ubuntu kernel: [3254064.561169] connection2:0: detected conn error (1020)
Sep 12 07:59:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:09 ubuntu kernel: [3254067.584390] connection2:0: detected conn error (1020)
Sep 12 07:59:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:12 ubuntu kernel: [3254070.588878] connection2:0: detected conn error (1020)
Sep 12 07:59:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:15 ubuntu kernel: [3254073.593548] connection2:0: detected conn error (1020)
Sep 12 07:59:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:17 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:59:17 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:59:17 ubuntu 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
Sep 12 07:59:17 ubuntu 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
Sep 12 07:59:17 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:59:17 ubuntu 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
Sep 12 07:59:18 ubuntu kernel: [3254076.597486] connection2:0: detected conn error (1020)
Sep 12 07:59:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:21 ubuntu kernel: [3254079.601306] connection2:0: detected conn error (1020)
Sep 12 07:59:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:24 ubuntu kernel: [3254082.605563] connection2:0: detected conn error (1020)
Sep 12 07:59:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:27 ubuntu kernel: [3254085.609879] connection2:0: detected conn error (1020)
Sep 12 07:59:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:59:28 ubuntu object-replicator: Nothing replicated for 0.0103509426117 seconds.
Sep 12 07:59:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:59:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:30 ubuntu kernel: [3254088.613578] connection2:0: detected conn error (1020)
Sep 12 07:59:30 ubuntu container-updater: Begin container update sweep
Sep 12 07:59:30 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 07:59:31 ubuntu container-replicator: Beginning replication run
Sep 12 07:59:31 ubuntu container-replicator: Replication run OVER
Sep 12 07:59:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00422 seconds (0.00000/s)
Sep 12 07:59:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 07:59:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 07:59:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:59:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:32 ubuntu account-replicator: Beginning replication run
Sep 12 07:59:32 ubuntu account-replicator: Replication run OVER
Sep 12 07:59:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00392 seconds (0.00000/s)
Sep 12 07:59:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 07:59:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 07:59:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 07:59:33 ubuntu kernel: [3254091.617974] connection2:0: detected conn error (1020)
Sep 12 07:59:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:36 ubuntu kernel: [3254094.621432] connection2:0: detected conn error (1020)
Sep 12 07:59:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:39 ubuntu kernel: [3254097.624987] connection2:0: detected conn error (1020)
Sep 12 07:59:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:42 ubuntu object-updater: Begin object update sweep
Sep 12 07:59:42 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 07:59:42 ubuntu kernel: [3254100.630266] connection2:0: detected conn error (1020)
Sep 12 07:59:42 ubuntu object-updater: Object update sweep completed: 0.15s
Sep 12 07:59:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:45 ubuntu kernel: [3254103.633997] connection2:0: detected conn error (1020)
Sep 12 07:59:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:59:47 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 07:59:47 ubuntu 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
Sep 12 07:59:47 ubuntu 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
Sep 12 07:59:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 07:59:47 ubuntu 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
Sep 12 07:59:48 ubuntu kernel: [3254106.637675] connection2:0: detected conn error (1020)
Sep 12 07:59:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:51 ubuntu kernel: [3254109.641303] connection2:0: detected conn error (1020)
Sep 12 07:59:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:54 ubuntu kernel: [3254112.645260] connection2:0: detected conn error (1020)
Sep 12 07:59:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 07:59:57 ubuntu kernel: [3254115.649927] connection2:0: detected conn error (1020)
Sep 12 07:59:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 07:59:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 07:59:58 ubuntu object-replicator: Nothing replicated for 0.00579595565796 seconds.
Sep 12 07:59:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 07:59:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:00 ubuntu kernel: [3254118.654085] connection2:0: detected conn error (1020)
Sep 12 08:00:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:00:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:00:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00375 seconds (0.00000/s)
Sep 12 08:00:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:00:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:00:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:00:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:02 ubuntu CRON[14597]: (neutron) CMD (if [ -x /usr/bin/neutron-netns-cleanup ] ; then /usr/bin/neutron-netns-cleanup --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini >/dev/null 2>&1; fi)
Sep 12 08:00:02 ubuntu account-replicator: Beginning replication run
Sep 12 08:00:02 ubuntu account-replicator: Replication run OVER
Sep 12 08:00:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00220 seconds (0.00000/s)
Sep 12 08:00:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:00:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:00:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:00:03 ubuntu kernel: [3254121.657962] connection2:0: detected conn error (1020)
Sep 12 08:00:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:06 ubuntu kernel: [3254124.661992] connection2:0: detected conn error (1020)
Sep 12 08:00:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:09 ubuntu kernel: [3254127.666297] connection2:0: detected conn error (1020)
Sep 12 08:00:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:12 ubuntu kernel: [3254130.669883] connection2:0: detected conn error (1020)
Sep 12 08:00:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:15 ubuntu kernel: [3254133.674114] connection2:0: detected conn error (1020)
Sep 12 08:00:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:17 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:00:17 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:00:17 ubuntu 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
Sep 12 08:00:17 ubuntu 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
Sep 12 08:00:18 ubuntu kernel: [3254136.677733] connection2:0: detected conn error (1020)
Sep 12 08:00:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:21 ubuntu kernel: [3254139.685367] connection2:0: detected conn error (1020)
Sep 12 08:00:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:24 ubuntu kernel: [3254142.689090] connection2:0: detected conn error (1020)
Sep 12 08:00:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:27 ubuntu kernel: [3254145.692888] connection2:0: detected conn error (1020)
Sep 12 08:00:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:00:28 ubuntu object-replicator: Nothing replicated for 0.011412858963 seconds.
Sep 12 08:00:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:00:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:30 ubuntu kernel: [3254148.696238] connection2:0: detected conn error (1020)
Sep 12 08:00:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:00:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:00:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00726 seconds (0.00000/s)
Sep 12 08:00:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:00:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:00:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:00:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:32 ubuntu account-replicator: Beginning replication run
Sep 12 08:00:32 ubuntu account-replicator: Replication run OVER
Sep 12 08:00:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00390 seconds (0.00000/s)
Sep 12 08:00:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:00:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:00:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:00:33 ubuntu kernel: [3254151.701000] connection2:0: detected conn error (1020)
Sep 12 08:00:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:36 ubuntu kernel: [3254154.706058] connection2:0: detected conn error (1020)
Sep 12 08:00:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:39 ubuntu kernel: [3254157.710500] connection2:0: detected conn error (1020)
Sep 12 08:00:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:42 ubuntu kernel: [3254160.714976] connection2:0: detected conn error (1020)
Sep 12 08:00:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:45 ubuntu kernel: [3254163.719068] connection2:0: detected conn error (1020)
Sep 12 08:00:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:00:47 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:00:47 ubuntu 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
Sep 12 08:00:47 ubuntu 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
Sep 12 08:00:48 ubuntu kernel: [3254166.723455] connection2:0: detected conn error (1020)
Sep 12 08:00:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:51 ubuntu kernel: [3254169.727839] connection2:0: detected conn error (1020)
Sep 12 08:00:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:54 ubuntu kernel: [3254172.732445] connection2:0: detected conn error (1020)
Sep 12 08:00:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:00:57 ubuntu kernel: [3254175.736509] connection2:0: detected conn error (1020)
Sep 12 08:00:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:00:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:00:58 ubuntu object-replicator: Nothing replicated for 0.00783514976501 seconds.
Sep 12 08:00:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:00:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:00 ubuntu kernel: [3254178.740808] connection2:0: detected conn error (1020)
Sep 12 08:01:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:01:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:01:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00506 seconds (0.00000/s)
Sep 12 08:01:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:01:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:01:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:01:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:02 ubuntu account-replicator: Beginning replication run
Sep 12 08:01:02 ubuntu account-replicator: Replication run OVER
Sep 12 08:01:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00397 seconds (0.00000/s)
Sep 12 08:01:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:01:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:01:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:01:03 ubuntu kernel: [3254181.744735] connection2:0: detected conn error (1020)
Sep 12 08:01:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:06 ubuntu kernel: [3254184.749009] connection2:0: detected conn error (1020)
Sep 12 08:01:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:09 ubuntu kernel: [3254187.753244] connection2:0: detected conn error (1020)
Sep 12 08:01:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:12 ubuntu kernel: [3254190.756712] connection2:0: detected conn error (1020)
Sep 12 08:01:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:15 ubuntu kernel: [3254193.760548] connection2:0: detected conn error (1020)
Sep 12 08:01:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:01:18 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:01:18 ubuntu 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
Sep 12 08:01:18 ubuntu 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
Sep 12 08:01:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:01:18 ubuntu 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
Sep 12 08:01:18 ubuntu kernel: [3254196.764989] connection2:0: detected conn error (1020)
Sep 12 08:01:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:21 ubuntu kernel: [3254199.768885] connection2:0: detected conn error (1020)
Sep 12 08:01:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:24 ubuntu kernel: [3254202.773106] connection2:0: detected conn error (1020)
Sep 12 08:01:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:27 ubuntu kernel: [3254205.777444] connection2:0: detected conn error (1020)
Sep 12 08:01:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:01:28 ubuntu object-replicator: Nothing replicated for 0.00590991973877 seconds.
Sep 12 08:01:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:01:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:30 ubuntu kernel: [3254208.781714] connection2:0: detected conn error (1020)
Sep 12 08:01:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:01:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:01:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00369 seconds (0.00000/s)
Sep 12 08:01:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:01:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:01:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:01:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:32 ubuntu account-replicator: Beginning replication run
Sep 12 08:01:32 ubuntu account-replicator: Replication run OVER
Sep 12 08:01:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00449 seconds (0.00000/s)
Sep 12 08:01:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:01:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:01:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:01:33 ubuntu kernel: [3254211.785754] connection2:0: detected conn error (1020)
Sep 12 08:01:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:36 ubuntu kernel: [3254214.790757] connection2:0: detected conn error (1020)
Sep 12 08:01:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:39 ubuntu kernel: [3254217.794984] connection2:0: detected conn error (1020)
Sep 12 08:01:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:42 ubuntu kernel: [3254220.799254] connection2:0: detected conn error (1020)
Sep 12 08:01:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:45 ubuntu kernel: [3254223.804078] connection2:0: detected conn error (1020)
Sep 12 08:01:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:48 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:01:48 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:01:48 ubuntu 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
Sep 12 08:01:48 ubuntu 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
Sep 12 08:01:48 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:01:48 ubuntu 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
Sep 12 08:01:48 ubuntu kernel: [3254226.808925] connection2:0: detected conn error (1020)
Sep 12 08:01:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:51 ubuntu kernel: [3254229.813149] connection2:0: detected conn error (1020)
Sep 12 08:01:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:54 ubuntu kernel: [3254232.817419] connection2:0: detected conn error (1020)
Sep 12 08:01:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:01:57 ubuntu kernel: [3254235.821107] connection2:0: detected conn error (1020)
Sep 12 08:01:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:01:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:01:58 ubuntu object-replicator: Nothing replicated for 0.00173497200012 seconds.
Sep 12 08:01:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:01:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:00 ubuntu kernel: [3254238.824127] connection2:0: detected conn error (1020)
Sep 12 08:02:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:02:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:02:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00430 seconds (0.00000/s)
Sep 12 08:02:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:02:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:02:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:02:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:02 ubuntu account-replicator: Beginning replication run
Sep 12 08:02:02 ubuntu account-replicator: Replication run OVER
Sep 12 08:02:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00599 seconds (0.00000/s)
Sep 12 08:02:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:02:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:02:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:02:03 ubuntu kernel: [3254241.827964] connection2:0: detected conn error (1020)
Sep 12 08:02:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:06 ubuntu kernel: [3254244.837434] connection2:0: detected conn error (1020)
Sep 12 08:02:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:09 ubuntu kernel: [3254247.841013] connection2:0: detected conn error (1020)
Sep 12 08:02:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:12 ubuntu kernel: [3254250.845641] connection2:0: detected conn error (1020)
Sep 12 08:02:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:15 ubuntu kernel: [3254253.848853] connection2:0: detected conn error (1020)
Sep 12 08:02:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:18 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:02:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:02:18 ubuntu 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
Sep 12 08:02:18 ubuntu 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
Sep 12 08:02:18 ubuntu kernel: [3254256.852162] connection2:0: detected conn error (1020)
Sep 12 08:02:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:02:18 ubuntu 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
Sep 12 08:02:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:21 ubuntu kernel: [3254259.855651] connection2:0: detected conn error (1020)
Sep 12 08:02:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:24 ubuntu kernel: [3254262.859607] connection2:0: detected conn error (1020)
Sep 12 08:02:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:27 ubuntu kernel: [3254265.862755] connection2:0: detected conn error (1020)
Sep 12 08:02:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:02:28 ubuntu object-replicator: Nothing replicated for 0.00353121757507 seconds.
Sep 12 08:02:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:02:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:30 ubuntu kernel: [3254268.866641] connection2:0: detected conn error (1020)
Sep 12 08:02:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:02:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:02:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00249 seconds (0.00000/s)
Sep 12 08:02:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:02:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:02:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:02:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:32 ubuntu account-replicator: Beginning replication run
Sep 12 08:02:32 ubuntu account-replicator: Replication run OVER
Sep 12 08:02:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00220 seconds (0.00000/s)
Sep 12 08:02:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:02:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:02:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:02:33 ubuntu kernel: [3254271.870710] connection2:0: detected conn error (1020)
Sep 12 08:02:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:36 ubuntu kernel: [3254274.887558] connection2:0: detected conn error (1020)
Sep 12 08:02:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:39 ubuntu kernel: [3254277.892086] connection2:0: detected conn error (1020)
Sep 12 08:02:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:42 ubuntu kernel: [3254280.896382] connection2:0: detected conn error (1020)
Sep 12 08:02:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:45 ubuntu kernel: [3254283.900560] connection2:0: detected conn error (1020)
Sep 12 08:02:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:48 ubuntu kernel: [3254286.904893] connection2:0: detected conn error (1020)
Sep 12 08:02:48 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:02:48 ubuntu 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
Sep 12 08:02:48 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:02:48 ubuntu 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
Sep 12 08:02:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:51 ubuntu kernel: [3254289.908577] connection2:0: detected conn error (1020)
Sep 12 08:02:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:54 ubuntu kernel: [3254292.912563] connection2:0: detected conn error (1020)
Sep 12 08:02:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:02:57 ubuntu kernel: [3254295.917222] connection2:0: detected conn error (1020)
Sep 12 08:02:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:02:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:02:58 ubuntu object-replicator: Nothing replicated for 0.00541114807129 seconds.
Sep 12 08:02:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:02:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:00 ubuntu kernel: [3254298.921591] connection2:0: detected conn error (1020)
Sep 12 08:03:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:03:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:03:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00364 seconds (0.00000/s)
Sep 12 08:03:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:03:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:03:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:03:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:02 ubuntu account-replicator: Beginning replication run
Sep 12 08:03:02 ubuntu account-replicator: Replication run OVER
Sep 12 08:03:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00510 seconds (0.00000/s)
Sep 12 08:03:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:03:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:03:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:03:03 ubuntu kernel: [3254301.926203] connection2:0: detected conn error (1020)
Sep 12 08:03:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:06 ubuntu kernel: [3254304.930314] connection2:0: detected conn error (1020)
Sep 12 08:03:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:09 ubuntu kernel: [3254307.934806] connection2:0: detected conn error (1020)
Sep 12 08:03:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:12 ubuntu kernel: [3254310.939179] connection2:0: detected conn error (1020)
Sep 12 08:03:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:15 ubuntu kernel: [3254313.945728] connection2:0: detected conn error (1020)
Sep 12 08:03:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:18 ubuntu kernel: [3254316.950144] connection2:0: detected conn error (1020)
Sep 12 08:03:19 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:03:19 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:03:19 ubuntu 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
Sep 12 08:03:19 ubuntu 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
Sep 12 08:03:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:19 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:03:19 ubuntu 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
Sep 12 08:03:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:21 ubuntu kernel: [3254319.954554] connection2:0: detected conn error (1020)
Sep 12 08:03:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:25 ubuntu kernel: [3254323.004977] connection2:0: detected conn error (1020)
Sep 12 08:03:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:28 ubuntu kernel: [3254326.009526] connection2:0: detected conn error (1020)
Sep 12 08:03:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:03:28 ubuntu object-replicator: Nothing replicated for 0.00391602516174 seconds.
Sep 12 08:03:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:03:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:31 ubuntu kernel: [3254329.013375] connection2:0: detected conn error (1020)
Sep 12 08:03:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:03:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:03:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00403 seconds (0.00000/s)
Sep 12 08:03:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:03:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:03:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:03:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:32 ubuntu account-replicator: Beginning replication run
Sep 12 08:03:32 ubuntu account-replicator: Replication run OVER
Sep 12 08:03:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00464 seconds (0.00000/s)
Sep 12 08:03:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:03:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:03:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:03:34 ubuntu kernel: [3254332.017481] connection2:0: detected conn error (1020)
Sep 12 08:03:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:37 ubuntu kernel: [3254335.069879] connection2:0: detected conn error (1020)
Sep 12 08:03:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:40 ubuntu kernel: [3254338.073498] connection2:0: detected conn error (1020)
Sep 12 08:03:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:43 ubuntu kernel: [3254341.077382] connection2:0: detected conn error (1020)
Sep 12 08:03:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:46 ubuntu kernel: [3254344.082183] connection2:0: detected conn error (1020)
Sep 12 08:03:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:49 ubuntu kernel: [3254347.086635] connection2:0: detected conn error (1020)
Sep 12 08:03:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:03:49 ubuntu 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
Sep 12 08:03:49 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:03:49 ubuntu 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
Sep 12 08:03:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:03:49 ubuntu 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
Sep 12 08:03:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:51 ubuntu account-reaper: Devices pass completed: 0.00s
Sep 12 08:03:52 ubuntu kernel: [3254350.090948] connection2:0: detected conn error (1020)
Sep 12 08:03:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:55 ubuntu kernel: [3254353.095532] connection2:0: detected conn error (1020)
Sep 12 08:03:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:03:58 ubuntu kernel: [3254356.099318] connection2:0: detected conn error (1020)
Sep 12 08:03:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:03:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:03:58 ubuntu object-replicator: Nothing replicated for 0.00450682640076 seconds.
Sep 12 08:03:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:03:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:01 ubuntu kernel: [3254359.103741] connection2:0: detected conn error (1020)
Sep 12 08:04:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:04:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:04:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00384 seconds (0.00000/s)
Sep 12 08:04:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:04:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:04:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:04:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:02 ubuntu account-replicator: Beginning replication run
Sep 12 08:04:02 ubuntu account-replicator: Replication run OVER
Sep 12 08:04:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00464 seconds (0.00000/s)
Sep 12 08:04:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:04:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:04:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:04:04 ubuntu kernel: [3254362.108630] connection2:0: detected conn error (1020)
Sep 12 08:04:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:07 ubuntu kernel: [3254365.113120] connection2:0: detected conn error (1020)
Sep 12 08:04:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:10 ubuntu kernel: [3254368.135771] connection2:0: detected conn error (1020)
Sep 12 08:04:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:13 ubuntu kernel: [3254371.139862] connection2:0: detected conn error (1020)
Sep 12 08:04:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:16 ubuntu kernel: [3254374.143259] connection2:0: detected conn error (1020)
Sep 12 08:04:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:19 ubuntu kernel: [3254377.147233] connection2:0: detected conn error (1020)
Sep 12 08:04:19 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:04:19 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:04:19 ubuntu 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
Sep 12 08:04:19 ubuntu 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
Sep 12 08:04:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:22 ubuntu kernel: [3254380.151904] connection2:0: detected conn error (1020)
Sep 12 08:04:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:25 ubuntu kernel: [3254383.156087] connection2:0: detected conn error (1020)
Sep 12 08:04:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:28 ubuntu kernel: [3254386.161745] connection2:0: detected conn error (1020)
Sep 12 08:04:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:04:28 ubuntu object-replicator: Nothing replicated for 0.00327897071838 seconds.
Sep 12 08:04:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:04:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:30 ubuntu container-updater: Begin container update sweep
Sep 12 08:04:30 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 08:04:31 ubuntu kernel: [3254389.165310] connection2:0: detected conn error (1020)
Sep 12 08:04:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:04:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:04:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00505 seconds (0.00000/s)
Sep 12 08:04:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:04:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:04:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:04:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:32 ubuntu account-replicator: Beginning replication run
Sep 12 08:04:32 ubuntu account-replicator: Replication run OVER
Sep 12 08:04:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00381 seconds (0.00000/s)
Sep 12 08:04:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:04:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:04:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:04:34 ubuntu kernel: [3254392.169067] connection2:0: detected conn error (1020)
Sep 12 08:04:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:37 ubuntu kernel: [3254395.173629] connection2:0: detected conn error (1020)
Sep 12 08:04:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:40 ubuntu kernel: [3254398.178228] connection2:0: detected conn error (1020)
Sep 12 08:04:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:42 ubuntu object-updater: Begin object update sweep
Sep 12 08:04:42 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 08:04:42 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 08:04:43 ubuntu kernel: [3254401.182626] connection2:0: detected conn error (1020)
Sep 12 08:04:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:46 ubuntu kernel: [3254404.186767] connection2:0: detected conn error (1020)
Sep 12 08:04:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:49 ubuntu kernel: [3254407.190667] connection2:0: detected conn error (1020)
Sep 12 08:04:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:04:49 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:04:49 ubuntu 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
Sep 12 08:04:49 ubuntu 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
Sep 12 08:04:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:52 ubuntu kernel: [3254410.195407] connection2:0: detected conn error (1020)
Sep 12 08:04:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:55 ubuntu kernel: [3254413.199751] connection2:0: detected conn error (1020)
Sep 12 08:04:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:04:58 ubuntu kernel: [3254416.204157] connection2:0: detected conn error (1020)
Sep 12 08:04:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:04:58 ubuntu object-replicator: Nothing replicated for 0.00437188148499 seconds.
Sep 12 08:04:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:04:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:04:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:01 ubuntu kernel: [3254419.209575] connection2:0: detected conn error (1020)
Sep 12 08:05:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:05:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:05:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00249 seconds (0.00000/s)
Sep 12 08:05:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:05:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:05:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:05:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:02 ubuntu account-replicator: Beginning replication run
Sep 12 08:05:02 ubuntu account-replicator: Replication run OVER
Sep 12 08:05:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00422 seconds (0.00000/s)
Sep 12 08:05:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:05:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:05:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:05:04 ubuntu kernel: [3254422.213701] connection2:0: detected conn error (1020)
Sep 12 08:05:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:07 ubuntu kernel: [3254425.218377] connection2:0: detected conn error (1020)
Sep 12 08:05:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:10 ubuntu kernel: [3254428.222263] connection2:0: detected conn error (1020)
Sep 12 08:05:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:13 ubuntu kernel: [3254431.227585] connection2:0: detected conn error (1020)
Sep 12 08:05:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:16 ubuntu kernel: [3254434.232361] connection2:0: detected conn error (1020)
Sep 12 08:05:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:19 ubuntu kernel: [3254437.236706] connection2:0: detected conn error (1020)
Sep 12 08:05:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:19 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:05:19 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:05:19 ubuntu 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
Sep 12 08:05:19 ubuntu 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
Sep 12 08:05:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:22 ubuntu kernel: [3254440.239996] connection2:0: detected conn error (1020)
Sep 12 08:05:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:25 ubuntu kernel: [3254443.244499] connection2:0: detected conn error (1020)
Sep 12 08:05:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:28 ubuntu kernel: [3254446.248399] connection2:0: detected conn error (1020)
Sep 12 08:05:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:05:28 ubuntu object-replicator: Nothing replicated for 0.00722002983093 seconds.
Sep 12 08:05:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:05:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:31 ubuntu kernel: [3254449.254194] connection2:0: detected conn error (1020)
Sep 12 08:05:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:05:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:05:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00394 seconds (0.00000/s)
Sep 12 08:05:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:05:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:05:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:05:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:32 ubuntu account-replicator: Beginning replication run
Sep 12 08:05:32 ubuntu account-replicator: Replication run OVER
Sep 12 08:05:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00391 seconds (0.00000/s)
Sep 12 08:05:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:05:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:05:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:05:34 ubuntu kernel: [3254452.258597] connection2:0: detected conn error (1020)
Sep 12 08:05:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:37 ubuntu kernel: [3254455.262526] connection2:0: detected conn error (1020)
Sep 12 08:05:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:40 ubuntu kernel: [3254458.266934] connection2:0: detected conn error (1020)
Sep 12 08:05:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:43 ubuntu kernel: [3254461.271651] connection2:0: detected conn error (1020)
Sep 12 08:05:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:46 ubuntu kernel: [3254464.275811] connection2:0: detected conn error (1020)
Sep 12 08:05:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:49 ubuntu kernel: [3254467.280454] connection2:0: detected conn error (1020)
Sep 12 08:05:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:50 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:05:50 ubuntu 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
Sep 12 08:05:50 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:05:50 ubuntu 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
Sep 12 08:05:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:50 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:05:50 ubuntu 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
Sep 12 08:05:52 ubuntu kernel: [3254470.284947] connection2:0: detected conn error (1020)
Sep 12 08:05:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:55 ubuntu kernel: [3254473.288417] connection2:0: detected conn error (1020)
Sep 12 08:05:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:05:58 ubuntu kernel: [3254476.292470] connection2:0: detected conn error (1020)
Sep 12 08:05:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:05:58 ubuntu object-replicator: Nothing replicated for 0.00709700584412 seconds.
Sep 12 08:05:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:05:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:05:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:01 ubuntu kernel: [3254479.297627] connection2:0: detected conn error (1020)
Sep 12 08:06:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:06:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:06:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00415 seconds (0.00000/s)
Sep 12 08:06:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:06:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:06:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:06:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:02 ubuntu account-replicator: Beginning replication run
Sep 12 08:06:02 ubuntu account-replicator: Replication run OVER
Sep 12 08:06:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00406 seconds (0.00000/s)
Sep 12 08:06:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:06:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:06:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:06:04 ubuntu kernel: [3254482.303285] connection2:0: detected conn error (1020)
Sep 12 08:06:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:07 ubuntu kernel: [3254485.308783] connection2:0: detected conn error (1020)
Sep 12 08:06:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:10 ubuntu kernel: [3254488.313021] connection2:0: detected conn error (1020)
Sep 12 08:06:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:13 ubuntu kernel: [3254491.317629] connection2:0: detected conn error (1020)
Sep 12 08:06:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:16 ubuntu kernel: [3254494.323052] connection2:0: detected conn error (1020)
Sep 12 08:06:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:19 ubuntu kernel: [3254497.328359] connection2:0: detected conn error (1020)
Sep 12 08:06:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:20 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:06:20 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:06:20 ubuntu 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
Sep 12 08:06:20 ubuntu 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
Sep 12 08:06:22 ubuntu kernel: [3254500.333390] connection2:0: detected conn error (1020)
Sep 12 08:06:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:25 ubuntu kernel: [3254503.337733] connection2:0: detected conn error (1020)
Sep 12 08:06:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:28 ubuntu kernel: [3254506.341883] connection2:0: detected conn error (1020)
Sep 12 08:06:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:06:28 ubuntu object-replicator: Nothing replicated for 0.009202003479 seconds.
Sep 12 08:06:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:06:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:31 ubuntu kernel: [3254509.346096] connection2:0: detected conn error (1020)
Sep 12 08:06:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:06:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:06:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00610 seconds (0.00000/s)
Sep 12 08:06:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:06:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:06:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:06:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:32 ubuntu account-replicator: Beginning replication run
Sep 12 08:06:32 ubuntu account-replicator: Replication run OVER
Sep 12 08:06:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00390 seconds (0.00000/s)
Sep 12 08:06:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:06:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:06:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:06:34 ubuntu kernel: [3254512.350489] connection2:0: detected conn error (1020)
Sep 12 08:06:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:37 ubuntu kernel: [3254515.354552] connection2:0: detected conn error (1020)
Sep 12 08:06:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:40 ubuntu kernel: [3254518.358308] connection2:0: detected conn error (1020)
Sep 12 08:06:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:43 ubuntu kernel: [3254521.363563] connection2:0: detected conn error (1020)
Sep 12 08:06:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:46 ubuntu kernel: [3254524.368127] connection2:0: detected conn error (1020)
Sep 12 08:06:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:49 ubuntu kernel: [3254527.373027] connection2:0: detected conn error (1020)
Sep 12 08:06:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:50 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:06:50 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:06:50 ubuntu 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
Sep 12 08:06:50 ubuntu 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
Sep 12 08:06:52 ubuntu kernel: [3254530.377513] connection2:0: detected conn error (1020)
Sep 12 08:06:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:55 ubuntu kernel: [3254533.381039] connection2:0: detected conn error (1020)
Sep 12 08:06:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:06:58 ubuntu kernel: [3254536.384890] connection2:0: detected conn error (1020)
Sep 12 08:06:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:06:58 ubuntu object-replicator: Nothing replicated for 0.00657415390015 seconds.
Sep 12 08:06:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:06:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:06:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:07:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:07:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00439 seconds (0.00000/s)
Sep 12 08:07:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:07:01 ubuntu kernel: [3254539.389281] connection2:0: detected conn error (1020)
Sep 12 08:07:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:07:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:07:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:02 ubuntu account-replicator: Beginning replication run
Sep 12 08:07:02 ubuntu account-replicator: Replication run OVER
Sep 12 08:07:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00365 seconds (0.00000/s)
Sep 12 08:07:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:07:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:07:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:07:04 ubuntu kernel: [3254542.392323] connection2:0: detected conn error (1020)
Sep 12 08:07:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:07 ubuntu kernel: [3254545.397787] connection2:0: detected conn error (1020)
Sep 12 08:07:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:10 ubuntu kernel: [3254548.402434] connection2:0: detected conn error (1020)
Sep 12 08:07:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:13 ubuntu kernel: [3254551.407035] connection2:0: detected conn error (1020)
Sep 12 08:07:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:16 ubuntu kernel: [3254554.410965] connection2:0: detected conn error (1020)
Sep 12 08:07:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:19 ubuntu kernel: [3254557.415415] connection2:0: detected conn error (1020)
Sep 12 08:07:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:20 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:07:20 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:07:20 ubuntu 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
Sep 12 08:07:20 ubuntu 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
Sep 12 08:07:20 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:07:20 ubuntu 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
Sep 12 08:07:22 ubuntu kernel: [3254560.468987] connection2:0: detected conn error (1020)
Sep 12 08:07:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:25 ubuntu kernel: [3254563.472647] connection2:0: detected conn error (1020)
Sep 12 08:07:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:28 ubuntu kernel: [3254566.477249] connection2:0: detected conn error (1020)
Sep 12 08:07:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:07:28 ubuntu object-replicator: Nothing replicated for 0.00616502761841 seconds.
Sep 12 08:07:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:07:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:07:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:07:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00417 seconds (0.00000/s)
Sep 12 08:07:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:07:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:07:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:07:31 ubuntu kernel: [3254569.481249] connection2:0: detected conn error (1020)
Sep 12 08:07:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:32 ubuntu account-replicator: Beginning replication run
Sep 12 08:07:32 ubuntu account-replicator: Replication run OVER
Sep 12 08:07:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00608 seconds (0.00000/s)
Sep 12 08:07:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:07:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:07:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:07:34 ubuntu kernel: [3254572.498523] connection2:0: detected conn error (1020)
Sep 12 08:07:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:37 ubuntu kernel: [3254575.502349] connection2:0: detected conn error (1020)
Sep 12 08:07:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:40 ubuntu kernel: [3254578.506466] connection2:0: detected conn error (1020)
Sep 12 08:07:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:43 ubuntu kernel: [3254581.510353] connection2:0: detected conn error (1020)
Sep 12 08:07:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:46 ubuntu kernel: [3254584.514610] connection2:0: detected conn error (1020)
Sep 12 08:07:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:49 ubuntu kernel: [3254587.519694] connection2:0: detected conn error (1020)
Sep 12 08:07:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:51 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:07:51 ubuntu 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
Sep 12 08:07:51 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:07:51 ubuntu 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
Sep 12 08:07:51 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:07:51 ubuntu 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
Sep 12 08:07:52 ubuntu kernel: [3254590.523996] connection2:0: detected conn error (1020)
Sep 12 08:07:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:55 ubuntu kernel: [3254593.535807] connection2:0: detected conn error (1020)
Sep 12 08:07:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:07:58 ubuntu kernel: [3254596.539364] connection2:0: detected conn error (1020)
Sep 12 08:07:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:07:58 ubuntu object-replicator: Nothing replicated for 0.00294280052185 seconds.
Sep 12 08:07:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:07:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:07:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:08:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:08:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00654 seconds (0.00000/s)
Sep 12 08:08:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:08:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:08:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:08:01 ubuntu kernel: [3254599.543579] connection2:0: detected conn error (1020)
Sep 12 08:08:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:02 ubuntu account-replicator: Beginning replication run
Sep 12 08:08:02 ubuntu account-replicator: Replication run OVER
Sep 12 08:08:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00442 seconds (0.00000/s)
Sep 12 08:08:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:08:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:08:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:08:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:04 ubuntu kernel: [3254602.548478] connection2:0: detected conn error (1020)
Sep 12 08:08:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:07 ubuntu kernel: [3254605.552266] connection2:0: detected conn error (1020)
Sep 12 08:08:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:10 ubuntu kernel: [3254608.556825] connection2:0: detected conn error (1020)
Sep 12 08:08:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:13 ubuntu kernel: [3254611.561147] connection2:0: detected conn error (1020)
Sep 12 08:08:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:16 ubuntu kernel: [3254614.565438] connection2:0: detected conn error (1020)
Sep 12 08:08:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:19 ubuntu kernel: [3254617.570646] connection2:0: detected conn error (1020)
Sep 12 08:08:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:21 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:08:21 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:08:21 ubuntu 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
Sep 12 08:08:21 ubuntu 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
Sep 12 08:08:21 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:08:21 ubuntu 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
Sep 12 08:08:22 ubuntu kernel: [3254620.574658] connection2:0: detected conn error (1020)
Sep 12 08:08:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:25 ubuntu kernel: [3254623.587078] connection2:0: detected conn error (1020)
Sep 12 08:08:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:08:28 ubuntu kernel: [3254626.591340] connection2:0: detected conn error (1020)
Sep 12 08:08:28 ubuntu object-replicator: Nothing replicated for 0.00704503059387 seconds.
Sep 12 08:08:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:08:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:08:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:08:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00530 seconds (0.00000/s)
Sep 12 08:08:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:08:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:08:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:08:31 ubuntu kernel: [3254629.616886] connection2:0: detected conn error (1020)
Sep 12 08:08:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:32 ubuntu account-replicator: Beginning replication run
Sep 12 08:08:32 ubuntu account-replicator: Replication run OVER
Sep 12 08:08:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00372 seconds (0.00000/s)
Sep 12 08:08:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:08:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:08:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:08:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:34 ubuntu kernel: [3254632.620639] connection2:0: detected conn error (1020)
Sep 12 08:08:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:37 ubuntu kernel: [3254635.624513] connection2:0: detected conn error (1020)
Sep 12 08:08:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:40 ubuntu kernel: [3254638.629685] connection2:0: detected conn error (1020)
Sep 12 08:08:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:43 ubuntu kernel: [3254641.632878] connection2:0: detected conn error (1020)
Sep 12 08:08:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:46 ubuntu kernel: [3254644.637246] connection2:0: detected conn error (1020)
Sep 12 08:08:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:49 ubuntu kernel: [3254647.641742] connection2:0: detected conn error (1020)
Sep 12 08:08:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:51 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:08:51 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:08:51 ubuntu 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
Sep 12 08:08:51 ubuntu 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
Sep 12 08:08:52 ubuntu kernel: [3254650.645982] connection2:0: detected conn error (1020)
Sep 12 08:08:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:55 ubuntu kernel: [3254653.650157] connection2:0: detected conn error (1020)
Sep 12 08:08:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:08:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:08:58 ubuntu object-replicator: Nothing replicated for 0.00263285636902 seconds.
Sep 12 08:08:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:08:58 ubuntu kernel: [3254656.654807] connection2:0: detected conn error (1020)
Sep 12 08:08:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:08:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:09:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:09:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00411 seconds (0.00000/s)
Sep 12 08:09:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:09:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:09:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:09:01 ubuntu kernel: [3254659.658483] connection2:0: detected conn error (1020)
Sep 12 08:09:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:02 ubuntu account-replicator: Beginning replication run
Sep 12 08:09:02 ubuntu account-replicator: Replication run OVER
Sep 12 08:09:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00470 seconds (0.00000/s)
Sep 12 08:09:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:09:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:09:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:09:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:04 ubuntu kernel: [3254662.662179] connection2:0: detected conn error (1020)
Sep 12 08:09:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:07 ubuntu kernel: [3254665.700246] connection2:0: detected conn error (1020)
Sep 12 08:09:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:10 ubuntu kernel: [3254668.703454] connection2:0: detected conn error (1020)
Sep 12 08:09:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:13 ubuntu kernel: [3254671.707087] connection2:0: detected conn error (1020)
Sep 12 08:09:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:16 ubuntu kernel: [3254674.711351] connection2:0: detected conn error (1020)
Sep 12 08:09:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:19 ubuntu kernel: [3254677.715677] connection2:0: detected conn error (1020)
Sep 12 08:09:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:21 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:09:21 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:09:21 ubuntu 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
Sep 12 08:09:21 ubuntu 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
Sep 12 08:09:22 ubuntu kernel: [3254680.720176] connection2:0: detected conn error (1020)
Sep 12 08:09:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:25 ubuntu kernel: [3254683.730885] connection2:0: detected conn error (1020)
Sep 12 08:09:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:09:28 ubuntu object-replicator: Nothing replicated for 0.0119540691376 seconds.
Sep 12 08:09:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:09:28 ubuntu kernel: [3254686.734183] connection2:0: detected conn error (1020)
Sep 12 08:09:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:31 ubuntu container-updater: Begin container update sweep
Sep 12 08:09:31 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 08:09:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:09:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:09:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00372 seconds (0.00000/s)
Sep 12 08:09:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:09:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:09:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:09:31 ubuntu kernel: [3254689.739206] connection2:0: detected conn error (1020)
Sep 12 08:09:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:32 ubuntu account-replicator: Beginning replication run
Sep 12 08:09:32 ubuntu account-replicator: Replication run OVER
Sep 12 08:09:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00407 seconds (0.00000/s)
Sep 12 08:09:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:09:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:09:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:09:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:34 ubuntu kernel: [3254692.763127] connection2:0: detected conn error (1020)
Sep 12 08:09:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:37 ubuntu kernel: [3254695.766587] connection2:0: detected conn error (1020)
Sep 12 08:09:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:40 ubuntu kernel: [3254698.769862] connection2:0: detected conn error (1020)
Sep 12 08:09:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:42 ubuntu object-updater: Begin object update sweep
Sep 12 08:09:42 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 08:09:42 ubuntu object-updater: Object update sweep completed: 0.08s
Sep 12 08:09:43 ubuntu kernel: [3254701.773956] connection2:0: detected conn error (1020)
Sep 12 08:09:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:46 ubuntu kernel: [3254704.777673] connection2:0: detected conn error (1020)
Sep 12 08:09:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:49 ubuntu kernel: [3254707.782268] connection2:0: detected conn error (1020)
Sep 12 08:09:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:51 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:09:51 ubuntu 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
Sep 12 08:09:51 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:09:51 ubuntu 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
Sep 12 08:09:52 ubuntu kernel: [3254710.786907] connection2:0: detected conn error (1020)
Sep 12 08:09:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:55 ubuntu kernel: [3254713.790377] connection2:0: detected conn error (1020)
Sep 12 08:09:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:09:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:09:58 ubuntu object-replicator: Nothing replicated for 0.00627493858337 seconds.
Sep 12 08:09:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:09:59 ubuntu kernel: [3254716.793694] connection2:0: detected conn error (1020)
Sep 12 08:09:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:09:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:10:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:10:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00364 seconds (0.00000/s)
Sep 12 08:10:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:10:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:10:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:10:02 ubuntu kernel: [3254719.798273] connection2:0: detected conn error (1020)
Sep 12 08:10:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:02 ubuntu account-replicator: Beginning replication run
Sep 12 08:10:02 ubuntu account-replicator: Replication run OVER
Sep 12 08:10:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00909 seconds (0.00000/s)
Sep 12 08:10:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:10:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:10:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:10:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:05 ubuntu kernel: [3254722.802479] connection2:0: detected conn error (1020)
Sep 12 08:10:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:08 ubuntu kernel: [3254725.807121] connection2:0: detected conn error (1020)
Sep 12 08:10:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:11 ubuntu kernel: [3254728.811051] connection2:0: detected conn error (1020)
Sep 12 08:10:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:14 ubuntu kernel: [3254731.815412] connection2:0: detected conn error (1020)
Sep 12 08:10:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:17 ubuntu kernel: [3254734.863737] connection2:0: detected conn error (1020)
Sep 12 08:10:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:20 ubuntu kernel: [3254737.869027] connection2:0: detected conn error (1020)
Sep 12 08:10:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:22 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:10:22 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:10:22 ubuntu 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
Sep 12 08:10:22 ubuntu 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
Sep 12 08:10:23 ubuntu kernel: [3254740.873451] connection2:0: detected conn error (1020)
Sep 12 08:10:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:26 ubuntu kernel: [3254743.877079] connection2:0: detected conn error (1020)
Sep 12 08:10:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:10:28 ubuntu object-replicator: Nothing replicated for 0.00495481491089 seconds.
Sep 12 08:10:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:10:29 ubuntu kernel: [3254746.880590] connection2:0: detected conn error (1020)
Sep 12 08:10:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:10:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:10:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00433 seconds (0.00000/s)
Sep 12 08:10:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:10:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:10:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:10:32 ubuntu kernel: [3254749.885193] connection2:0: detected conn error (1020)
Sep 12 08:10:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:32 ubuntu account-replicator: Beginning replication run
Sep 12 08:10:32 ubuntu account-replicator: Replication run OVER
Sep 12 08:10:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00675 seconds (0.00000/s)
Sep 12 08:10:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:10:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:10:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:10:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:35 ubuntu kernel: [3254752.889499] connection2:0: detected conn error (1020)
Sep 12 08:10:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:38 ubuntu kernel: [3254755.893631] connection2:0: detected conn error (1020)
Sep 12 08:10:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:41 ubuntu kernel: [3254758.897757] connection2:0: detected conn error (1020)
Sep 12 08:10:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:44 ubuntu kernel: [3254761.902755] connection2:0: detected conn error (1020)
Sep 12 08:10:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:47 ubuntu kernel: [3254764.906998] connection2:0: detected conn error (1020)
Sep 12 08:10:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:50 ubuntu kernel: [3254767.910281] connection2:0: detected conn error (1020)
Sep 12 08:10:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:52 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:10:52 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:10:52 ubuntu 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
Sep 12 08:10:52 ubuntu 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
Sep 12 08:10:53 ubuntu kernel: [3254770.914231] connection2:0: detected conn error (1020)
Sep 12 08:10:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:56 ubuntu kernel: [3254773.917772] connection2:0: detected conn error (1020)
Sep 12 08:10:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:10:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:10:58 ubuntu object-replicator: Nothing replicated for 0.00620102882385 seconds.
Sep 12 08:10:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:10:59 ubuntu kernel: [3254776.921630] connection2:0: detected conn error (1020)
Sep 12 08:10:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:10:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:11:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:11:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00672 seconds (0.00000/s)
Sep 12 08:11:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:11:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:11:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:11:02 ubuntu kernel: [3254779.926081] connection2:0: detected conn error (1020)
Sep 12 08:11:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:02 ubuntu account-replicator: Beginning replication run
Sep 12 08:11:02 ubuntu account-replicator: Replication run OVER
Sep 12 08:11:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00857 seconds (0.00000/s)
Sep 12 08:11:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:11:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:11:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:11:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:05 ubuntu kernel: [3254782.930113] connection2:0: detected conn error (1020)
Sep 12 08:11:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:08 ubuntu kernel: [3254785.933973] connection2:0: detected conn error (1020)
Sep 12 08:11:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:11 ubuntu kernel: [3254788.937857] connection2:0: detected conn error (1020)
Sep 12 08:11:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:14 ubuntu kernel: [3254791.942180] connection2:0: detected conn error (1020)
Sep 12 08:11:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:17 ubuntu kernel: [3254794.945864] connection2:0: detected conn error (1020)
Sep 12 08:11:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:20 ubuntu kernel: [3254797.949640] connection2:0: detected conn error (1020)
Sep 12 08:11:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:22 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:11:22 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:11:22 ubuntu 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
Sep 12 08:11:22 ubuntu 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
Sep 12 08:11:22 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:11:22 ubuntu 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
Sep 12 08:11:23 ubuntu kernel: [3254800.953694] connection2:0: detected conn error (1020)
Sep 12 08:11:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:26 ubuntu kernel: [3254803.957787] connection2:0: detected conn error (1020)
Sep 12 08:11:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:11:28 ubuntu object-replicator: Nothing replicated for 0.00487184524536 seconds.
Sep 12 08:11:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:11:29 ubuntu kernel: [3254806.962605] connection2:0: detected conn error (1020)
Sep 12 08:11:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:11:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:11:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00421 seconds (0.00000/s)
Sep 12 08:11:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:11:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:11:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:11:32 ubuntu kernel: [3254809.967051] connection2:0: detected conn error (1020)
Sep 12 08:11:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:32 ubuntu account-replicator: Beginning replication run
Sep 12 08:11:32 ubuntu account-replicator: Replication run OVER
Sep 12 08:11:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00444 seconds (0.00000/s)
Sep 12 08:11:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:11:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:11:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:11:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:35 ubuntu kernel: [3254812.970729] connection2:0: detected conn error (1020)
Sep 12 08:11:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:38 ubuntu kernel: [3254815.974903] connection2:0: detected conn error (1020)
Sep 12 08:11:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:41 ubuntu kernel: [3254818.978736] connection2:0: detected conn error (1020)
Sep 12 08:11:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:44 ubuntu kernel: [3254821.986338] connection2:0: detected conn error (1020)
Sep 12 08:11:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:47 ubuntu kernel: [3254824.989157] connection2:0: detected conn error (1020)
Sep 12 08:11:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:50 ubuntu kernel: [3254827.993272] connection2:0: detected conn error (1020)
Sep 12 08:11:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:52 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:11:52 ubuntu 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
Sep 12 08:11:52 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:11:52 ubuntu 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
Sep 12 08:11:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:11:53 ubuntu 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
Sep 12 08:11:53 ubuntu kernel: [3254830.997104] connection2:0: detected conn error (1020)
Sep 12 08:11:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:56 ubuntu kernel: [3254834.002108] connection2:0: detected conn error (1020)
Sep 12 08:11:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:11:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:11:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:11:58 ubuntu object-replicator: Nothing replicated for 0.00271415710449 seconds.
Sep 12 08:11:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:11:59 ubuntu kernel: [3254837.006830] connection2:0: detected conn error (1020)
Sep 12 08:11:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:12:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:12:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00224 seconds (0.00000/s)
Sep 12 08:12:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:12:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:12:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:12:02 ubuntu kernel: [3254840.013135] connection2:0: detected conn error (1020)
Sep 12 08:12:02 ubuntu account-replicator: Beginning replication run
Sep 12 08:12:02 ubuntu account-replicator: Replication run OVER
Sep 12 08:12:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00447 seconds (0.00000/s)
Sep 12 08:12:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:12:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:12:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:12:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:05 ubuntu kernel: [3254843.017694] connection2:0: detected conn error (1020)
Sep 12 08:12:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:08 ubuntu kernel: [3254846.021703] connection2:0: detected conn error (1020)
Sep 12 08:12:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:11 ubuntu kernel: [3254849.028016] connection2:0: detected conn error (1020)
Sep 12 08:12:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:14 ubuntu kernel: [3254852.031955] connection2:0: detected conn error (1020)
Sep 12 08:12:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:17 ubuntu kernel: [3254855.035927] connection2:0: detected conn error (1020)
Sep 12 08:12:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:20 ubuntu kernel: [3254858.040274] connection2:0: detected conn error (1020)
Sep 12 08:12:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:23 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:12:23 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:12:23 ubuntu 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
Sep 12 08:12:23 ubuntu 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
Sep 12 08:12:23 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:12:23 ubuntu 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
Sep 12 08:12:23 ubuntu kernel: [3254861.044812] connection2:0: detected conn error (1020)
Sep 12 08:12:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:26 ubuntu kernel: [3254864.048783] connection2:0: detected conn error (1020)
Sep 12 08:12:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:12:28 ubuntu object-replicator: Nothing replicated for 0.0057430267334 seconds.
Sep 12 08:12:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:12:29 ubuntu kernel: [3254867.053825] connection2:0: detected conn error (1020)
Sep 12 08:12:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:12:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:12:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00349 seconds (0.00000/s)
Sep 12 08:12:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:12:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:12:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:12:32 ubuntu kernel: [3254870.058369] connection2:0: detected conn error (1020)
Sep 12 08:12:32 ubuntu account-replicator: Beginning replication run
Sep 12 08:12:32 ubuntu account-replicator: Replication run OVER
Sep 12 08:12:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00464 seconds (0.00000/s)
Sep 12 08:12:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:12:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:12:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:12:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:35 ubuntu kernel: [3254873.061676] connection2:0: detected conn error (1020)
Sep 12 08:12:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:38 ubuntu kernel: [3254876.067219] connection2:0: detected conn error (1020)
Sep 12 08:12:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:41 ubuntu kernel: [3254879.070701] connection2:0: detected conn error (1020)
Sep 12 08:12:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:44 ubuntu kernel: [3254882.074745] connection2:0: detected conn error (1020)
Sep 12 08:12:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:47 ubuntu kernel: [3254885.080365] connection2:0: detected conn error (1020)
Sep 12 08:12:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:50 ubuntu kernel: [3254888.083974] connection2:0: detected conn error (1020)
Sep 12 08:12:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:53 ubuntu kernel: [3254891.087284] connection2:0: detected conn error (1020)
Sep 12 08:12:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:12:53 ubuntu 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
Sep 12 08:12:53 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:12:53 ubuntu 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
Sep 12 08:12:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:12:53 ubuntu 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
Sep 12 08:12:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:56 ubuntu kernel: [3254894.101565] connection2:0: detected conn error (1020)
Sep 12 08:12:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:12:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:12:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:12:58 ubuntu object-replicator: Nothing replicated for 0.00283789634705 seconds.
Sep 12 08:12:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:12:59 ubuntu kernel: [3254897.106275] connection2:0: detected conn error (1020)
Sep 12 08:12:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:13:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:13:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00368 seconds (0.00000/s)
Sep 12 08:13:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:13:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:13:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:13:02 ubuntu kernel: [3254900.109855] connection2:0: detected conn error (1020)
Sep 12 08:13:02 ubuntu account-replicator: Beginning replication run
Sep 12 08:13:02 ubuntu account-replicator: Replication run OVER
Sep 12 08:13:02 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00536 seconds (0.00000/s)
Sep 12 08:13:02 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:13:02 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:13:02 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:13:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:05 ubuntu kernel: [3254903.113964] connection2:0: detected conn error (1020)
Sep 12 08:13:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:08 ubuntu kernel: [3254906.118909] connection2:0: detected conn error (1020)
Sep 12 08:13:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:11 ubuntu kernel: [3254909.123791] connection2:0: detected conn error (1020)
Sep 12 08:13:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:14 ubuntu kernel: [3254912.128699] connection2:0: detected conn error (1020)
Sep 12 08:13:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:17 ubuntu kernel: [3254915.132413] connection2:0: detected conn error (1020)
Sep 12 08:13:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:20 ubuntu kernel: [3254918.136904] connection2:0: detected conn error (1020)
Sep 12 08:13:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:23 ubuntu kernel: [3254921.141576] connection2:0: detected conn error (1020)
Sep 12 08:13:23 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:13:23 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:13:23 ubuntu 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
Sep 12 08:13:23 ubuntu 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
Sep 12 08:13:23 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:13:23 ubuntu 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
Sep 12 08:13:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:26 ubuntu kernel: [3254924.145586] connection2:0: detected conn error (1020)
Sep 12 08:13:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:13:28 ubuntu object-replicator: Nothing replicated for 0.00385093688965 seconds.
Sep 12 08:13:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:13:29 ubuntu kernel: [3254927.149972] connection2:0: detected conn error (1020)
Sep 12 08:13:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:13:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:13:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00348 seconds (0.00000/s)
Sep 12 08:13:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:13:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:13:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:13:32 ubuntu kernel: [3254930.153592] connection2:0: detected conn error (1020)
Sep 12 08:13:32 ubuntu account-replicator: Beginning replication run
Sep 12 08:13:32 ubuntu account-replicator: Replication run OVER
Sep 12 08:13:32 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00956 seconds (0.00000/s)
Sep 12 08:13:32 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:13:32 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:13:32 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:13:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:35 ubuntu kernel: [3254933.158458] connection2:0: detected conn error (1020)
Sep 12 08:13:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:38 ubuntu kernel: [3254936.163193] connection2:0: detected conn error (1020)
Sep 12 08:13:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:41 ubuntu kernel: [3254939.168658] connection2:0: detected conn error (1020)
Sep 12 08:13:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:44 ubuntu kernel: [3254942.172494] connection2:0: detected conn error (1020)
Sep 12 08:13:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:47 ubuntu kernel: [3254945.176604] connection2:0: detected conn error (1020)
Sep 12 08:13:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:50 ubuntu kernel: [3254948.181102] connection2:0: detected conn error (1020)
Sep 12 08:13:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:53 ubuntu kernel: [3254951.185092] connection2:0: detected conn error (1020)
Sep 12 08:13:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:13:53 ubuntu 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
Sep 12 08:13:53 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:13:53 ubuntu 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
Sep 12 08:13:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:13:53 ubuntu 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
Sep 12 08:13:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:56 ubuntu kernel: [3254954.189921] connection2:0: detected conn error (1020)
Sep 12 08:13:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:13:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:13:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:13:58 ubuntu object-replicator: Nothing replicated for 0.00574779510498 seconds.
Sep 12 08:13:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:13:59 ubuntu kernel: [3254957.194824] connection2:0: detected conn error (1020)
Sep 12 08:14:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:14:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:14:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00377 seconds (0.00000/s)
Sep 12 08:14:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:14:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:14:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:14:02 ubuntu kernel: [3254960.198928] connection2:0: detected conn error (1020)
Sep 12 08:14:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:14:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:14:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00258 seconds (0.00000/s)
Sep 12 08:14:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:14:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:14:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:14:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:05 ubuntu kernel: [3254963.202782] connection2:0: detected conn error (1020)
Sep 12 08:14:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:08 ubuntu kernel: [3254966.207138] connection2:0: detected conn error (1020)
Sep 12 08:14:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:11 ubuntu kernel: [3254969.211202] connection2:0: detected conn error (1020)
Sep 12 08:14:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:14 ubuntu kernel: [3254972.215594] connection2:0: detected conn error (1020)
Sep 12 08:14:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:17 ubuntu kernel: [3254975.219651] connection2:0: detected conn error (1020)
Sep 12 08:14:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:20 ubuntu kernel: [3254978.224062] connection2:0: detected conn error (1020)
Sep 12 08:14:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:23 ubuntu kernel: [3254981.229932] connection2:0: detected conn error (1020)
Sep 12 08:14:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:24 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:14:24 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:14:24 ubuntu 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
Sep 12 08:14:24 ubuntu 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
Sep 12 08:14:24 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:14:24 ubuntu 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
Sep 12 08:14:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:26 ubuntu kernel: [3254984.233752] connection2:0: detected conn error (1020)
Sep 12 08:14:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:14:28 ubuntu object-replicator: Nothing replicated for 0.00448107719421 seconds.
Sep 12 08:14:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:14:29 ubuntu kernel: [3254987.237054] connection2:0: detected conn error (1020)
Sep 12 08:14:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:31 ubuntu container-updater: Begin container update sweep
Sep 12 08:14:31 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 08:14:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:14:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:14:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00337 seconds (0.00000/s)
Sep 12 08:14:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:14:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:14:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:14:32 ubuntu kernel: [3254990.241190] connection2:0: detected conn error (1020)
Sep 12 08:14:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:14:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:14:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00707 seconds (0.00000/s)
Sep 12 08:14:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:14:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:14:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:14:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:35 ubuntu kernel: [3254993.245701] connection2:0: detected conn error (1020)
Sep 12 08:14:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:38 ubuntu kernel: [3254996.250899] connection2:0: detected conn error (1020)
Sep 12 08:14:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:41 ubuntu kernel: [3254999.256123] connection2:0: detected conn error (1020)
Sep 12 08:14:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:42 ubuntu object-updater: Begin object update sweep
Sep 12 08:14:42 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 08:14:42 ubuntu object-updater: Object update sweep completed: 0.08s
Sep 12 08:14:44 ubuntu kernel: [3255002.259871] connection2:0: detected conn error (1020)
Sep 12 08:14:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:47 ubuntu kernel: [3255005.263676] connection2:0: detected conn error (1020)
Sep 12 08:14:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:50 ubuntu kernel: [3255008.267720] connection2:0: detected conn error (1020)
Sep 12 08:14:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:53 ubuntu kernel: [3255011.271733] connection2:0: detected conn error (1020)
Sep 12 08:14:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:54 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:14:54 ubuntu 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
Sep 12 08:14:54 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:14:54 ubuntu 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
Sep 12 08:14:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:56 ubuntu kernel: [3255014.275725] connection2:0: detected conn error (1020)
Sep 12 08:14:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:14:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:14:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:14:58 ubuntu object-replicator: Nothing replicated for 0.00434803962708 seconds.
Sep 12 08:14:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:14:59 ubuntu kernel: [3255017.279601] connection2:0: detected conn error (1020)
Sep 12 08:15:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:01 ubuntu container-replicator: Beginning replication run
Sep 12 08:15:01 ubuntu container-replicator: Replication run OVER
Sep 12 08:15:01 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00428 seconds (0.00000/s)
Sep 12 08:15:01 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:15:01 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:15:01 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:15:02 ubuntu kernel: [3255020.283520] connection2:0: detected conn error (1020)
Sep 12 08:15:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:15:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:15:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00445 seconds (0.00000/s)
Sep 12 08:15:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:15:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:15:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:15:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:05 ubuntu kernel: [3255023.287614] connection2:0: detected conn error (1020)
Sep 12 08:15:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:08 ubuntu kernel: [3255026.291763] connection2:0: detected conn error (1020)
Sep 12 08:15:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:11 ubuntu kernel: [3255029.295426] connection2:0: detected conn error (1020)
Sep 12 08:15:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:14 ubuntu kernel: [3255032.299823] connection2:0: detected conn error (1020)
Sep 12 08:15:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:17 ubuntu kernel: [3255035.303796] connection2:0: detected conn error (1020)
Sep 12 08:15:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:20 ubuntu kernel: [3255038.307888] connection2:0: detected conn error (1020)
Sep 12 08:15:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:23 ubuntu kernel: [3255041.311820] connection2:0: detected conn error (1020)
Sep 12 08:15:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:24 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:15:24 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:15:24 ubuntu 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
Sep 12 08:15:24 ubuntu object-auditor: Object audit (ALL) "forever" mode completed: 0.01s. Total quarantined: 0, Total errors: 0, Total files/sec: 0.00, Total bytes/sec: 0.00, Auditing time: 0.00, Rate: 0.00
Sep 12 08:15:24 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:15:24 ubuntu 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
Sep 12 08:15:26 ubuntu kernel: [3255044.315915] connection2:0: detected conn error (1020)
Sep 12 08:15:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:15:28 ubuntu object-replicator: Nothing replicated for 0.00233197212219 seconds.
Sep 12 08:15:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:15:29 ubuntu kernel: [3255047.319626] connection2:0: detected conn error (1020)
Sep 12 08:15:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:31 ubuntu container-replicator: Beginning replication run
Sep 12 08:15:31 ubuntu container-replicator: Replication run OVER
Sep 12 08:15:31 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00546 seconds (0.00000/s)
Sep 12 08:15:31 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:15:31 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:15:31 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:15:32 ubuntu kernel: [3255050.324788] connection2:0: detected conn error (1020)
Sep 12 08:15:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:15:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:15:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00343 seconds (0.00000/s)
Sep 12 08:15:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:15:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:15:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:15:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:35 ubuntu kernel: [3255053.330119] connection2:0: detected conn error (1020)
Sep 12 08:15:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:38 ubuntu kernel: [3255056.333617] connection2:0: detected conn error (1020)
Sep 12 08:15:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:41 ubuntu kernel: [3255059.337678] connection2:0: detected conn error (1020)
Sep 12 08:15:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:44 ubuntu kernel: [3255062.341730] connection2:0: detected conn error (1020)
Sep 12 08:15:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:47 ubuntu kernel: [3255065.346210] connection2:0: detected conn error (1020)
Sep 12 08:15:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:50 ubuntu kernel: [3255068.349931] connection2:0: detected conn error (1020)
Sep 12 08:15:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:53 ubuntu kernel: [3255071.353030] connection2:0: detected conn error (1020)
Sep 12 08:15:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:54 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:15:54 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:15:54 ubuntu 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
Sep 12 08:15:54 ubuntu 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
Sep 12 08:15:56 ubuntu kernel: [3255074.356929] connection2:0: detected conn error (1020)
Sep 12 08:15:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:15:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:15:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:15:58 ubuntu object-replicator: Nothing replicated for 0.00363397598267 seconds.
Sep 12 08:15:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:15:59 ubuntu kernel: [3255077.361042] connection2:0: detected conn error (1020)
Sep 12 08:16:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:16:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:16:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00383 seconds (0.00000/s)
Sep 12 08:16:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:16:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:16:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:16:02 ubuntu kernel: [3255080.365649] connection2:0: detected conn error (1020)
Sep 12 08:16:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:16:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:16:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00328 seconds (0.00000/s)
Sep 12 08:16:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:16:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:16:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:16:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:05 ubuntu kernel: [3255083.370175] connection2:0: detected conn error (1020)
Sep 12 08:16:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:08 ubuntu kernel: [3255086.373961] connection2:0: detected conn error (1020)
Sep 12 08:16:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:11 ubuntu kernel: [3255089.377734] connection2:0: detected conn error (1020)
Sep 12 08:16:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:14 ubuntu kernel: [3255092.381846] connection2:0: detected conn error (1020)
Sep 12 08:16:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:17 ubuntu kernel: [3255095.385660] connection2:0: detected conn error (1020)
Sep 12 08:16:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:20 ubuntu kernel: [3255098.389156] connection2:0: detected conn error (1020)
Sep 12 08:16:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:23 ubuntu kernel: [3255101.393022] connection2:0: detected conn error (1020)
Sep 12 08:16:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:24 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:16:24 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:16:24 ubuntu 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
Sep 12 08:16:24 ubuntu 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
Sep 12 08:16:25 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:16:25 ubuntu 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
Sep 12 08:16:26 ubuntu kernel: [3255104.397125] connection2:0: detected conn error (1020)
Sep 12 08:16:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:16:28 ubuntu object-replicator: Nothing replicated for 0.00691986083984 seconds.
Sep 12 08:16:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:16:29 ubuntu kernel: [3255107.400689] connection2:0: detected conn error (1020)
Sep 12 08:16:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:16:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:16:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00390 seconds (0.00000/s)
Sep 12 08:16:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:16:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:16:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:16:32 ubuntu kernel: [3255110.403654] connection2:0: detected conn error (1020)
Sep 12 08:16:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:16:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:16:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00316 seconds (0.00000/s)
Sep 12 08:16:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:16:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:16:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:16:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:35 ubuntu kernel: [3255113.406862] connection2:0: detected conn error (1020)
Sep 12 08:16:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:38 ubuntu kernel: [3255116.410566] connection2:0: detected conn error (1020)
Sep 12 08:16:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:41 ubuntu kernel: [3255119.415123] connection2:0: detected conn error (1020)
Sep 12 08:16:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:44 ubuntu kernel: [3255122.421407] connection2:0: detected conn error (1020)
Sep 12 08:16:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:47 ubuntu kernel: [3255125.425273] connection2:0: detected conn error (1020)
Sep 12 08:16:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:50 ubuntu kernel: [3255128.429876] connection2:0: detected conn error (1020)
Sep 12 08:16:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:53 ubuntu kernel: [3255131.433840] connection2:0: detected conn error (1020)
Sep 12 08:16:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:55 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:16:55 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:16:55 ubuntu 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
Sep 12 08:16:55 ubuntu 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
Sep 12 08:16:55 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:16:55 ubuntu 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
Sep 12 08:16:56 ubuntu kernel: [3255134.438175] connection2:0: detected conn error (1020)
Sep 12 08:16:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:16:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:16:58 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:16:58 ubuntu object-replicator: Nothing replicated for 0.0043478012085 seconds.
Sep 12 08:16:58 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:16:59 ubuntu kernel: [3255137.441439] connection2:0: detected conn error (1020)
Sep 12 08:17:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:01 ubuntu CRON[16605]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Sep 12 08:17:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:17:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:17:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00437 seconds (0.00000/s)
Sep 12 08:17:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:17:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:17:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:17:02 ubuntu kernel: [3255140.525226] connection2:0: detected conn error (1020)
Sep 12 08:17:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:17:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:17:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00433 seconds (0.00000/s)
Sep 12 08:17:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:17:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:17:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:17:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:05 ubuntu kernel: [3255143.529809] connection2:0: detected conn error (1020)
Sep 12 08:17:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:08 ubuntu kernel: [3255146.533254] connection2:0: detected conn error (1020)
Sep 12 08:17:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:11 ubuntu kernel: [3255149.536430] connection2:0: detected conn error (1020)
Sep 12 08:17:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:14 ubuntu kernel: [3255152.540520] connection2:0: detected conn error (1020)
Sep 12 08:17:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:17 ubuntu kernel: [3255155.546782] connection2:0: detected conn error (1020)
Sep 12 08:17:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:20 ubuntu kernel: [3255158.550946] connection2:0: detected conn error (1020)
Sep 12 08:17:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:23 ubuntu kernel: [3255161.555194] connection2:0: detected conn error (1020)
Sep 12 08:17:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:25 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:17:25 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:17:25 ubuntu 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
Sep 12 08:17:25 ubuntu 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
Sep 12 08:17:25 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:17:25 ubuntu 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
Sep 12 08:17:26 ubuntu kernel: [3255164.559373] connection2:0: detected conn error (1020)
Sep 12 08:17:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:28 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:17:28 ubuntu object-replicator: Nothing replicated for 0.00266695022583 seconds.
Sep 12 08:17:28 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:17:29 ubuntu kernel: [3255167.565502] connection2:0: detected conn error (1020)
Sep 12 08:17:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:17:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:17:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00317 seconds (0.00000/s)
Sep 12 08:17:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:17:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:17:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:17:32 ubuntu kernel: [3255170.569172] connection2:0: detected conn error (1020)
Sep 12 08:17:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:17:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:17:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00401 seconds (0.00000/s)
Sep 12 08:17:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:17:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:17:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:17:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:35 ubuntu kernel: [3255173.573283] connection2:0: detected conn error (1020)
Sep 12 08:17:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:39 ubuntu kernel: [3255176.606190] connection2:0: detected conn error (1020)
Sep 12 08:17:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:42 ubuntu kernel: [3255179.611254] connection2:0: detected conn error (1020)
Sep 12 08:17:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:45 ubuntu kernel: [3255182.614883] connection2:0: detected conn error (1020)
Sep 12 08:17:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:48 ubuntu kernel: [3255185.619882] connection2:0: detected conn error (1020)
Sep 12 08:17:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:51 ubuntu kernel: [3255188.624288] connection2:0: detected conn error (1020)
Sep 12 08:17:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:54 ubuntu kernel: [3255191.628457] connection2:0: detected conn error (1020)
Sep 12 08:17:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:55 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:17:55 ubuntu 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
Sep 12 08:17:55 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:17:55 ubuntu 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
Sep 12 08:17:55 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:17:55 ubuntu 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
Sep 12 08:17:57 ubuntu kernel: [3255194.632018] connection2:0: detected conn error (1020)
Sep 12 08:17:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:17:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:17:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:17:59 ubuntu object-replicator: Nothing replicated for 0.00608515739441 seconds.
Sep 12 08:17:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:18:00 ubuntu kernel: [3255197.636705] connection2:0: detected conn error (1020)
Sep 12 08:18:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:18:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:18:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00383 seconds (0.00000/s)
Sep 12 08:18:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:18:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:18:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:18:03 ubuntu kernel: [3255200.640341] connection2:0: detected conn error (1020)
Sep 12 08:18:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:18:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:18:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00507 seconds (0.00000/s)
Sep 12 08:18:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:18:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:18:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:18:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:06 ubuntu kernel: [3255203.644042] connection2:0: detected conn error (1020)
Sep 12 08:18:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:09 ubuntu kernel: [3255206.649170] connection2:0: detected conn error (1020)
Sep 12 08:18:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:12 ubuntu kernel: [3255209.653181] connection2:0: detected conn error (1020)
Sep 12 08:18:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:15 ubuntu kernel: [3255212.657402] connection2:0: detected conn error (1020)
Sep 12 08:18:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:18 ubuntu kernel: [3255215.662164] connection2:0: detected conn error (1020)
Sep 12 08:18:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:21 ubuntu kernel: [3255218.666669] connection2:0: detected conn error (1020)
Sep 12 08:18:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:24 ubuntu kernel: [3255221.670146] connection2:0: detected conn error (1020)
Sep 12 08:18:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:24 ubuntu container-auditor: Container audit pass completed: 0.00s
Sep 12 08:18:24 ubuntu container-auditor: Begin container audit pass.
Sep 12 08:18:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:26 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:18:26 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:18:26 ubuntu 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
Sep 12 08:18:26 ubuntu 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
Sep 12 08:18:27 ubuntu kernel: [3255224.673892] connection2:0: detected conn error (1020)
Sep 12 08:18:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:18:29 ubuntu object-replicator: Nothing replicated for 0.00390696525574 seconds.
Sep 12 08:18:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:18:30 ubuntu kernel: [3255227.677572] connection2:0: detected conn error (1020)
Sep 12 08:18:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:18:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:18:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00287 seconds (0.00000/s)
Sep 12 08:18:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:18:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:18:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:18:33 ubuntu kernel: [3255230.682612] connection2:0: detected conn error (1020)
Sep 12 08:18:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:18:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:18:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00871 seconds (0.00000/s)
Sep 12 08:18:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:18:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:18:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:18:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:36 ubuntu kernel: [3255233.685962] connection2:0: detected conn error (1020)
Sep 12 08:18:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:39 ubuntu kernel: [3255236.689500] connection2:0: detected conn error (1020)
Sep 12 08:18:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:42 ubuntu kernel: [3255239.693490] connection2:0: detected conn error (1020)
Sep 12 08:18:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:45 ubuntu kernel: [3255242.697420] connection2:0: detected conn error (1020)
Sep 12 08:18:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:48 ubuntu kernel: [3255245.701507] connection2:0: detected conn error (1020)
Sep 12 08:18:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:51 ubuntu kernel: [3255248.705698] connection2:0: detected conn error (1020)
Sep 12 08:18:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:54 ubuntu kernel: [3255251.710210] connection2:0: detected conn error (1020)
Sep 12 08:18:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:56 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:18:56 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:18:56 ubuntu 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
Sep 12 08:18:56 ubuntu 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
Sep 12 08:18:57 ubuntu kernel: [3255254.717452] connection2:0: detected conn error (1020)
Sep 12 08:18:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:18:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:18:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:18:59 ubuntu object-replicator: Nothing replicated for 0.00169491767883 seconds.
Sep 12 08:18:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:19:00 ubuntu kernel: [3255257.721068] connection2:0: detected conn error (1020)
Sep 12 08:19:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:19:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:19:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00433 seconds (0.00000/s)
Sep 12 08:19:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:19:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:19:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:19:03 ubuntu kernel: [3255260.724542] connection2:0: detected conn error (1020)
Sep 12 08:19:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:19:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:19:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00387 seconds (0.00000/s)
Sep 12 08:19:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:19:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:19:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:19:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:06 ubuntu kernel: [3255263.729399] connection2:0: detected conn error (1020)
Sep 12 08:19:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:09 ubuntu kernel: [3255266.733417] connection2:0: detected conn error (1020)
Sep 12 08:19:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:12 ubuntu kernel: [3255269.737919] connection2:0: detected conn error (1020)
Sep 12 08:19:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:15 ubuntu kernel: [3255272.742185] connection2:0: detected conn error (1020)
Sep 12 08:19:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:18 ubuntu kernel: [3255275.748015] connection2:0: detected conn error (1020)
Sep 12 08:19:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:21 ubuntu kernel: [3255278.755030] connection2:0: detected conn error (1020)
Sep 12 08:19:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:24 ubuntu kernel: [3255281.759842] connection2:0: detected conn error (1020)
Sep 12 08:19:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:26 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:19:26 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:19:26 ubuntu 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
Sep 12 08:19:26 ubuntu 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
Sep 12 08:19:27 ubuntu kernel: [3255284.764558] connection2:0: detected conn error (1020)
Sep 12 08:19:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:19:29 ubuntu object-replicator: Nothing replicated for 0.00294589996338 seconds.
Sep 12 08:19:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:19:30 ubuntu kernel: [3255287.769053] connection2:0: detected conn error (1020)
Sep 12 08:19:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:31 ubuntu container-updater: Begin container update sweep
Sep 12 08:19:31 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 08:19:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:19:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:19:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00384 seconds (0.00000/s)
Sep 12 08:19:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:19:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:19:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:19:33 ubuntu kernel: [3255290.773061] connection2:0: detected conn error (1020)
Sep 12 08:19:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:19:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:19:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00270 seconds (0.00000/s)
Sep 12 08:19:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:19:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:19:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:19:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:36 ubuntu kernel: [3255293.776451] connection2:0: detected conn error (1020)
Sep 12 08:19:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:39 ubuntu kernel: [3255296.780568] connection2:0: detected conn error (1020)
Sep 12 08:19:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:42 ubuntu kernel: [3255299.784374] connection2:0: detected conn error (1020)
Sep 12 08:19:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:42 ubuntu object-updater: Begin object update sweep
Sep 12 08:19:42 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 08:19:42 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 08:19:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:45 ubuntu kernel: [3255302.789337] connection2:0: detected conn error (1020)
Sep 12 08:19:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:48 ubuntu kernel: [3255305.794156] connection2:0: detected conn error (1020)
Sep 12 08:19:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:51 ubuntu kernel: [3255308.798403] connection2:0: detected conn error (1020)
Sep 12 08:19:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:54 ubuntu kernel: [3255311.802516] connection2:0: detected conn error (1020)
Sep 12 08:19:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:56 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:19:56 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:19:56 ubuntu 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
Sep 12 08:19:56 ubuntu 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
Sep 12 08:19:56 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:19:56 ubuntu 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
Sep 12 08:19:57 ubuntu kernel: [3255314.806780] connection2:0: detected conn error (1020)
Sep 12 08:19:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:19:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:19:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:19:59 ubuntu object-replicator: Nothing replicated for 0.00304102897644 seconds.
Sep 12 08:19:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:20:00 ubuntu kernel: [3255317.810982] connection2:0: detected conn error (1020)
Sep 12 08:20:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:20:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:20:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00686 seconds (0.00000/s)
Sep 12 08:20:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:20:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:20:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:20:03 ubuntu kernel: [3255320.814409] connection2:0: detected conn error (1020)
Sep 12 08:20:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:20:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:20:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00411 seconds (0.00000/s)
Sep 12 08:20:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:20:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:20:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:20:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:06 ubuntu kernel: [3255323.817837] connection2:0: detected conn error (1020)
Sep 12 08:20:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:09 ubuntu kernel: [3255326.822281] connection2:0: detected conn error (1020)
Sep 12 08:20:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:12 ubuntu kernel: [3255329.826134] connection2:0: detected conn error (1020)
Sep 12 08:20:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:15 ubuntu kernel: [3255332.830085] connection2:0: detected conn error (1020)
Sep 12 08:20:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:18 ubuntu kernel: [3255335.834152] connection2:0: detected conn error (1020)
Sep 12 08:20:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:21 ubuntu kernel: [3255338.837956] connection2:0: detected conn error (1020)
Sep 12 08:20:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:24 ubuntu kernel: [3255341.841412] connection2:0: detected conn error (1020)
Sep 12 08:20:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:26 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:20:26 ubuntu 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
Sep 12 08:20:26 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:20:26 ubuntu 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
Sep 12 08:20:26 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:20:26 ubuntu 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
Sep 12 08:20:27 ubuntu kernel: [3255344.846299] connection2:0: detected conn error (1020)
Sep 12 08:20:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:20:29 ubuntu object-replicator: Nothing replicated for 0.00346994400024 seconds.
Sep 12 08:20:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:20:30 ubuntu kernel: [3255347.851777] connection2:0: detected conn error (1020)
Sep 12 08:20:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:20:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:20:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00374 seconds (0.00000/s)
Sep 12 08:20:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:20:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:20:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:20:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:33 ubuntu kernel: [3255350.856177] connection2:0: detected conn error (1020)
Sep 12 08:20:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:20:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:20:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.01088 seconds (0.00000/s)
Sep 12 08:20:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:20:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:20:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:20:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:36 ubuntu kernel: [3255353.860182] connection2:0: detected conn error (1020)
Sep 12 08:20:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:39 ubuntu kernel: [3255356.864803] connection2:0: detected conn error (1020)
Sep 12 08:20:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:42 ubuntu kernel: [3255359.869182] connection2:0: detected conn error (1020)
Sep 12 08:20:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:45 ubuntu kernel: [3255362.873433] connection2:0: detected conn error (1020)
Sep 12 08:20:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:48 ubuntu kernel: [3255365.877189] connection2:0: detected conn error (1020)
Sep 12 08:20:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:51 ubuntu kernel: [3255368.881683] connection2:0: detected conn error (1020)
Sep 12 08:20:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:54 ubuntu kernel: [3255371.885131] connection2:0: detected conn error (1020)
Sep 12 08:20:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:56 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:20:56 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:20:56 ubuntu 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
Sep 12 08:20:56 ubuntu 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
Sep 12 08:20:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:20:57 ubuntu 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
Sep 12 08:20:57 ubuntu kernel: [3255374.889479] connection2:0: detected conn error (1020)
Sep 12 08:20:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:20:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:20:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:20:59 ubuntu object-replicator: Nothing replicated for 0.00607299804688 seconds.
Sep 12 08:20:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:21:00 ubuntu kernel: [3255377.893970] connection2:0: detected conn error (1020)
Sep 12 08:21:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:21:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:21:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00476 seconds (0.00000/s)
Sep 12 08:21:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:21:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:21:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:21:03 ubuntu kernel: [3255380.897785] connection2:0: detected conn error (1020)
Sep 12 08:21:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:21:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:21:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00363 seconds (0.00000/s)
Sep 12 08:21:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:21:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:21:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:21:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:06 ubuntu kernel: [3255383.901763] connection2:0: detected conn error (1020)
Sep 12 08:21:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:09 ubuntu kernel: [3255386.905801] connection2:0: detected conn error (1020)
Sep 12 08:21:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:12 ubuntu kernel: [3255389.910957] connection2:0: detected conn error (1020)
Sep 12 08:21:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:15 ubuntu kernel: [3255392.916658] connection2:0: detected conn error (1020)
Sep 12 08:21:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:18 ubuntu kernel: [3255395.921190] connection2:0: detected conn error (1020)
Sep 12 08:21:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:21 ubuntu kernel: [3255398.925065] connection2:0: detected conn error (1020)
Sep 12 08:21:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:24 ubuntu kernel: [3255401.929651] connection2:0: detected conn error (1020)
Sep 12 08:21:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:27 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:21:27 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:21:27 ubuntu 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
Sep 12 08:21:27 ubuntu 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
Sep 12 08:21:27 ubuntu kernel: [3255404.934182] connection2:0: detected conn error (1020)
Sep 12 08:21:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:21:29 ubuntu object-replicator: Nothing replicated for 0.00586915016174 seconds.
Sep 12 08:21:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:21:30 ubuntu kernel: [3255407.938117] connection2:0: detected conn error (1020)
Sep 12 08:21:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:21:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:21:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00396 seconds (0.00000/s)
Sep 12 08:21:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:21:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:21:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:21:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:21:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:21:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00342 seconds (0.00000/s)
Sep 12 08:21:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:21:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:21:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:21:33 ubuntu kernel: [3255410.941505] connection2:0: detected conn error (1020)
Sep 12 08:21:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:36 ubuntu kernel: [3255413.946963] connection2:0: detected conn error (1020)
Sep 12 08:21:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:39 ubuntu kernel: [3255416.951420] connection2:0: detected conn error (1020)
Sep 12 08:21:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:42 ubuntu kernel: [3255419.954811] connection2:0: detected conn error (1020)
Sep 12 08:21:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:45 ubuntu kernel: [3255422.960187] connection2:0: detected conn error (1020)
Sep 12 08:21:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:48 ubuntu kernel: [3255425.964350] connection2:0: detected conn error (1020)
Sep 12 08:21:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:51 ubuntu kernel: [3255428.968633] connection2:0: detected conn error (1020)
Sep 12 08:21:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:54 ubuntu kernel: [3255431.972932] connection2:0: detected conn error (1020)
Sep 12 08:21:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:57 ubuntu kernel: [3255434.977740] connection2:0: detected conn error (1020)
Sep 12 08:21:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:21:57 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:21:57 ubuntu 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
Sep 12 08:21:57 ubuntu 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
Sep 12 08:21:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:21:57 ubuntu 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
Sep 12 08:21:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:21:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:21:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:21:59 ubuntu object-replicator: Nothing replicated for 0.00547695159912 seconds.
Sep 12 08:21:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:22:00 ubuntu kernel: [3255437.982412] connection2:0: detected conn error (1020)
Sep 12 08:22:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:22:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:22:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00390 seconds (0.00000/s)
Sep 12 08:22:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:22:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:22:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:22:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:22:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:22:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00390 seconds (0.00000/s)
Sep 12 08:22:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:22:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:22:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:22:03 ubuntu kernel: [3255440.986528] connection2:0: detected conn error (1020)
Sep 12 08:22:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:06 ubuntu kernel: [3255443.990168] connection2:0: detected conn error (1020)
Sep 12 08:22:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:09 ubuntu kernel: [3255446.994818] connection2:0: detected conn error (1020)
Sep 12 08:22:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:12 ubuntu kernel: [3255449.998197] connection2:0: detected conn error (1020)
Sep 12 08:22:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:15 ubuntu kernel: [3255453.002552] connection2:0: detected conn error (1020)
Sep 12 08:22:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:18 ubuntu kernel: [3255456.006794] connection2:0: detected conn error (1020)
Sep 12 08:22:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:21 ubuntu kernel: [3255459.010474] connection2:0: detected conn error (1020)
Sep 12 08:22:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:24 ubuntu kernel: [3255462.014374] connection2:0: detected conn error (1020)
Sep 12 08:22:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:27 ubuntu kernel: [3255465.018892] connection2:0: detected conn error (1020)
Sep 12 08:22:27 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:22:27 ubuntu 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
Sep 12 08:22:27 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:22:27 ubuntu 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
Sep 12 08:22:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:22:29 ubuntu object-replicator: Nothing replicated for 0.00556397438049 seconds.
Sep 12 08:22:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:22:30 ubuntu kernel: [3255468.023812] connection2:0: detected conn error (1020)
Sep 12 08:22:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:22:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:22:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00357 seconds (0.00000/s)
Sep 12 08:22:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:22:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:22:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:22:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:22:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:22:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00483 seconds (0.00000/s)
Sep 12 08:22:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:22:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:22:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:22:33 ubuntu kernel: [3255471.027424] connection2:0: detected conn error (1020)
Sep 12 08:22:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:36 ubuntu kernel: [3255474.031372] connection2:0: detected conn error (1020)
Sep 12 08:22:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:39 ubuntu kernel: [3255477.035032] connection2:0: detected conn error (1020)
Sep 12 08:22:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:42 ubuntu kernel: [3255480.039031] connection2:0: detected conn error (1020)
Sep 12 08:22:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:45 ubuntu kernel: [3255483.042468] connection2:0: detected conn error (1020)
Sep 12 08:22:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:48 ubuntu kernel: [3255486.047225] connection2:0: detected conn error (1020)
Sep 12 08:22:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:51 ubuntu kernel: [3255489.051059] connection2:0: detected conn error (1020)
Sep 12 08:22:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:54 ubuntu kernel: [3255492.102991] connection2:0: detected conn error (1020)
Sep 12 08:22:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:57 ubuntu kernel: [3255495.107219] connection2:0: detected conn error (1020)
Sep 12 08:22:57 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:22:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:22:57 ubuntu 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
Sep 12 08:22:57 ubuntu 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
Sep 12 08:22:58 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:22:58 ubuntu 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
Sep 12 08:22:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:22:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:22:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:22:59 ubuntu object-replicator: Nothing replicated for 0.00575089454651 seconds.
Sep 12 08:22:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:23:00 ubuntu kernel: [3255498.111224] connection2:0: detected conn error (1020)
Sep 12 08:23:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:23:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:23:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00516 seconds (0.00000/s)
Sep 12 08:23:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:23:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:23:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:23:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:23:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:23:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00354 seconds (0.00000/s)
Sep 12 08:23:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:23:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:23:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:23:03 ubuntu kernel: [3255501.114464] connection2:0: detected conn error (1020)
Sep 12 08:23:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:06 ubuntu kernel: [3255504.118349] connection2:0: detected conn error (1020)
Sep 12 08:23:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:09 ubuntu kernel: [3255507.121964] connection2:0: detected conn error (1020)
Sep 12 08:23:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:12 ubuntu kernel: [3255510.126421] connection2:0: detected conn error (1020)
Sep 12 08:23:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:15 ubuntu kernel: [3255513.130614] connection2:0: detected conn error (1020)
Sep 12 08:23:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:18 ubuntu kernel: [3255516.134314] connection2:0: detected conn error (1020)
Sep 12 08:23:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:21 ubuntu kernel: [3255519.138755] connection2:0: detected conn error (1020)
Sep 12 08:23:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:24 ubuntu kernel: [3255522.142473] connection2:0: detected conn error (1020)
Sep 12 08:23:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:27 ubuntu kernel: [3255525.146533] connection2:0: detected conn error (1020)
Sep 12 08:23:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:23:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:28 ubuntu 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
Sep 12 08:23:28 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:23:28 ubuntu 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
Sep 12 08:23:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:23:28 ubuntu 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
Sep 12 08:23:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:23:29 ubuntu object-replicator: Nothing replicated for 0.00432991981506 seconds.
Sep 12 08:23:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:23:30 ubuntu kernel: [3255528.178749] connection2:0: detected conn error (1020)
Sep 12 08:23:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:23:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:23:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00383 seconds (0.00000/s)
Sep 12 08:23:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:23:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:23:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:23:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:23:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:23:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00479 seconds (0.00000/s)
Sep 12 08:23:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:23:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:23:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:23:33 ubuntu kernel: [3255531.182435] connection2:0: detected conn error (1020)
Sep 12 08:23:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:36 ubuntu kernel: [3255534.186371] connection2:0: detected conn error (1020)
Sep 12 08:23:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:39 ubuntu kernel: [3255537.191006] connection2:0: detected conn error (1020)
Sep 12 08:23:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:42 ubuntu kernel: [3255540.194922] connection2:0: detected conn error (1020)
Sep 12 08:23:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:45 ubuntu kernel: [3255543.198445] connection2:0: detected conn error (1020)
Sep 12 08:23:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:48 ubuntu kernel: [3255546.202469] connection2:0: detected conn error (1020)
Sep 12 08:23:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:51 ubuntu kernel: [3255549.206618] connection2:0: detected conn error (1020)
Sep 12 08:23:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:54 ubuntu kernel: [3255552.210326] connection2:0: detected conn error (1020)
Sep 12 08:23:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:57 ubuntu kernel: [3255555.214922] connection2:0: detected conn error (1020)
Sep 12 08:23:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:23:58 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:23:58 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:23:58 ubuntu 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
Sep 12 08:23:58 ubuntu 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
Sep 12 08:23:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:23:58 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:23:58 ubuntu 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
Sep 12 08:23:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:23:59 ubuntu object-replicator: Nothing replicated for 0.0109808444977 seconds.
Sep 12 08:23:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:24:00 ubuntu kernel: [3255558.221899] connection2:0: detected conn error (1020)
Sep 12 08:24:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:24:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:24:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00373 seconds (0.00000/s)
Sep 12 08:24:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:24:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:24:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:24:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:24:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:24:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00590 seconds (0.00000/s)
Sep 12 08:24:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:24:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:24:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:24:03 ubuntu kernel: [3255561.231445] connection2:0: detected conn error (1020)
Sep 12 08:24:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:06 ubuntu kernel: [3255564.235473] connection2:0: detected conn error (1020)
Sep 12 08:24:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:09 ubuntu kernel: [3255567.240265] connection2:0: detected conn error (1020)
Sep 12 08:24:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:12 ubuntu kernel: [3255570.244217] connection2:0: detected conn error (1020)
Sep 12 08:24:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:15 ubuntu kernel: [3255573.248312] connection2:0: detected conn error (1020)
Sep 12 08:24:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:18 ubuntu kernel: [3255576.253695] connection2:0: detected conn error (1020)
Sep 12 08:24:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:21 ubuntu kernel: [3255579.258634] connection2:0: detected conn error (1020)
Sep 12 08:24:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:24 ubuntu kernel: [3255582.262671] connection2:0: detected conn error (1020)
Sep 12 08:24:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:27 ubuntu kernel: [3255585.266697] connection2:0: detected conn error (1020)
Sep 12 08:24:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:24:28 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:24:28 ubuntu 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
Sep 12 08:24:28 ubuntu 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
Sep 12 08:24:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:24:28 ubuntu 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
Sep 12 08:24:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:24:29 ubuntu object-replicator: Nothing replicated for 0.0118410587311 seconds.
Sep 12 08:24:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:24:30 ubuntu kernel: [3255588.271263] connection2:0: detected conn error (1020)
Sep 12 08:24:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:31 ubuntu container-updater: Begin container update sweep
Sep 12 08:24:31 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 08:24:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:24:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:24:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00447 seconds (0.00000/s)
Sep 12 08:24:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:24:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:24:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:24:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:24:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:24:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00349 seconds (0.00000/s)
Sep 12 08:24:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:24:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:24:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:24:33 ubuntu kernel: [3255591.275176] connection2:0: detected conn error (1020)
Sep 12 08:24:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:36 ubuntu kernel: [3255594.278689] connection2:0: detected conn error (1020)
Sep 12 08:24:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:39 ubuntu kernel: [3255597.283960] connection2:0: detected conn error (1020)
Sep 12 08:24:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:42 ubuntu kernel: [3255600.287391] connection2:0: detected conn error (1020)
Sep 12 08:24:42 ubuntu object-updater: Begin object update sweep
Sep 12 08:24:42 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 08:24:43 ubuntu object-updater: Object update sweep completed: 0.15s
Sep 12 08:24:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:45 ubuntu kernel: [3255603.291027] connection2:0: detected conn error (1020)
Sep 12 08:24:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:48 ubuntu kernel: [3255606.295095] connection2:0: detected conn error (1020)
Sep 12 08:24:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:51 ubuntu kernel: [3255609.298694] connection2:0: detected conn error (1020)
Sep 12 08:24:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:54 ubuntu kernel: [3255612.303078] connection2:0: detected conn error (1020)
Sep 12 08:24:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:57 ubuntu kernel: [3255615.307228] connection2:0: detected conn error (1020)
Sep 12 08:24:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:24:58 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:24:58 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:24:58 ubuntu 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
Sep 12 08:24:58 ubuntu 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
Sep 12 08:24:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:24:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:24:59 ubuntu object-replicator: Nothing replicated for 0.004075050354 seconds.
Sep 12 08:24:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:25:00 ubuntu kernel: [3255618.310568] connection2:0: detected conn error (1020)
Sep 12 08:25:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:25:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:25:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00488 seconds (0.00000/s)
Sep 12 08:25:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:25:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:25:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:25:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:25:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:25:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00384 seconds (0.00000/s)
Sep 12 08:25:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:25:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:25:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:25:03 ubuntu kernel: [3255621.315196] connection2:0: detected conn error (1020)
Sep 12 08:25:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:06 ubuntu kernel: [3255624.318522] connection2:0: detected conn error (1020)
Sep 12 08:25:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:09 ubuntu kernel: [3255627.322751] connection2:0: detected conn error (1020)
Sep 12 08:25:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:12 ubuntu kernel: [3255630.326325] connection2:0: detected conn error (1020)
Sep 12 08:25:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:15 ubuntu kernel: [3255633.329690] connection2:0: detected conn error (1020)
Sep 12 08:25:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:18 ubuntu kernel: [3255636.333860] connection2:0: detected conn error (1020)
Sep 12 08:25:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:21 ubuntu kernel: [3255639.338333] connection2:0: detected conn error (1020)
Sep 12 08:25:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:24 ubuntu kernel: [3255642.342578] connection2:0: detected conn error (1020)
Sep 12 08:25:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:27 ubuntu kernel: [3255645.347216] connection2:0: detected conn error (1020)
Sep 12 08:25:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:29 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:25:29 ubuntu 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
Sep 12 08:25:29 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:25:29 ubuntu 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
Sep 12 08:25:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:29 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:25:29 ubuntu 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
Sep 12 08:25:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:25:29 ubuntu object-replicator: Nothing replicated for 0.00320601463318 seconds.
Sep 12 08:25:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:25:30 ubuntu kernel: [3255648.350775] connection2:0: detected conn error (1020)
Sep 12 08:25:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:25:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:25:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00429 seconds (0.00000/s)
Sep 12 08:25:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:25:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:25:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:25:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:25:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:25:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00360 seconds (0.00000/s)
Sep 12 08:25:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:25:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:25:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:25:33 ubuntu kernel: [3255651.354762] connection2:0: detected conn error (1020)
Sep 12 08:25:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:36 ubuntu kernel: [3255654.358709] connection2:0: detected conn error (1020)
Sep 12 08:25:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:39 ubuntu kernel: [3255657.362375] connection2:0: detected conn error (1020)
Sep 12 08:25:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:43 ubuntu kernel: [3255660.368156] connection2:0: detected conn error (1020)
Sep 12 08:25:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:46 ubuntu kernel: [3255663.372000] connection2:0: detected conn error (1020)
Sep 12 08:25:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:49 ubuntu kernel: [3255666.376142] connection2:0: detected conn error (1020)
Sep 12 08:25:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:52 ubuntu kernel: [3255669.379652] connection2:0: detected conn error (1020)
Sep 12 08:25:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:55 ubuntu kernel: [3255672.383168] connection2:0: detected conn error (1020)
Sep 12 08:25:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:58 ubuntu kernel: [3255675.387889] connection2:0: detected conn error (1020)
Sep 12 08:25:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:25:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:25:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:25:59 ubuntu object-replicator: Nothing replicated for 0.00792908668518 seconds.
Sep 12 08:25:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:25:59 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:25:59 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:25:59 ubuntu 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
Sep 12 08:25:59 ubuntu 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
Sep 12 08:25:59 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:25:59 ubuntu 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
Sep 12 08:26:01 ubuntu kernel: [3255678.394883] connection2:0: detected conn error (1020)
Sep 12 08:26:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:26:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:26:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00364 seconds (0.00000/s)
Sep 12 08:26:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:26:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:26:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:26:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:26:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:26:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00435 seconds (0.00000/s)
Sep 12 08:26:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:26:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:26:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:26:04 ubuntu kernel: [3255681.399698] connection2:0: detected conn error (1020)
Sep 12 08:26:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:07 ubuntu kernel: [3255684.403727] connection2:0: detected conn error (1020)
Sep 12 08:26:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:10 ubuntu kernel: [3255687.408222] connection2:0: detected conn error (1020)
Sep 12 08:26:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:13 ubuntu kernel: [3255690.412266] connection2:0: detected conn error (1020)
Sep 12 08:26:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:16 ubuntu kernel: [3255693.416318] connection2:0: detected conn error (1020)
Sep 12 08:26:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:19 ubuntu kernel: [3255696.421086] connection2:0: detected conn error (1020)
Sep 12 08:26:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:21 ubuntu account-auditor: Account audit pass completed: 0.00s
Sep 12 08:26:21 ubuntu account-auditor: Begin account audit pass.
Sep 12 08:26:22 ubuntu kernel: [3255699.424825] connection2:0: detected conn error (1020)
Sep 12 08:26:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:25 ubuntu kernel: [3255702.429467] connection2:0: detected conn error (1020)
Sep 12 08:26:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:28 ubuntu kernel: [3255705.432865] connection2:0: detected conn error (1020)
Sep 12 08:26:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:26:29 ubuntu object-replicator: Nothing replicated for 0.00469207763672 seconds.
Sep 12 08:26:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:26:29 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:26:29 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:26:29 ubuntu 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
Sep 12 08:26:29 ubuntu 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
Sep 12 08:26:29 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:26:29 ubuntu 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
Sep 12 08:26:31 ubuntu kernel: [3255708.435877] connection2:0: detected conn error (1020)
Sep 12 08:26:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:26:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:26:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00333 seconds (0.00000/s)
Sep 12 08:26:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:26:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:26:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:26:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:26:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:26:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00396 seconds (0.00000/s)
Sep 12 08:26:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:26:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:26:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:26:34 ubuntu kernel: [3255711.440531] connection2:0: detected conn error (1020)
Sep 12 08:26:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:37 ubuntu kernel: [3255714.448707] connection2:0: detected conn error (1020)
Sep 12 08:26:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:40 ubuntu kernel: [3255717.453338] connection2:0: detected conn error (1020)
Sep 12 08:26:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:43 ubuntu kernel: [3255720.456718] connection2:0: detected conn error (1020)
Sep 12 08:26:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:46 ubuntu kernel: [3255723.460224] connection2:0: detected conn error (1020)
Sep 12 08:26:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:49 ubuntu kernel: [3255726.463966] connection2:0: detected conn error (1020)
Sep 12 08:26:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:52 ubuntu kernel: [3255729.468265] connection2:0: detected conn error (1020)
Sep 12 08:26:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:55 ubuntu kernel: [3255732.472790] connection2:0: detected conn error (1020)
Sep 12 08:26:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:58 ubuntu kernel: [3255735.477083] connection2:0: detected conn error (1020)
Sep 12 08:26:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:26:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:26:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:26:59 ubuntu object-replicator: Nothing replicated for 0.00741410255432 seconds.
Sep 12 08:26:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:26:59 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:26:59 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:26:59 ubuntu 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
Sep 12 08:26:59 ubuntu 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
Sep 12 08:27:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:27:00 ubuntu 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
Sep 12 08:27:01 ubuntu kernel: [3255738.481474] connection2:0: detected conn error (1020)
Sep 12 08:27:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:27:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:27:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00358 seconds (0.00000/s)
Sep 12 08:27:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:27:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:27:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:27:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:27:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:27:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00462 seconds (0.00000/s)
Sep 12 08:27:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:27:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:27:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:27:04 ubuntu kernel: [3255741.485836] connection2:0: detected conn error (1020)
Sep 12 08:27:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:07 ubuntu kernel: [3255744.489509] connection2:0: detected conn error (1020)
Sep 12 08:27:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:10 ubuntu kernel: [3255747.493168] connection2:0: detected conn error (1020)
Sep 12 08:27:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:13 ubuntu kernel: [3255750.497557] connection2:0: detected conn error (1020)
Sep 12 08:27:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:16 ubuntu kernel: [3255753.501859] connection2:0: detected conn error (1020)
Sep 12 08:27:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:19 ubuntu kernel: [3255756.505221] connection2:0: detected conn error (1020)
Sep 12 08:27:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:22 ubuntu kernel: [3255759.509607] connection2:0: detected conn error (1020)
Sep 12 08:27:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:25 ubuntu kernel: [3255762.514190] connection2:0: detected conn error (1020)
Sep 12 08:27:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:28 ubuntu kernel: [3255765.517403] connection2:0: detected conn error (1020)
Sep 12 08:27:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:27:29 ubuntu object-replicator: Nothing replicated for 0.00338506698608 seconds.
Sep 12 08:27:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:27:30 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:27:30 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:27:30 ubuntu 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
Sep 12 08:27:30 ubuntu 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
Sep 12 08:27:30 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:27:30 ubuntu 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
Sep 12 08:27:31 ubuntu kernel: [3255768.521348] connection2:0: detected conn error (1020)
Sep 12 08:27:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:27:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:27:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00365 seconds (0.00000/s)
Sep 12 08:27:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:27:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:27:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:27:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:27:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:27:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00359 seconds (0.00000/s)
Sep 12 08:27:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:27:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:27:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:27:34 ubuntu kernel: [3255771.525015] connection2:0: detected conn error (1020)
Sep 12 08:27:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:37 ubuntu kernel: [3255774.529496] connection2:0: detected conn error (1020)
Sep 12 08:27:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:40 ubuntu kernel: [3255777.534516] connection2:0: detected conn error (1020)
Sep 12 08:27:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:43 ubuntu kernel: [3255780.539119] connection2:0: detected conn error (1020)
Sep 12 08:27:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:46 ubuntu kernel: [3255783.544059] connection2:0: detected conn error (1020)
Sep 12 08:27:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:49 ubuntu kernel: [3255786.548295] connection2:0: detected conn error (1020)
Sep 12 08:27:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:52 ubuntu kernel: [3255789.553674] connection2:0: detected conn error (1020)
Sep 12 08:27:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:55 ubuntu kernel: [3255792.557356] connection2:0: detected conn error (1020)
Sep 12 08:27:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:58 ubuntu kernel: [3255795.560956] connection2:0: detected conn error (1020)
Sep 12 08:27:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:27:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:27:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:27:59 ubuntu object-replicator: Nothing replicated for 0.00314903259277 seconds.
Sep 12 08:27:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:28:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:28:00 ubuntu 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
Sep 12 08:28:00 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:28:00 ubuntu 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
Sep 12 08:28:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:28:00 ubuntu 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
Sep 12 08:28:01 ubuntu kernel: [3255798.565146] connection2:0: detected conn error (1020)
Sep 12 08:28:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:28:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:28:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00380 seconds (0.00000/s)
Sep 12 08:28:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:28:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:28:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:28:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:28:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:28:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00371 seconds (0.00000/s)
Sep 12 08:28:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:28:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:28:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:28:04 ubuntu kernel: [3255801.569434] connection2:0: detected conn error (1020)
Sep 12 08:28:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:07 ubuntu kernel: [3255804.573858] connection2:0: detected conn error (1020)
Sep 12 08:28:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:10 ubuntu kernel: [3255807.578699] connection2:0: detected conn error (1020)
Sep 12 08:28:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:13 ubuntu kernel: [3255810.582595] connection2:0: detected conn error (1020)
Sep 12 08:28:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:16 ubuntu kernel: [3255813.586846] connection2:0: detected conn error (1020)
Sep 12 08:28:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:19 ubuntu kernel: [3255816.590408] connection2:0: detected conn error (1020)
Sep 12 08:28:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:22 ubuntu kernel: [3255819.594287] connection2:0: detected conn error (1020)
Sep 12 08:28:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:25 ubuntu kernel: [3255822.599410] connection2:0: detected conn error (1020)
Sep 12 08:28:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:28 ubuntu kernel: [3255825.604212] connection2:0: detected conn error (1020)
Sep 12 08:28:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:28:29 ubuntu object-replicator: Nothing replicated for 0.037132024765 seconds.
Sep 12 08:28:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:28:30 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:28:30 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:28:30 ubuntu 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
Sep 12 08:28:30 ubuntu 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
Sep 12 08:28:31 ubuntu kernel: [3255828.609503] connection2:0: detected conn error (1020)
Sep 12 08:28:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:28:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:28:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00416 seconds (0.00000/s)
Sep 12 08:28:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:28:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:28:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:28:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:28:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:28:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00475 seconds (0.00000/s)
Sep 12 08:28:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:28:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:28:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:28:34 ubuntu kernel: [3255831.614214] connection2:0: detected conn error (1020)
Sep 12 08:28:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:37 ubuntu kernel: [3255834.619116] connection2:0: detected conn error (1020)
Sep 12 08:28:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:40 ubuntu kernel: [3255837.623725] connection2:0: detected conn error (1020)
Sep 12 08:28:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:43 ubuntu kernel: [3255840.628972] connection2:0: detected conn error (1020)
Sep 12 08:28:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:46 ubuntu kernel: [3255843.633187] connection2:0: detected conn error (1020)
Sep 12 08:28:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:49 ubuntu kernel: [3255846.636529] connection2:0: detected conn error (1020)
Sep 12 08:28:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:52 ubuntu kernel: [3255849.640379] connection2:0: detected conn error (1020)
Sep 12 08:28:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:55 ubuntu kernel: [3255852.644709] connection2:0: detected conn error (1020)
Sep 12 08:28:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:58 ubuntu kernel: [3255855.648662] connection2:0: detected conn error (1020)
Sep 12 08:28:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:28:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:28:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:28:59 ubuntu object-replicator: Nothing replicated for 0.00298881530762 seconds.
Sep 12 08:28:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:29:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:29:00 ubuntu 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
Sep 12 08:29:00 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:29:00 ubuntu 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
Sep 12 08:29:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:29:00 ubuntu 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
Sep 12 08:29:01 ubuntu kernel: [3255858.651827] connection2:0: detected conn error (1020)
Sep 12 08:29:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:29:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:29:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00230 seconds (0.00000/s)
Sep 12 08:29:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:29:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:29:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:29:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:29:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:29:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00354 seconds (0.00000/s)
Sep 12 08:29:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:29:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:29:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:29:04 ubuntu kernel: [3255861.656686] connection2:0: detected conn error (1020)
Sep 12 08:29:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:07 ubuntu kernel: [3255864.661152] connection2:0: detected conn error (1020)
Sep 12 08:29:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:10 ubuntu kernel: [3255867.666415] connection2:0: detected conn error (1020)
Sep 12 08:29:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:13 ubuntu kernel: [3255870.670523] connection2:0: detected conn error (1020)
Sep 12 08:29:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:16 ubuntu kernel: [3255873.675197] connection2:0: detected conn error (1020)
Sep 12 08:29:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:19 ubuntu kernel: [3255876.678462] connection2:0: detected conn error (1020)
Sep 12 08:29:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:22 ubuntu kernel: [3255879.683520] connection2:0: detected conn error (1020)
Sep 12 08:29:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:25 ubuntu kernel: [3255882.688323] connection2:0: detected conn error (1020)
Sep 12 08:29:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:28 ubuntu kernel: [3255885.692644] connection2:0: detected conn error (1020)
Sep 12 08:29:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:29:29 ubuntu object-replicator: Nothing replicated for 0.00334596633911 seconds.
Sep 12 08:29:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:29:31 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:29:31 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:29:31 ubuntu 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
Sep 12 08:29:31 ubuntu 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
Sep 12 08:29:31 ubuntu kernel: [3255888.696307] connection2:0: detected conn error (1020)
Sep 12 08:29:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:31 ubuntu container-updater: Begin container update sweep
Sep 12 08:29:31 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 08:29:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:29:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:29:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00415 seconds (0.00000/s)
Sep 12 08:29:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:29:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:29:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:29:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:29:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:29:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00381 seconds (0.00000/s)
Sep 12 08:29:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:29:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:29:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:29:34 ubuntu kernel: [3255891.700422] connection2:0: detected conn error (1020)
Sep 12 08:29:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:37 ubuntu kernel: [3255894.704158] connection2:0: detected conn error (1020)
Sep 12 08:29:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:40 ubuntu kernel: [3255897.708866] connection2:0: detected conn error (1020)
Sep 12 08:29:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:43 ubuntu object-updater: Begin object update sweep
Sep 12 08:29:43 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 08:29:43 ubuntu object-updater: Object update sweep completed: 0.11s
Sep 12 08:29:43 ubuntu kernel: [3255900.713113] connection2:0: detected conn error (1020)
Sep 12 08:29:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:46 ubuntu kernel: [3255903.718940] connection2:0: detected conn error (1020)
Sep 12 08:29:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:49 ubuntu kernel: [3255906.723466] connection2:0: detected conn error (1020)
Sep 12 08:29:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:52 ubuntu kernel: [3255909.727699] connection2:0: detected conn error (1020)
Sep 12 08:29:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:55 ubuntu kernel: [3255912.753011] connection2:0: detected conn error (1020)
Sep 12 08:29:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:58 ubuntu kernel: [3255915.758256] connection2:0: detected conn error (1020)
Sep 12 08:29:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:29:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:29:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:29:59 ubuntu object-replicator: Nothing replicated for 0.00433897972107 seconds.
Sep 12 08:29:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:30:01 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:30:01 ubuntu 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
Sep 12 08:30:01 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:30:01 ubuntu 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
Sep 12 08:30:01 ubuntu CRON[18120]: (neutron) CMD (if [ -x /usr/bin/neutron-netns-cleanup ] ; then /usr/bin/neutron-netns-cleanup --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/dhcp_agent.ini >/dev/null 2>&1; fi)
Sep 12 08:30:01 ubuntu kernel: [3255918.762733] connection2:0: detected conn error (1020)
Sep 12 08:30:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:30:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:30:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00387 seconds (0.00000/s)
Sep 12 08:30:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:30:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:30:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:30:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:30:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:30:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00409 seconds (0.00000/s)
Sep 12 08:30:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:30:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:30:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:30:04 ubuntu kernel: [3255921.767407] connection2:0: detected conn error (1020)
Sep 12 08:30:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:07 ubuntu kernel: [3255924.771013] connection2:0: detected conn error (1020)
Sep 12 08:30:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:10 ubuntu kernel: [3255927.774373] connection2:0: detected conn error (1020)
Sep 12 08:30:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:13 ubuntu kernel: [3255930.778239] connection2:0: detected conn error (1020)
Sep 12 08:30:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:16 ubuntu kernel: [3255933.783029] connection2:0: detected conn error (1020)
Sep 12 08:30:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:19 ubuntu kernel: [3255936.786895] connection2:0: detected conn error (1020)
Sep 12 08:30:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:22 ubuntu kernel: [3255939.791014] connection2:0: detected conn error (1020)
Sep 12 08:30:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:25 ubuntu kernel: [3255942.795270] connection2:0: detected conn error (1020)
Sep 12 08:30:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:28 ubuntu kernel: [3255945.798848] connection2:0: detected conn error (1020)
Sep 12 08:30:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:30:29 ubuntu object-replicator: Nothing replicated for 0.00381803512573 seconds.
Sep 12 08:30:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:30:31 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:30:31 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:30:31 ubuntu 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
Sep 12 08:30:31 ubuntu 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
Sep 12 08:30:31 ubuntu kernel: [3255948.803730] connection2:0: detected conn error (1020)
Sep 12 08:30:31 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:30:31 ubuntu 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
Sep 12 08:30:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:30:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:30:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00378 seconds (0.00000/s)
Sep 12 08:30:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:30:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:30:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:30:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:30:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:30:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00408 seconds (0.00000/s)
Sep 12 08:30:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:30:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:30:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:30:34 ubuntu kernel: [3255951.808355] connection2:0: detected conn error (1020)
Sep 12 08:30:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:37 ubuntu kernel: [3255954.811904] connection2:0: detected conn error (1020)
Sep 12 08:30:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:40 ubuntu kernel: [3255957.815629] connection2:0: detected conn error (1020)
Sep 12 08:30:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:43 ubuntu kernel: [3255960.819417] connection2:0: detected conn error (1020)
Sep 12 08:30:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:46 ubuntu kernel: [3255963.823591] connection2:0: detected conn error (1020)
Sep 12 08:30:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:49 ubuntu kernel: [3255966.827853] connection2:0: detected conn error (1020)
Sep 12 08:30:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:52 ubuntu kernel: [3255969.832795] connection2:0: detected conn error (1020)
Sep 12 08:30:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:55 ubuntu kernel: [3255972.837074] connection2:0: detected conn error (1020)
Sep 12 08:30:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:58 ubuntu kernel: [3255975.840849] connection2:0: detected conn error (1020)
Sep 12 08:30:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:30:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:30:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:30:59 ubuntu object-replicator: Nothing replicated for 0.00540590286255 seconds.
Sep 12 08:30:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:31:01 ubuntu kernel: [3255978.845046] connection2:0: detected conn error (1020)
Sep 12 08:31:01 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:31:01 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:31:01 ubuntu 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
Sep 12 08:31:01 ubuntu 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
Sep 12 08:31:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:31:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:31:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00441 seconds (0.00000/s)
Sep 12 08:31:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:31:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:31:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:31:03 ubuntu account-replicator: Beginning replication run
Sep 12 08:31:03 ubuntu account-replicator: Replication run OVER
Sep 12 08:31:03 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00387 seconds (0.00000/s)
Sep 12 08:31:03 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:31:03 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:31:03 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:31:04 ubuntu kernel: [3255981.848812] connection2:0: detected conn error (1020)
Sep 12 08:31:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:07 ubuntu kernel: [3255984.852814] connection2:0: detected conn error (1020)
Sep 12 08:31:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:10 ubuntu kernel: [3255987.856777] connection2:0: detected conn error (1020)
Sep 12 08:31:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:13 ubuntu kernel: [3255990.860392] connection2:0: detected conn error (1020)
Sep 12 08:31:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:16 ubuntu kernel: [3255993.864616] connection2:0: detected conn error (1020)
Sep 12 08:31:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:19 ubuntu kernel: [3255996.868528] connection2:0: detected conn error (1020)
Sep 12 08:31:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:22 ubuntu kernel: [3255999.872518] connection2:0: detected conn error (1020)
Sep 12 08:31:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:25 ubuntu kernel: [3256002.889460] connection2:0: detected conn error (1020)
Sep 12 08:31:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:28 ubuntu kernel: [3256005.893414] connection2:0: detected conn error (1020)
Sep 12 08:31:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:31:29 ubuntu object-replicator: Nothing replicated for 0.00517320632935 seconds.
Sep 12 08:31:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:31:31 ubuntu kernel: [3256008.897570] connection2:0: detected conn error (1020)
Sep 12 08:31:31 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:31:31 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:31:31 ubuntu 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
Sep 12 08:31:31 ubuntu 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
Sep 12 08:31:32 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:31:32 ubuntu 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
Sep 12 08:31:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:31:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:31:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00356 seconds (0.00000/s)
Sep 12 08:31:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:31:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:31:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:31:33 ubuntu account-replicator: Beginning replication run
Sep 12 08:31:33 ubuntu account-replicator: Replication run OVER
Sep 12 08:31:33 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00452 seconds (0.00000/s)
Sep 12 08:31:33 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:31:33 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:31:33 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:31:34 ubuntu kernel: [3256011.902718] connection2:0: detected conn error (1020)
Sep 12 08:31:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:37 ubuntu kernel: [3256014.907026] connection2:0: detected conn error (1020)
Sep 12 08:31:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:40 ubuntu kernel: [3256017.910171] connection2:0: detected conn error (1020)
Sep 12 08:31:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:43 ubuntu kernel: [3256020.913612] connection2:0: detected conn error (1020)
Sep 12 08:31:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:46 ubuntu kernel: [3256023.916908] connection2:0: detected conn error (1020)
Sep 12 08:31:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:49 ubuntu kernel: [3256026.924457] connection2:0: detected conn error (1020)
Sep 12 08:31:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:52 ubuntu kernel: [3256029.928748] connection2:0: detected conn error (1020)
Sep 12 08:31:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:55 ubuntu kernel: [3256032.932651] connection2:0: detected conn error (1020)
Sep 12 08:31:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:58 ubuntu kernel: [3256035.936542] connection2:0: detected conn error (1020)
Sep 12 08:31:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:31:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:31:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:31:59 ubuntu object-replicator: Nothing replicated for 0.0101351737976 seconds.
Sep 12 08:31:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:32:01 ubuntu kernel: [3256038.941306] connection2:0: detected conn error (1020)
Sep 12 08:32:02 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:32:02 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:32:02 ubuntu 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
Sep 12 08:32:02 ubuntu 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
Sep 12 08:32:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:02 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:32:02 ubuntu 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
Sep 12 08:32:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:32:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:32:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00363 seconds (0.00000/s)
Sep 12 08:32:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:32:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:32:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:32:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:32:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:32:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00540 seconds (0.00000/s)
Sep 12 08:32:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:32:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:32:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:32:04 ubuntu kernel: [3256041.946035] connection2:0: detected conn error (1020)
Sep 12 08:32:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:07 ubuntu kernel: [3256044.950194] connection2:0: detected conn error (1020)
Sep 12 08:32:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:10 ubuntu kernel: [3256047.954227] connection2:0: detected conn error (1020)
Sep 12 08:32:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:13 ubuntu kernel: [3256050.958081] connection2:0: detected conn error (1020)
Sep 12 08:32:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:16 ubuntu kernel: [3256053.963212] connection2:0: detected conn error (1020)
Sep 12 08:32:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:19 ubuntu kernel: [3256056.966899] connection2:0: detected conn error (1020)
Sep 12 08:32:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:22 ubuntu kernel: [3256059.971090] connection2:0: detected conn error (1020)
Sep 12 08:32:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:25 ubuntu kernel: [3256062.974526] connection2:0: detected conn error (1020)
Sep 12 08:32:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:28 ubuntu kernel: [3256065.980022] connection2:0: detected conn error (1020)
Sep 12 08:32:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:32:29 ubuntu object-replicator: Nothing replicated for 0.00220704078674 seconds.
Sep 12 08:32:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:32:31 ubuntu kernel: [3256068.984798] connection2:0: detected conn error (1020)
Sep 12 08:32:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:32 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:32:32 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:32:32 ubuntu 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
Sep 12 08:32:32 ubuntu 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
Sep 12 08:32:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:32:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:32:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00379 seconds (0.00000/s)
Sep 12 08:32:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:32:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:32:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:32:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:32:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:32:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00386 seconds (0.00000/s)
Sep 12 08:32:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:32:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:32:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:32:34 ubuntu kernel: [3256071.988466] connection2:0: detected conn error (1020)
Sep 12 08:32:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:37 ubuntu kernel: [3256074.996222] connection2:0: detected conn error (1020)
Sep 12 08:32:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:40 ubuntu kernel: [3256078.000658] connection2:0: detected conn error (1020)
Sep 12 08:32:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:43 ubuntu kernel: [3256081.005381] connection2:0: detected conn error (1020)
Sep 12 08:32:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:46 ubuntu kernel: [3256084.009368] connection2:0: detected conn error (1020)
Sep 12 08:32:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:49 ubuntu kernel: [3256087.012951] connection2:0: detected conn error (1020)
Sep 12 08:32:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:52 ubuntu kernel: [3256090.016818] connection2:0: detected conn error (1020)
Sep 12 08:32:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:55 ubuntu kernel: [3256093.021353] connection2:0: detected conn error (1020)
Sep 12 08:32:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:58 ubuntu kernel: [3256096.025696] connection2:0: detected conn error (1020)
Sep 12 08:32:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:32:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:32:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:32:59 ubuntu object-replicator: Nothing replicated for 0.00292801856995 seconds.
Sep 12 08:32:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:33:01 ubuntu kernel: [3256099.029726] connection2:0: detected conn error (1020)
Sep 12 08:33:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:02 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:33:02 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:33:02 ubuntu 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
Sep 12 08:33:02 ubuntu 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
Sep 12 08:33:02 ubuntu container-replicator: Beginning replication run
Sep 12 08:33:02 ubuntu container-replicator: Replication run OVER
Sep 12 08:33:02 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00412 seconds (0.00000/s)
Sep 12 08:33:02 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:33:02 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:33:02 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:33:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:33:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:33:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00392 seconds (0.00000/s)
Sep 12 08:33:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:33:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:33:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:33:04 ubuntu kernel: [3256102.033561] connection2:0: detected conn error (1020)
Sep 12 08:33:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:07 ubuntu kernel: [3256105.037666] connection2:0: detected conn error (1020)
Sep 12 08:33:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:10 ubuntu kernel: [3256108.041251] connection2:0: detected conn error (1020)
Sep 12 08:33:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:13 ubuntu kernel: [3256111.045942] connection2:0: detected conn error (1020)
Sep 12 08:33:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:16 ubuntu kernel: [3256114.049020] connection2:0: detected conn error (1020)
Sep 12 08:33:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:19 ubuntu kernel: [3256117.052830] connection2:0: detected conn error (1020)
Sep 12 08:33:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:22 ubuntu kernel: [3256120.056566] connection2:0: detected conn error (1020)
Sep 12 08:33:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:25 ubuntu kernel: [3256123.079134] connection2:0: detected conn error (1020)
Sep 12 08:33:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:28 ubuntu kernel: [3256126.082991] connection2:0: detected conn error (1020)
Sep 12 08:33:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:33:29 ubuntu object-replicator: Nothing replicated for 0.004075050354 seconds.
Sep 12 08:33:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:33:31 ubuntu kernel: [3256129.087023] connection2:0: detected conn error (1020)
Sep 12 08:33:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:32 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:33:32 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:33:32 ubuntu 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
Sep 12 08:33:32 ubuntu 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
Sep 12 08:33:32 ubuntu container-replicator: Beginning replication run
Sep 12 08:33:32 ubuntu container-replicator: Replication run OVER
Sep 12 08:33:32 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00367 seconds (0.00000/s)
Sep 12 08:33:32 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:33:32 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:33:32 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:33:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:33:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:33:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00372 seconds (0.00000/s)
Sep 12 08:33:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:33:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:33:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:33:34 ubuntu kernel: [3256132.091697] connection2:0: detected conn error (1020)
Sep 12 08:33:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:37 ubuntu kernel: [3256135.095696] connection2:0: detected conn error (1020)
Sep 12 08:33:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:40 ubuntu kernel: [3256138.100711] connection2:0: detected conn error (1020)
Sep 12 08:33:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:43 ubuntu kernel: [3256141.104494] connection2:0: detected conn error (1020)
Sep 12 08:33:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:46 ubuntu kernel: [3256144.108242] connection2:0: detected conn error (1020)
Sep 12 08:33:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:49 ubuntu kernel: [3256147.112539] connection2:0: detected conn error (1020)
Sep 12 08:33:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:52 ubuntu kernel: [3256150.116379] connection2:0: detected conn error (1020)
Sep 12 08:33:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:55 ubuntu kernel: [3256153.120826] connection2:0: detected conn error (1020)
Sep 12 08:33:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:58 ubuntu kernel: [3256156.125600] connection2:0: detected conn error (1020)
Sep 12 08:33:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:33:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:33:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:33:59 ubuntu object-replicator: Nothing replicated for 0.00476598739624 seconds.
Sep 12 08:33:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:34:01 ubuntu kernel: [3256159.129102] connection2:0: detected conn error (1020)
Sep 12 08:34:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:02 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:34:02 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:34:02 ubuntu 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
Sep 12 08:34:02 ubuntu 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
Sep 12 08:34:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:34:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:34:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00476 seconds (0.00000/s)
Sep 12 08:34:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:34:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:34:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:34:03 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:34:03 ubuntu 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
Sep 12 08:34:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:34:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:34:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00401 seconds (0.00000/s)
Sep 12 08:34:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:34:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:34:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:34:05 ubuntu kernel: [3256162.133748] connection2:0: detected conn error (1020)
Sep 12 08:34:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:08 ubuntu kernel: [3256165.138305] connection2:0: detected conn error (1020)
Sep 12 08:34:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:11 ubuntu kernel: [3256168.142898] connection2:0: detected conn error (1020)
Sep 12 08:34:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:14 ubuntu kernel: [3256171.146444] connection2:0: detected conn error (1020)
Sep 12 08:34:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:17 ubuntu kernel: [3256174.152211] connection2:0: detected conn error (1020)
Sep 12 08:34:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:20 ubuntu kernel: [3256177.156571] connection2:0: detected conn error (1020)
Sep 12 08:34:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:23 ubuntu kernel: [3256180.160977] connection2:0: detected conn error (1020)
Sep 12 08:34:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:26 ubuntu kernel: [3256183.166541] connection2:0: detected conn error (1020)
Sep 12 08:34:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:29 ubuntu kernel: [3256186.170367] connection2:0: detected conn error (1020)
Sep 12 08:34:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:34:29 ubuntu object-replicator: Nothing replicated for 0.00177907943726 seconds.
Sep 12 08:34:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:34:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:31 ubuntu container-updater: Begin container update sweep
Sep 12 08:34:31 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 08:34:32 ubuntu kernel: [3256189.174070] connection2:0: detected conn error (1020)
Sep 12 08:34:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:34:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:34:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00365 seconds (0.00000/s)
Sep 12 08:34:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:34:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:34:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:34:33 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:34:33 ubuntu 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
Sep 12 08:34:33 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:34:33 ubuntu 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
Sep 12 08:34:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:34:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:34:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00375 seconds (0.00000/s)
Sep 12 08:34:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:34:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:34:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:34:35 ubuntu kernel: [3256192.177785] connection2:0: detected conn error (1020)
Sep 12 08:34:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:38 ubuntu kernel: [3256195.181612] connection2:0: detected conn error (1020)
Sep 12 08:34:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:41 ubuntu kernel: [3256198.185346] connection2:0: detected conn error (1020)
Sep 12 08:34:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:43 ubuntu object-updater: Begin object update sweep
Sep 12 08:34:43 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 08:34:43 ubuntu object-updater: Object update sweep completed: 0.14s
Sep 12 08:34:44 ubuntu kernel: [3256201.189034] connection2:0: detected conn error (1020)
Sep 12 08:34:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:47 ubuntu kernel: [3256204.192954] connection2:0: detected conn error (1020)
Sep 12 08:34:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:50 ubuntu kernel: [3256207.198072] connection2:0: detected conn error (1020)
Sep 12 08:34:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:53 ubuntu kernel: [3256210.202445] connection2:0: detected conn error (1020)
Sep 12 08:34:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:56 ubuntu kernel: [3256213.206735] connection2:0: detected conn error (1020)
Sep 12 08:34:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:34:59 ubuntu kernel: [3256216.210681] connection2:0: detected conn error (1020)
Sep 12 08:34:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:34:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:34:59 ubuntu object-replicator: Nothing replicated for 0.00222611427307 seconds.
Sep 12 08:34:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:35:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:02 ubuntu kernel: [3256219.214632] connection2:0: detected conn error (1020)
Sep 12 08:35:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:35:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:35:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00510 seconds (0.00000/s)
Sep 12 08:35:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:35:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:35:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:35:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:03 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:35:03 ubuntu 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
Sep 12 08:35:03 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:35:03 ubuntu 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
Sep 12 08:35:03 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:35:03 ubuntu 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
Sep 12 08:35:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:35:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:35:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00511 seconds (0.00000/s)
Sep 12 08:35:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:35:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:35:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:35:05 ubuntu kernel: [3256222.217795] connection2:0: detected conn error (1020)
Sep 12 08:35:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:08 ubuntu kernel: [3256225.221984] connection2:0: detected conn error (1020)
Sep 12 08:35:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:11 ubuntu kernel: [3256228.225684] connection2:0: detected conn error (1020)
Sep 12 08:35:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:14 ubuntu kernel: [3256231.230874] connection2:0: detected conn error (1020)
Sep 12 08:35:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:17 ubuntu kernel: [3256234.237486] connection2:0: detected conn error (1020)
Sep 12 08:35:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:20 ubuntu kernel: [3256237.242490] connection2:0: detected conn error (1020)
Sep 12 08:35:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:23 ubuntu kernel: [3256240.247877] connection2:0: detected conn error (1020)
Sep 12 08:35:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:26 ubuntu kernel: [3256243.251979] connection2:0: detected conn error (1020)
Sep 12 08:35:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:29 ubuntu kernel: [3256246.256870] connection2:0: detected conn error (1020)
Sep 12 08:35:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:35:29 ubuntu object-replicator: Nothing replicated for 0.00343012809753 seconds.
Sep 12 08:35:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:35:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:32 ubuntu kernel: [3256249.260477] connection2:0: detected conn error (1020)
Sep 12 08:35:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:35:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:35:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00394 seconds (0.00000/s)
Sep 12 08:35:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:35:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:35:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:35:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:33 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:35:33 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:35:33 ubuntu 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
Sep 12 08:35:33 ubuntu 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
Sep 12 08:35:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:35:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:35:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00448 seconds (0.00000/s)
Sep 12 08:35:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:35:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:35:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:35:35 ubuntu kernel: [3256252.264679] connection2:0: detected conn error (1020)
Sep 12 08:35:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:38 ubuntu kernel: [3256255.268610] connection2:0: detected conn error (1020)
Sep 12 08:35:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:41 ubuntu kernel: [3256258.272929] connection2:0: detected conn error (1020)
Sep 12 08:35:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:44 ubuntu kernel: [3256261.283136] connection2:0: detected conn error (1020)
Sep 12 08:35:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:47 ubuntu kernel: [3256264.287135] connection2:0: detected conn error (1020)
Sep 12 08:35:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:50 ubuntu kernel: [3256267.291376] connection2:0: detected conn error (1020)
Sep 12 08:35:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:53 ubuntu kernel: [3256270.295948] connection2:0: detected conn error (1020)
Sep 12 08:35:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:56 ubuntu kernel: [3256273.300271] connection2:0: detected conn error (1020)
Sep 12 08:35:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:35:59 ubuntu kernel: [3256276.304925] connection2:0: detected conn error (1020)
Sep 12 08:35:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:35:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:35:59 ubuntu object-replicator: Nothing replicated for 0.001708984375 seconds.
Sep 12 08:35:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:36:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:02 ubuntu kernel: [3256279.309950] connection2:0: detected conn error (1020)
Sep 12 08:36:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:36:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:36:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00407 seconds (0.00000/s)
Sep 12 08:36:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:36:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:36:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:36:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:03 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:36:03 ubuntu 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
Sep 12 08:36:03 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:36:03 ubuntu 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
Sep 12 08:36:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:36:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:36:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00282 seconds (0.00000/s)
Sep 12 08:36:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:36:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:36:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:36:05 ubuntu kernel: [3256282.314265] connection2:0: detected conn error (1020)
Sep 12 08:36:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:08 ubuntu kernel: [3256285.317500] connection2:0: detected conn error (1020)
Sep 12 08:36:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:11 ubuntu kernel: [3256288.324551] connection2:0: detected conn error (1020)
Sep 12 08:36:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:14 ubuntu kernel: [3256291.329335] connection2:0: detected conn error (1020)
Sep 12 08:36:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:17 ubuntu kernel: [3256294.333443] connection2:0: detected conn error (1020)
Sep 12 08:36:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:20 ubuntu kernel: [3256297.338004] connection2:0: detected conn error (1020)
Sep 12 08:36:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:23 ubuntu kernel: [3256300.342154] connection2:0: detected conn error (1020)
Sep 12 08:36:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:26 ubuntu kernel: [3256303.345973] connection2:0: detected conn error (1020)
Sep 12 08:36:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:29 ubuntu kernel: [3256306.350634] connection2:0: detected conn error (1020)
Sep 12 08:36:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:36:29 ubuntu object-replicator: Nothing replicated for 0.00355291366577 seconds.
Sep 12 08:36:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:36:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:32 ubuntu kernel: [3256309.354353] connection2:0: detected conn error (1020)
Sep 12 08:36:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:36:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:36:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00397 seconds (0.00000/s)
Sep 12 08:36:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:36:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:36:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:36:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:34 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:36:34 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:36:34 ubuntu 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
Sep 12 08:36:34 ubuntu 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
Sep 12 08:36:34 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:36:34 ubuntu 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
Sep 12 08:36:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:36:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:36:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00367 seconds (0.00000/s)
Sep 12 08:36:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:36:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:36:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:36:35 ubuntu kernel: [3256312.364505] connection2:0: detected conn error (1020)
Sep 12 08:36:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:38 ubuntu kernel: [3256315.369275] connection2:0: detected conn error (1020)
Sep 12 08:36:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:41 ubuntu kernel: [3256318.373449] connection2:0: detected conn error (1020)
Sep 12 08:36:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:44 ubuntu kernel: [3256321.377176] connection2:0: detected conn error (1020)
Sep 12 08:36:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:47 ubuntu kernel: [3256324.383263] connection2:0: detected conn error (1020)
Sep 12 08:36:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:50 ubuntu kernel: [3256327.388863] connection2:0: detected conn error (1020)
Sep 12 08:36:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:53 ubuntu kernel: [3256330.392728] connection2:0: detected conn error (1020)
Sep 12 08:36:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:56 ubuntu kernel: [3256333.397257] connection2:0: detected conn error (1020)
Sep 12 08:36:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:36:59 ubuntu kernel: [3256336.403028] connection2:0: detected conn error (1020)
Sep 12 08:36:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:36:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:36:59 ubuntu object-replicator: Nothing replicated for 0.00476503372192 seconds.
Sep 12 08:36:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:37:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:02 ubuntu kernel: [3256339.406623] connection2:0: detected conn error (1020)
Sep 12 08:37:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:37:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:37:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00733 seconds (0.00000/s)
Sep 12 08:37:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:37:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:37:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:37:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:37:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:37:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00641 seconds (0.00000/s)
Sep 12 08:37:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:37:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:37:04 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:37:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:37:04 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:37:04 ubuntu 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
Sep 12 08:37:04 ubuntu 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
Sep 12 08:37:05 ubuntu kernel: [3256342.411038] connection2:0: detected conn error (1020)
Sep 12 08:37:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:08 ubuntu kernel: [3256345.414944] connection2:0: detected conn error (1020)
Sep 12 08:37:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:11 ubuntu kernel: [3256348.418982] connection2:0: detected conn error (1020)
Sep 12 08:37:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:14 ubuntu kernel: [3256351.423303] connection2:0: detected conn error (1020)
Sep 12 08:37:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:17 ubuntu kernel: [3256354.427001] connection2:0: detected conn error (1020)
Sep 12 08:37:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:20 ubuntu kernel: [3256357.431735] connection2:0: detected conn error (1020)
Sep 12 08:37:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:23 ubuntu kernel: [3256360.435828] connection2:0: detected conn error (1020)
Sep 12 08:37:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:26 ubuntu kernel: [3256363.442077] connection2:0: detected conn error (1020)
Sep 12 08:37:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:29 ubuntu kernel: [3256366.445352] connection2:0: detected conn error (1020)
Sep 12 08:37:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:37:29 ubuntu object-replicator: Nothing replicated for 0.00363707542419 seconds.
Sep 12 08:37:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:37:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:32 ubuntu kernel: [3256369.449673] connection2:0: detected conn error (1020)
Sep 12 08:37:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:37:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:37:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00695 seconds (0.00000/s)
Sep 12 08:37:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:37:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:37:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:37:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:37:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:37:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00410 seconds (0.00000/s)
Sep 12 08:37:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:37:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:37:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:37:34 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:37:34 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:37:34 ubuntu 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
Sep 12 08:37:34 ubuntu 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
Sep 12 08:37:35 ubuntu kernel: [3256372.453159] connection2:0: detected conn error (1020)
Sep 12 08:37:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:38 ubuntu kernel: [3256375.457564] connection2:0: detected conn error (1020)
Sep 12 08:37:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:41 ubuntu kernel: [3256378.461988] connection2:0: detected conn error (1020)
Sep 12 08:37:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:44 ubuntu kernel: [3256381.468274] connection2:0: detected conn error (1020)
Sep 12 08:37:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:47 ubuntu kernel: [3256384.473131] connection2:0: detected conn error (1020)
Sep 12 08:37:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:50 ubuntu kernel: [3256387.476803] connection2:0: detected conn error (1020)
Sep 12 08:37:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:53 ubuntu kernel: [3256390.480742] connection2:0: detected conn error (1020)
Sep 12 08:37:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:56 ubuntu kernel: [3256393.485416] connection2:0: detected conn error (1020)
Sep 12 08:37:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:37:59 ubuntu kernel: [3256396.489876] connection2:0: detected conn error (1020)
Sep 12 08:37:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:37:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:37:59 ubuntu object-replicator: Nothing replicated for 0.00297808647156 seconds.
Sep 12 08:37:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:38:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:02 ubuntu kernel: [3256399.493894] connection2:0: detected conn error (1020)
Sep 12 08:38:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:38:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:38:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00456 seconds (0.00000/s)
Sep 12 08:38:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:38:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:38:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:38:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:38:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:38:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00402 seconds (0.00000/s)
Sep 12 08:38:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:38:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:38:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:38:04 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:38:04 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:38:04 ubuntu 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
Sep 12 08:38:04 ubuntu 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
Sep 12 08:38:04 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:38:04 ubuntu 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
Sep 12 08:38:05 ubuntu kernel: [3256402.497571] connection2:0: detected conn error (1020)
Sep 12 08:38:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:08 ubuntu kernel: [3256405.502910] connection2:0: detected conn error (1020)
Sep 12 08:38:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:11 ubuntu kernel: [3256408.506673] connection2:0: detected conn error (1020)
Sep 12 08:38:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:14 ubuntu kernel: [3256411.511229] connection2:0: detected conn error (1020)
Sep 12 08:38:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:17 ubuntu kernel: [3256414.514457] connection2:0: detected conn error (1020)
Sep 12 08:38:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:20 ubuntu kernel: [3256417.518387] connection2:0: detected conn error (1020)
Sep 12 08:38:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:23 ubuntu kernel: [3256420.536542] connection2:0: detected conn error (1020)
Sep 12 08:38:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:26 ubuntu kernel: [3256423.540567] connection2:0: detected conn error (1020)
Sep 12 08:38:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:29 ubuntu kernel: [3256426.544417] connection2:0: detected conn error (1020)
Sep 12 08:38:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:38:29 ubuntu object-replicator: Nothing replicated for 0.00374007225037 seconds.
Sep 12 08:38:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:38:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:32 ubuntu kernel: [3256429.548645] connection2:0: detected conn error (1020)
Sep 12 08:38:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:38:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:38:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00518 seconds (0.00000/s)
Sep 12 08:38:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:38:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:38:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:38:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:38:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:38:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00366 seconds (0.00000/s)
Sep 12 08:38:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:38:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:38:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:38:34 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:38:34 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:38:34 ubuntu 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
Sep 12 08:38:34 ubuntu 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
Sep 12 08:38:35 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:38:35 ubuntu 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
Sep 12 08:38:35 ubuntu kernel: [3256432.552277] connection2:0: detected conn error (1020)
Sep 12 08:38:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:38 ubuntu kernel: [3256435.555986] connection2:0: detected conn error (1020)
Sep 12 08:38:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:41 ubuntu kernel: [3256438.559690] connection2:0: detected conn error (1020)
Sep 12 08:38:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:44 ubuntu kernel: [3256441.564427] connection2:0: detected conn error (1020)
Sep 12 08:38:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:47 ubuntu kernel: [3256444.569433] connection2:0: detected conn error (1020)
Sep 12 08:38:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:50 ubuntu kernel: [3256447.573838] connection2:0: detected conn error (1020)
Sep 12 08:38:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:53 ubuntu kernel: [3256450.578525] connection2:0: detected conn error (1020)
Sep 12 08:38:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:56 ubuntu kernel: [3256453.583861] connection2:0: detected conn error (1020)
Sep 12 08:38:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:38:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:38:59 ubuntu kernel: [3256456.587101] connection2:0: detected conn error (1020)
Sep 12 08:38:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:38:59 ubuntu object-replicator: Nothing replicated for 0.00345087051392 seconds.
Sep 12 08:38:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:39:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:02 ubuntu kernel: [3256459.591475] connection2:0: detected conn error (1020)
Sep 12 08:39:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:39:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:39:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00768 seconds (0.00000/s)
Sep 12 08:39:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:39:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:39:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:39:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:39:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:39:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00532 seconds (0.00000/s)
Sep 12 08:39:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:39:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:39:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:39:05 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:39:05 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:39:05 ubuntu 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
Sep 12 08:39:05 ubuntu 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
Sep 12 08:39:05 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:39:05 ubuntu 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
Sep 12 08:39:05 ubuntu kernel: [3256462.601526] connection2:0: detected conn error (1020)
Sep 12 08:39:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:08 ubuntu kernel: [3256465.604912] connection2:0: detected conn error (1020)
Sep 12 08:39:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:11 ubuntu kernel: [3256468.608548] connection2:0: detected conn error (1020)
Sep 12 08:39:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:14 ubuntu kernel: [3256471.612866] connection2:0: detected conn error (1020)
Sep 12 08:39:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:17 ubuntu kernel: [3256474.617053] connection2:0: detected conn error (1020)
Sep 12 08:39:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:20 ubuntu kernel: [3256477.621067] connection2:0: detected conn error (1020)
Sep 12 08:39:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:23 ubuntu kernel: [3256480.624874] connection2:0: detected conn error (1020)
Sep 12 08:39:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:26 ubuntu kernel: [3256483.628722] connection2:0: detected conn error (1020)
Sep 12 08:39:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:29 ubuntu kernel: [3256486.632240] connection2:0: detected conn error (1020)
Sep 12 08:39:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:39:29 ubuntu object-replicator: Nothing replicated for 0.00183200836182 seconds.
Sep 12 08:39:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:39:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:31 ubuntu container-updater: Begin container update sweep
Sep 12 08:39:31 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 08:39:32 ubuntu kernel: [3256489.637316] connection2:0: detected conn error (1020)
Sep 12 08:39:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:39:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:39:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00246 seconds (0.00000/s)
Sep 12 08:39:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:39:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:39:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:39:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:39:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:39:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00848 seconds (0.00000/s)
Sep 12 08:39:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:39:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:39:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:39:35 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:39:35 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:39:35 ubuntu 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
Sep 12 08:39:35 ubuntu 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
Sep 12 08:39:35 ubuntu kernel: [3256492.647862] connection2:0: detected conn error (1020)
Sep 12 08:39:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:38 ubuntu kernel: [3256495.652077] connection2:0: detected conn error (1020)
Sep 12 08:39:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:41 ubuntu kernel: [3256498.680365] connection2:0: detected conn error (1020)
Sep 12 08:39:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:43 ubuntu object-updater: Begin object update sweep
Sep 12 08:39:43 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 08:39:43 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 08:39:44 ubuntu kernel: [3256501.686073] connection2:0: detected conn error (1020)
Sep 12 08:39:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:47 ubuntu kernel: [3256504.689927] connection2:0: detected conn error (1020)
Sep 12 08:39:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:50 ubuntu kernel: [3256507.693312] connection2:0: detected conn error (1020)
Sep 12 08:39:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:53 ubuntu kernel: [3256510.696897] connection2:0: detected conn error (1020)
Sep 12 08:39:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:56 ubuntu kernel: [3256513.701190] connection2:0: detected conn error (1020)
Sep 12 08:39:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:39:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:39:59 ubuntu kernel: [3256516.705575] connection2:0: detected conn error (1020)
Sep 12 08:39:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:39:59 ubuntu object-replicator: Nothing replicated for 0.00424098968506 seconds.
Sep 12 08:39:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:40:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:02 ubuntu kernel: [3256519.709942] connection2:0: detected conn error (1020)
Sep 12 08:40:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:40:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:40:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00403 seconds (0.00000/s)
Sep 12 08:40:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:40:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:40:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:40:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:40:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:40:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00420 seconds (0.00000/s)
Sep 12 08:40:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:40:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:40:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:40:05 ubuntu kernel: [3256522.713858] connection2:0: detected conn error (1020)
Sep 12 08:40:05 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:40:05 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:40:05 ubuntu 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
Sep 12 08:40:05 ubuntu 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
Sep 12 08:40:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:08 ubuntu kernel: [3256525.718632] connection2:0: detected conn error (1020)
Sep 12 08:40:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:11 ubuntu kernel: [3256528.722319] connection2:0: detected conn error (1020)
Sep 12 08:40:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:14 ubuntu kernel: [3256531.727261] connection2:0: detected conn error (1020)
Sep 12 08:40:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:17 ubuntu kernel: [3256534.739759] connection2:0: detected conn error (1020)
Sep 12 08:40:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:20 ubuntu kernel: [3256537.743844] connection2:0: detected conn error (1020)
Sep 12 08:40:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:23 ubuntu kernel: [3256540.748205] connection2:0: detected conn error (1020)
Sep 12 08:40:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:26 ubuntu kernel: [3256543.753044] connection2:0: detected conn error (1020)
Sep 12 08:40:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:40:29 ubuntu object-replicator: Nothing replicated for 0.00315189361572 seconds.
Sep 12 08:40:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:40:29 ubuntu kernel: [3256546.758798] connection2:0: detected conn error (1020)
Sep 12 08:40:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:32 ubuntu kernel: [3256549.763812] connection2:0: detected conn error (1020)
Sep 12 08:40:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:40:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:40:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00371 seconds (0.00000/s)
Sep 12 08:40:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:40:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:40:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:40:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:40:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:40:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00678 seconds (0.00000/s)
Sep 12 08:40:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:40:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:40:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:40:35 ubuntu kernel: [3256552.768076] connection2:0: detected conn error (1020)
Sep 12 08:40:35 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:40:35 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:40:35 ubuntu 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
Sep 12 08:40:35 ubuntu 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
Sep 12 08:40:36 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:40:36 ubuntu 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
Sep 12 08:40:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:38 ubuntu kernel: [3256555.771936] connection2:0: detected conn error (1020)
Sep 12 08:40:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:41 ubuntu kernel: [3256558.776100] connection2:0: detected conn error (1020)
Sep 12 08:40:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:44 ubuntu kernel: [3256561.781047] connection2:0: detected conn error (1020)
Sep 12 08:40:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:47 ubuntu kernel: [3256564.785008] connection2:0: detected conn error (1020)
Sep 12 08:40:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:50 ubuntu kernel: [3256567.788759] connection2:0: detected conn error (1020)
Sep 12 08:40:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:53 ubuntu kernel: [3256570.792889] connection2:0: detected conn error (1020)
Sep 12 08:40:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:56 ubuntu kernel: [3256573.796626] connection2:0: detected conn error (1020)
Sep 12 08:40:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:40:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:40:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:40:59 ubuntu object-replicator: Nothing replicated for 0.0035719871521 seconds.
Sep 12 08:40:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:40:59 ubuntu kernel: [3256576.800341] connection2:0: detected conn error (1020)
Sep 12 08:41:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:02 ubuntu kernel: [3256579.804783] connection2:0: detected conn error (1020)
Sep 12 08:41:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:41:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:41:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00356 seconds (0.00000/s)
Sep 12 08:41:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:41:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:41:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:41:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:41:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:41:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00374 seconds (0.00000/s)
Sep 12 08:41:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:41:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:41:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:41:05 ubuntu kernel: [3256582.809192] connection2:0: detected conn error (1020)
Sep 12 08:41:06 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:41:06 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:41:06 ubuntu 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
Sep 12 08:41:06 ubuntu 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
Sep 12 08:41:06 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:41:06 ubuntu 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
Sep 12 08:41:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:08 ubuntu kernel: [3256585.813501] connection2:0: detected conn error (1020)
Sep 12 08:41:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:11 ubuntu kernel: [3256588.818031] connection2:0: detected conn error (1020)
Sep 12 08:41:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:14 ubuntu kernel: [3256591.821915] connection2:0: detected conn error (1020)
Sep 12 08:41:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:17 ubuntu kernel: [3256594.825047] connection2:0: detected conn error (1020)
Sep 12 08:41:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:20 ubuntu kernel: [3256597.829417] connection2:0: detected conn error (1020)
Sep 12 08:41:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:23 ubuntu kernel: [3256600.833782] connection2:0: detected conn error (1020)
Sep 12 08:41:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:26 ubuntu kernel: [3256603.837801] connection2:0: detected conn error (1020)
Sep 12 08:41:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:41:29 ubuntu object-replicator: Nothing replicated for 0.00459694862366 seconds.
Sep 12 08:41:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:41:29 ubuntu kernel: [3256606.841717] connection2:0: detected conn error (1020)
Sep 12 08:41:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:32 ubuntu kernel: [3256609.845795] connection2:0: detected conn error (1020)
Sep 12 08:41:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:41:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:41:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00333 seconds (0.00000/s)
Sep 12 08:41:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:41:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:41:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:41:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:41:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:41:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00367 seconds (0.00000/s)
Sep 12 08:41:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:41:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:41:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:41:35 ubuntu kernel: [3256612.849459] connection2:0: detected conn error (1020)
Sep 12 08:41:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:36 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:41:36 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:41:36 ubuntu 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
Sep 12 08:41:36 ubuntu 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
Sep 12 08:41:36 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:41:36 ubuntu 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
Sep 12 08:41:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:38 ubuntu kernel: [3256615.852854] connection2:0: detected conn error (1020)
Sep 12 08:41:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:41 ubuntu kernel: [3256618.857184] connection2:0: detected conn error (1020)
Sep 12 08:41:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:44 ubuntu kernel: [3256621.861201] connection2:0: detected conn error (1020)
Sep 12 08:41:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:47 ubuntu kernel: [3256624.865085] connection2:0: detected conn error (1020)
Sep 12 08:41:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:50 ubuntu kernel: [3256627.869848] connection2:0: detected conn error (1020)
Sep 12 08:41:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:53 ubuntu kernel: [3256630.874596] connection2:0: detected conn error (1020)
Sep 12 08:41:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:56 ubuntu kernel: [3256633.878879] connection2:0: detected conn error (1020)
Sep 12 08:41:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:41:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:41:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:41:59 ubuntu object-replicator: Nothing replicated for 0.00429487228394 seconds.
Sep 12 08:41:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:41:59 ubuntu kernel: [3256636.882332] connection2:0: detected conn error (1020)
Sep 12 08:42:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:02 ubuntu kernel: [3256639.886460] connection2:0: detected conn error (1020)
Sep 12 08:42:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:42:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:42:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00362 seconds (0.00000/s)
Sep 12 08:42:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:42:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:42:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:42:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:42:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:42:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00393 seconds (0.00000/s)
Sep 12 08:42:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:42:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:42:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:42:05 ubuntu kernel: [3256642.890008] connection2:0: detected conn error (1020)
Sep 12 08:42:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:06 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:42:06 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:42:06 ubuntu 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
Sep 12 08:42:06 ubuntu 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
Sep 12 08:42:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:06 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:42:06 ubuntu 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
Sep 12 08:42:08 ubuntu kernel: [3256645.894159] connection2:0: detected conn error (1020)
Sep 12 08:42:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:11 ubuntu kernel: [3256648.902253] connection2:0: detected conn error (1020)
Sep 12 08:42:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:14 ubuntu kernel: [3256651.905862] connection2:0: detected conn error (1020)
Sep 12 08:42:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:18 ubuntu kernel: [3256654.909448] connection2:0: detected conn error (1020)
Sep 12 08:42:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:21 ubuntu kernel: [3256657.914581] connection2:0: detected conn error (1020)
Sep 12 08:42:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:24 ubuntu kernel: [3256660.918551] connection2:0: detected conn error (1020)
Sep 12 08:42:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:27 ubuntu kernel: [3256663.922296] connection2:0: detected conn error (1020)
Sep 12 08:42:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:42:29 ubuntu object-replicator: Nothing replicated for 0.00318098068237 seconds.
Sep 12 08:42:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:42:30 ubuntu kernel: [3256666.926201] connection2:0: detected conn error (1020)
Sep 12 08:42:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:33 ubuntu kernel: [3256669.930404] connection2:0: detected conn error (1020)
Sep 12 08:42:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:42:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:42:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00413 seconds (0.00000/s)
Sep 12 08:42:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:42:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:42:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:42:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:42:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:42:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00375 seconds (0.00000/s)
Sep 12 08:42:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:42:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:42:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:42:36 ubuntu kernel: [3256672.934404] connection2:0: detected conn error (1020)
Sep 12 08:42:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:36 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:42:36 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:42:36 ubuntu 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
Sep 12 08:42:36 ubuntu 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
Sep 12 08:42:37 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:42:37 ubuntu 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
Sep 12 08:42:39 ubuntu kernel: [3256675.938768] connection2:0: detected conn error (1020)
Sep 12 08:42:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:42 ubuntu kernel: [3256678.944938] connection2:0: detected conn error (1020)
Sep 12 08:42:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:45 ubuntu kernel: [3256681.948860] connection2:0: detected conn error (1020)
Sep 12 08:42:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:48 ubuntu kernel: [3256684.953259] connection2:0: detected conn error (1020)
Sep 12 08:42:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:51 ubuntu kernel: [3256687.957009] connection2:0: detected conn error (1020)
Sep 12 08:42:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:54 ubuntu kernel: [3256690.961347] connection2:0: detected conn error (1020)
Sep 12 08:42:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:57 ubuntu kernel: [3256693.965221] connection2:0: detected conn error (1020)
Sep 12 08:42:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:42:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:42:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:42:59 ubuntu object-replicator: Nothing replicated for 0.00266098976135 seconds.
Sep 12 08:42:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:43:00 ubuntu kernel: [3256696.970217] connection2:0: detected conn error (1020)
Sep 12 08:43:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:03 ubuntu kernel: [3256699.974379] connection2:0: detected conn error (1020)
Sep 12 08:43:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:43:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:43:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00357 seconds (0.00000/s)
Sep 12 08:43:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:43:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:43:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:43:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:43:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:43:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00360 seconds (0.00000/s)
Sep 12 08:43:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:43:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:43:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:43:06 ubuntu kernel: [3256702.978246] connection2:0: detected conn error (1020)
Sep 12 08:43:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:07 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:43:07 ubuntu 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
Sep 12 08:43:07 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:43:07 ubuntu 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
Sep 12 08:43:07 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:43:07 ubuntu 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
Sep 12 08:43:09 ubuntu kernel: [3256705.982184] connection2:0: detected conn error (1020)
Sep 12 08:43:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:12 ubuntu kernel: [3256708.986462] connection2:0: detected conn error (1020)
Sep 12 08:43:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:15 ubuntu kernel: [3256711.995502] connection2:0: detected conn error (1020)
Sep 12 08:43:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:18 ubuntu kernel: [3256714.999026] connection2:0: detected conn error (1020)
Sep 12 08:43:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:21 ubuntu kernel: [3256718.003950] connection2:0: detected conn error (1020)
Sep 12 08:43:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:24 ubuntu kernel: [3256721.008455] connection2:0: detected conn error (1020)
Sep 12 08:43:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:27 ubuntu kernel: [3256724.062588] connection2:0: detected conn error (1020)
Sep 12 08:43:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:43:29 ubuntu object-replicator: Nothing replicated for 0.00334191322327 seconds.
Sep 12 08:43:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:43:30 ubuntu kernel: [3256727.066220] connection2:0: detected conn error (1020)
Sep 12 08:43:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:33 ubuntu kernel: [3256730.069733] connection2:0: detected conn error (1020)
Sep 12 08:43:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:43:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:43:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00412 seconds (0.00000/s)
Sep 12 08:43:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:43:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:43:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:43:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:43:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:43:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00591 seconds (0.00000/s)
Sep 12 08:43:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:43:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:43:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:43:36 ubuntu kernel: [3256733.073208] connection2:0: detected conn error (1020)
Sep 12 08:43:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:37 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:43:37 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:43:37 ubuntu 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
Sep 12 08:43:37 ubuntu 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
Sep 12 08:43:37 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:43:37 ubuntu 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
Sep 12 08:43:39 ubuntu kernel: [3256736.077972] connection2:0: detected conn error (1020)
Sep 12 08:43:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:42 ubuntu kernel: [3256739.082867] connection2:0: detected conn error (1020)
Sep 12 08:43:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:45 ubuntu kernel: [3256742.087215] connection2:0: detected conn error (1020)
Sep 12 08:43:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:48 ubuntu kernel: [3256745.091393] connection2:0: detected conn error (1020)
Sep 12 08:43:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:51 ubuntu kernel: [3256748.095164] connection2:0: detected conn error (1020)
Sep 12 08:43:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:54 ubuntu kernel: [3256751.099045] connection2:0: detected conn error (1020)
Sep 12 08:43:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:57 ubuntu kernel: [3256754.103087] connection2:0: detected conn error (1020)
Sep 12 08:43:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:43:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:43:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:43:59 ubuntu object-replicator: Nothing replicated for 0.00177001953125 seconds.
Sep 12 08:43:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:44:00 ubuntu kernel: [3256757.108193] connection2:0: detected conn error (1020)
Sep 12 08:44:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:03 ubuntu kernel: [3256760.112012] connection2:0: detected conn error (1020)
Sep 12 08:44:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:44:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:44:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00359 seconds (0.00000/s)
Sep 12 08:44:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:44:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:44:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:44:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:44:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:44:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00396 seconds (0.00000/s)
Sep 12 08:44:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:44:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:44:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:44:06 ubuntu kernel: [3256763.116463] connection2:0: detected conn error (1020)
Sep 12 08:44:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:07 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:44:07 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:44:07 ubuntu 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
Sep 12 08:44:07 ubuntu 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
Sep 12 08:44:09 ubuntu kernel: [3256766.120488] connection2:0: detected conn error (1020)
Sep 12 08:44:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:12 ubuntu kernel: [3256769.124645] connection2:0: detected conn error (1020)
Sep 12 08:44:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:15 ubuntu kernel: [3256772.129045] connection2:0: detected conn error (1020)
Sep 12 08:44:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:18 ubuntu kernel: [3256775.133056] connection2:0: detected conn error (1020)
Sep 12 08:44:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:21 ubuntu kernel: [3256778.136983] connection2:0: detected conn error (1020)
Sep 12 08:44:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:24 ubuntu kernel: [3256781.140504] connection2:0: detected conn error (1020)
Sep 12 08:44:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:27 ubuntu kernel: [3256784.144204] connection2:0: detected conn error (1020)
Sep 12 08:44:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:44:29 ubuntu object-replicator: Nothing replicated for 0.00452399253845 seconds.
Sep 12 08:44:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:44:30 ubuntu kernel: [3256787.148168] connection2:0: detected conn error (1020)
Sep 12 08:44:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:31 ubuntu container-updater: Begin container update sweep
Sep 12 08:44:31 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 08:44:33 ubuntu kernel: [3256790.154022] connection2:0: detected conn error (1020)
Sep 12 08:44:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:44:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:44:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00357 seconds (0.00000/s)
Sep 12 08:44:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:44:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:44:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:44:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:44:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:44:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00592 seconds (0.00000/s)
Sep 12 08:44:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:44:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:44:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:44:36 ubuntu kernel: [3256793.158153] connection2:0: detected conn error (1020)
Sep 12 08:44:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:37 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:44:37 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:44:37 ubuntu 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
Sep 12 08:44:37 ubuntu 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
Sep 12 08:44:39 ubuntu kernel: [3256796.162071] connection2:0: detected conn error (1020)
Sep 12 08:44:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:42 ubuntu kernel: [3256799.166765] connection2:0: detected conn error (1020)
Sep 12 08:44:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:43 ubuntu object-updater: Begin object update sweep
Sep 12 08:44:43 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 08:44:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:43 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 08:44:45 ubuntu kernel: [3256802.172153] connection2:0: detected conn error (1020)
Sep 12 08:44:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:48 ubuntu kernel: [3256805.175760] connection2:0: detected conn error (1020)
Sep 12 08:44:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:51 ubuntu kernel: [3256808.180784] connection2:0: detected conn error (1020)
Sep 12 08:44:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:54 ubuntu kernel: [3256811.185476] connection2:0: detected conn error (1020)
Sep 12 08:44:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:57 ubuntu kernel: [3256814.190034] connection2:0: detected conn error (1020)
Sep 12 08:44:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:44:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:44:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:44:59 ubuntu object-replicator: Nothing replicated for 0.00387406349182 seconds.
Sep 12 08:44:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:45:00 ubuntu kernel: [3256817.195263] connection2:0: detected conn error (1020)
Sep 12 08:45:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:03 ubuntu kernel: [3256820.199402] connection2:0: detected conn error (1020)
Sep 12 08:45:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:45:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:45:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00318 seconds (0.00000/s)
Sep 12 08:45:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:45:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:45:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:45:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:45:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:45:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00395 seconds (0.00000/s)
Sep 12 08:45:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:45:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:45:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:45:06 ubuntu kernel: [3256823.204027] connection2:0: detected conn error (1020)
Sep 12 08:45:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:08 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:45:08 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:45:08 ubuntu 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
Sep 12 08:45:08 ubuntu 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
Sep 12 08:45:08 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:45:08 ubuntu 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
Sep 12 08:45:09 ubuntu kernel: [3256826.207533] connection2:0: detected conn error (1020)
Sep 12 08:45:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:12 ubuntu kernel: [3256829.211867] connection2:0: detected conn error (1020)
Sep 12 08:45:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:15 ubuntu kernel: [3256832.216558] connection2:0: detected conn error (1020)
Sep 12 08:45:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:18 ubuntu kernel: [3256835.220087] connection2:0: detected conn error (1020)
Sep 12 08:45:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:21 ubuntu kernel: [3256838.224005] connection2:0: detected conn error (1020)
Sep 12 08:45:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:24 ubuntu kernel: [3256841.228229] connection2:0: detected conn error (1020)
Sep 12 08:45:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:27 ubuntu kernel: [3256844.232536] connection2:0: detected conn error (1020)
Sep 12 08:45:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:45:29 ubuntu object-replicator: Nothing replicated for 0.00429916381836 seconds.
Sep 12 08:45:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:45:30 ubuntu kernel: [3256847.236309] connection2:0: detected conn error (1020)
Sep 12 08:45:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:33 ubuntu kernel: [3256850.240790] connection2:0: detected conn error (1020)
Sep 12 08:45:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:45:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:45:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00518 seconds (0.00000/s)
Sep 12 08:45:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:45:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:45:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:45:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:45:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:45:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00366 seconds (0.00000/s)
Sep 12 08:45:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:45:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:45:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:45:36 ubuntu kernel: [3256853.244488] connection2:0: detected conn error (1020)
Sep 12 08:45:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:38 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:45:38 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:45:38 ubuntu 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
Sep 12 08:45:38 ubuntu 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
Sep 12 08:45:39 ubuntu kernel: [3256856.248205] connection2:0: detected conn error (1020)
Sep 12 08:45:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:42 ubuntu kernel: [3256859.252948] connection2:0: detected conn error (1020)
Sep 12 08:45:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:45 ubuntu kernel: [3256862.257662] connection2:0: detected conn error (1020)
Sep 12 08:45:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:48 ubuntu kernel: [3256865.262603] connection2:0: detected conn error (1020)
Sep 12 08:45:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:51 ubuntu kernel: [3256868.267915] connection2:0: detected conn error (1020)
Sep 12 08:45:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:54 ubuntu kernel: [3256871.271200] connection2:0: detected conn error (1020)
Sep 12 08:45:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:57 ubuntu kernel: [3256874.275161] connection2:0: detected conn error (1020)
Sep 12 08:45:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:45:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:45:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:45:59 ubuntu object-replicator: Nothing replicated for 0.00511693954468 seconds.
Sep 12 08:45:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:46:00 ubuntu kernel: [3256877.279325] connection2:0: detected conn error (1020)
Sep 12 08:46:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:03 ubuntu kernel: [3256880.284009] connection2:0: detected conn error (1020)
Sep 12 08:46:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:46:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:46:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00928 seconds (0.00000/s)
Sep 12 08:46:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:46:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:46:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:46:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:46:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:46:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00395 seconds (0.00000/s)
Sep 12 08:46:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:46:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:46:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:46:06 ubuntu kernel: [3256883.288053] connection2:0: detected conn error (1020)
Sep 12 08:46:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:08 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:46:08 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:46:08 ubuntu 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
Sep 12 08:46:08 ubuntu 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
Sep 12 08:46:09 ubuntu kernel: [3256886.292310] connection2:0: detected conn error (1020)
Sep 12 08:46:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:12 ubuntu kernel: [3256889.298512] connection2:0: detected conn error (1020)
Sep 12 08:46:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:15 ubuntu kernel: [3256892.302424] connection2:0: detected conn error (1020)
Sep 12 08:46:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:18 ubuntu kernel: [3256895.305545] connection2:0: detected conn error (1020)
Sep 12 08:46:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:21 ubuntu kernel: [3256898.310070] connection2:0: detected conn error (1020)
Sep 12 08:46:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:24 ubuntu kernel: [3256901.314406] connection2:0: detected conn error (1020)
Sep 12 08:46:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:27 ubuntu kernel: [3256904.319006] connection2:0: detected conn error (1020)
Sep 12 08:46:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:46:29 ubuntu object-replicator: Nothing replicated for 0.00340294837952 seconds.
Sep 12 08:46:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:46:30 ubuntu kernel: [3256907.323811] connection2:0: detected conn error (1020)
Sep 12 08:46:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:33 ubuntu kernel: [3256910.329062] connection2:0: detected conn error (1020)
Sep 12 08:46:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:46:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:46:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00678 seconds (0.00000/s)
Sep 12 08:46:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:46:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:46:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:46:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:46:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:46:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00416 seconds (0.00000/s)
Sep 12 08:46:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:46:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:46:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:46:36 ubuntu kernel: [3256913.333162] connection2:0: detected conn error (1020)
Sep 12 08:46:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:38 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:46:38 ubuntu 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
Sep 12 08:46:38 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:46:38 ubuntu 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
Sep 12 08:46:38 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:46:38 ubuntu 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
Sep 12 08:46:39 ubuntu kernel: [3256916.336674] connection2:0: detected conn error (1020)
Sep 12 08:46:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:42 ubuntu kernel: [3256919.340988] connection2:0: detected conn error (1020)
Sep 12 08:46:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:45 ubuntu kernel: [3256922.345080] connection2:0: detected conn error (1020)
Sep 12 08:46:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:48 ubuntu kernel: [3256925.349158] connection2:0: detected conn error (1020)
Sep 12 08:46:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:51 ubuntu kernel: [3256928.353862] connection2:0: detected conn error (1020)
Sep 12 08:46:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:54 ubuntu kernel: [3256931.357609] connection2:0: detected conn error (1020)
Sep 12 08:46:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:57 ubuntu kernel: [3256934.361118] connection2:0: detected conn error (1020)
Sep 12 08:46:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:46:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:46:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:46:59 ubuntu object-replicator: Nothing replicated for 0.00370097160339 seconds.
Sep 12 08:46:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:47:00 ubuntu kernel: [3256937.364885] connection2:0: detected conn error (1020)
Sep 12 08:47:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:03 ubuntu kernel: [3256940.368051] connection2:0: detected conn error (1020)
Sep 12 08:47:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:47:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:47:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00358 seconds (0.00000/s)
Sep 12 08:47:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:47:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:47:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:47:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:47:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:47:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00391 seconds (0.00000/s)
Sep 12 08:47:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:47:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:47:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:47:06 ubuntu kernel: [3256943.372350] connection2:0: detected conn error (1020)
Sep 12 08:47:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:08 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:47:08 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:47:08 ubuntu 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
Sep 12 08:47:08 ubuntu 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
Sep 12 08:47:09 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:47:09 ubuntu 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
Sep 12 08:47:09 ubuntu kernel: [3256946.376705] connection2:0: detected conn error (1020)
Sep 12 08:47:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:12 ubuntu kernel: [3256949.380370] connection2:0: detected conn error (1020)
Sep 12 08:47:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:15 ubuntu kernel: [3256952.384942] connection2:0: detected conn error (1020)
Sep 12 08:47:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:18 ubuntu kernel: [3256955.389840] connection2:0: detected conn error (1020)
Sep 12 08:47:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:21 ubuntu kernel: [3256958.393013] connection2:0: detected conn error (1020)
Sep 12 08:47:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:24 ubuntu kernel: [3256961.396539] connection2:0: detected conn error (1020)
Sep 12 08:47:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:27 ubuntu kernel: [3256964.400555] connection2:0: detected conn error (1020)
Sep 12 08:47:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:47:29 ubuntu object-replicator: Nothing replicated for 0.00437808036804 seconds.
Sep 12 08:47:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:47:30 ubuntu kernel: [3256967.404903] connection2:0: detected conn error (1020)
Sep 12 08:47:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:33 ubuntu kernel: [3256970.408628] connection2:0: detected conn error (1020)
Sep 12 08:47:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:47:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:47:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00512 seconds (0.00000/s)
Sep 12 08:47:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:47:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:47:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:47:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:47:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:47:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00401 seconds (0.00000/s)
Sep 12 08:47:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:47:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:47:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:47:36 ubuntu kernel: [3256973.412954] connection2:0: detected conn error (1020)
Sep 12 08:47:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:39 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:47:39 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:47:39 ubuntu 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
Sep 12 08:47:39 ubuntu 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
Sep 12 08:47:39 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:47:39 ubuntu 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
Sep 12 08:47:39 ubuntu kernel: [3256976.416848] connection2:0: detected conn error (1020)
Sep 12 08:47:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:42 ubuntu kernel: [3256979.421464] connection2:0: detected conn error (1020)
Sep 12 08:47:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:45 ubuntu kernel: [3256982.426862] connection2:0: detected conn error (1020)
Sep 12 08:47:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:48 ubuntu kernel: [3256985.457178] connection2:0: detected conn error (1020)
Sep 12 08:47:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:51 ubuntu kernel: [3256988.461500] connection2:0: detected conn error (1020)
Sep 12 08:47:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:54 ubuntu kernel: [3256991.464960] connection2:0: detected conn error (1020)
Sep 12 08:47:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:57 ubuntu kernel: [3256994.468860] connection2:0: detected conn error (1020)
Sep 12 08:47:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:47:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:47:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:47:59 ubuntu object-replicator: Nothing replicated for 0.00751996040344 seconds.
Sep 12 08:47:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:48:00 ubuntu kernel: [3256997.473194] connection2:0: detected conn error (1020)
Sep 12 08:48:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:03 ubuntu kernel: [3257000.476866] connection2:0: detected conn error (1020)
Sep 12 08:48:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:48:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:48:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00208 seconds (0.00000/s)
Sep 12 08:48:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:48:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:48:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:48:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:48:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:48:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00357 seconds (0.00000/s)
Sep 12 08:48:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:48:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:48:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:48:06 ubuntu kernel: [3257003.480450] connection2:0: detected conn error (1020)
Sep 12 08:48:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:09 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:48:09 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:48:09 ubuntu 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
Sep 12 08:48:09 ubuntu 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
Sep 12 08:48:09 ubuntu kernel: [3257006.484000] connection2:0: detected conn error (1020)
Sep 12 08:48:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:12 ubuntu kernel: [3257009.488233] connection2:0: detected conn error (1020)
Sep 12 08:48:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:15 ubuntu kernel: [3257012.492182] connection2:0: detected conn error (1020)
Sep 12 08:48:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:18 ubuntu kernel: [3257015.496148] connection2:0: detected conn error (1020)
Sep 12 08:48:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:21 ubuntu kernel: [3257018.500176] connection2:0: detected conn error (1020)
Sep 12 08:48:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:24 ubuntu container-auditor: Container audit pass completed: 0.00s
Sep 12 08:48:24 ubuntu container-auditor: Begin container audit pass.
Sep 12 08:48:24 ubuntu kernel: [3257021.521693] connection2:0: detected conn error (1020)
Sep 12 08:48:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:27 ubuntu kernel: [3257024.525359] connection2:0: detected conn error (1020)
Sep 12 08:48:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:48:29 ubuntu object-replicator: Nothing replicated for 0.00215601921082 seconds.
Sep 12 08:48:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:48:30 ubuntu kernel: [3257027.528851] connection2:0: detected conn error (1020)
Sep 12 08:48:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:33 ubuntu kernel: [3257030.532468] connection2:0: detected conn error (1020)
Sep 12 08:48:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:48:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:48:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00551 seconds (0.00000/s)
Sep 12 08:48:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:48:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:48:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:48:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:48:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:48:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00385 seconds (0.00000/s)
Sep 12 08:48:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:48:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:48:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:48:36 ubuntu kernel: [3257033.536341] connection2:0: detected conn error (1020)
Sep 12 08:48:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:39 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:48:39 ubuntu 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
Sep 12 08:48:39 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:48:39 ubuntu 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
Sep 12 08:48:39 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:48:39 ubuntu 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
Sep 12 08:48:39 ubuntu kernel: [3257036.539445] connection2:0: detected conn error (1020)
Sep 12 08:48:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:42 ubuntu kernel: [3257039.543224] connection2:0: detected conn error (1020)
Sep 12 08:48:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:45 ubuntu kernel: [3257042.546759] connection2:0: detected conn error (1020)
Sep 12 08:48:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:48 ubuntu kernel: [3257045.551551] connection2:0: detected conn error (1020)
Sep 12 08:48:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:51 ubuntu kernel: [3257048.555452] connection2:0: detected conn error (1020)
Sep 12 08:48:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:54 ubuntu kernel: [3257051.559873] connection2:0: detected conn error (1020)
Sep 12 08:48:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:57 ubuntu kernel: [3257054.563630] connection2:0: detected conn error (1020)
Sep 12 08:48:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:48:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:48:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:48:59 ubuntu object-replicator: Nothing replicated for 0.00376391410828 seconds.
Sep 12 08:48:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:49:00 ubuntu kernel: [3257057.566999] connection2:0: detected conn error (1020)
Sep 12 08:49:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:03 ubuntu kernel: [3257060.571835] connection2:0: detected conn error (1020)
Sep 12 08:49:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:49:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:49:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00449 seconds (0.00000/s)
Sep 12 08:49:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:49:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:49:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:49:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:49:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:49:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00582 seconds (0.00000/s)
Sep 12 08:49:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:49:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:49:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:49:06 ubuntu kernel: [3257063.575798] connection2:0: detected conn error (1020)
Sep 12 08:49:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:09 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:49:09 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:49:09 ubuntu 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
Sep 12 08:49:09 ubuntu 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
Sep 12 08:49:09 ubuntu kernel: [3257066.579925] connection2:0: detected conn error (1020)
Sep 12 08:49:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:12 ubuntu kernel: [3257069.584356] connection2:0: detected conn error (1020)
Sep 12 08:49:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:15 ubuntu kernel: [3257072.587791] connection2:0: detected conn error (1020)
Sep 12 08:49:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:18 ubuntu kernel: [3257075.591981] connection2:0: detected conn error (1020)
Sep 12 08:49:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:21 ubuntu kernel: [3257078.595713] connection2:0: detected conn error (1020)
Sep 12 08:49:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:24 ubuntu kernel: [3257081.599825] connection2:0: detected conn error (1020)
Sep 12 08:49:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:27 ubuntu kernel: [3257084.603837] connection2:0: detected conn error (1020)
Sep 12 08:49:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:49:29 ubuntu object-replicator: Nothing replicated for 0.00302696228027 seconds.
Sep 12 08:49:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:49:30 ubuntu kernel: [3257087.608403] connection2:0: detected conn error (1020)
Sep 12 08:49:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:31 ubuntu container-updater: Begin container update sweep
Sep 12 08:49:31 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 08:49:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:49:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:49:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00363 seconds (0.00000/s)
Sep 12 08:49:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:49:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:49:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:49:33 ubuntu kernel: [3257090.612294] connection2:0: detected conn error (1020)
Sep 12 08:49:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:34 ubuntu account-replicator: Beginning replication run
Sep 12 08:49:34 ubuntu account-replicator: Replication run OVER
Sep 12 08:49:34 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00662 seconds (0.00000/s)
Sep 12 08:49:34 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:49:34 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:49:34 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:49:36 ubuntu kernel: [3257093.617535] connection2:0: detected conn error (1020)
Sep 12 08:49:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:39 ubuntu kernel: [3257096.621615] connection2:0: detected conn error (1020)
Sep 12 08:49:40 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:49:40 ubuntu 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
Sep 12 08:49:40 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:49:40 ubuntu 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
Sep 12 08:49:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:42 ubuntu kernel: [3257099.626241] connection2:0: detected conn error (1020)
Sep 12 08:49:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:43 ubuntu object-updater: Begin object update sweep
Sep 12 08:49:43 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 08:49:43 ubuntu object-updater: Object update sweep completed: 0.06s
Sep 12 08:49:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:45 ubuntu kernel: [3257102.629577] connection2:0: detected conn error (1020)
Sep 12 08:49:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:48 ubuntu kernel: [3257105.633487] connection2:0: detected conn error (1020)
Sep 12 08:49:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:51 ubuntu kernel: [3257108.637569] connection2:0: detected conn error (1020)
Sep 12 08:49:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:54 ubuntu kernel: [3257111.643015] connection2:0: detected conn error (1020)
Sep 12 08:49:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:57 ubuntu kernel: [3257114.647719] connection2:0: detected conn error (1020)
Sep 12 08:49:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:49:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:49:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:49:59 ubuntu object-replicator: Nothing replicated for 0.00261616706848 seconds.
Sep 12 08:49:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:50:00 ubuntu kernel: [3257117.652794] connection2:0: detected conn error (1020)
Sep 12 08:50:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:50:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:50:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00365 seconds (0.00000/s)
Sep 12 08:50:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:50:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:50:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:50:03 ubuntu kernel: [3257120.657351] connection2:0: detected conn error (1020)
Sep 12 08:50:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:04 ubuntu account-replicator: Beginning replication run
Sep 12 08:50:04 ubuntu account-replicator: Replication run OVER
Sep 12 08:50:04 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00444 seconds (0.00000/s)
Sep 12 08:50:04 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:50:04 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:50:04 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:50:06 ubuntu kernel: [3257123.660160] connection2:0: detected conn error (1020)
Sep 12 08:50:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:09 ubuntu kernel: [3257126.663138] connection2:0: detected conn error (1020)
Sep 12 08:50:10 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:50:10 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:50:10 ubuntu 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
Sep 12 08:50:10 ubuntu 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
Sep 12 08:50:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:12 ubuntu kernel: [3257129.672483] connection2:0: detected conn error (1020)
Sep 12 08:50:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:15 ubuntu kernel: [3257132.676244] connection2:0: detected conn error (1020)
Sep 12 08:50:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:18 ubuntu kernel: [3257135.679785] connection2:0: detected conn error (1020)
Sep 12 08:50:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:21 ubuntu kernel: [3257138.683423] connection2:0: detected conn error (1020)
Sep 12 08:50:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:25 ubuntu kernel: [3257141.687629] connection2:0: detected conn error (1020)
Sep 12 08:50:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:28 ubuntu kernel: [3257144.691063] connection2:0: detected conn error (1020)
Sep 12 08:50:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:50:29 ubuntu object-replicator: Nothing replicated for 0.00383687019348 seconds.
Sep 12 08:50:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:50:31 ubuntu kernel: [3257147.694778] connection2:0: detected conn error (1020)
Sep 12 08:50:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:50:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:50:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00385 seconds (0.00000/s)
Sep 12 08:50:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:50:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:50:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:50:34 ubuntu kernel: [3257150.698717] connection2:0: detected conn error (1020)
Sep 12 08:50:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:35 ubuntu account-replicator: Beginning replication run
Sep 12 08:50:35 ubuntu account-replicator: Replication run OVER
Sep 12 08:50:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00414 seconds (0.00000/s)
Sep 12 08:50:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:50:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:50:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:50:37 ubuntu kernel: [3257153.702766] connection2:0: detected conn error (1020)
Sep 12 08:50:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:40 ubuntu kernel: [3257156.707425] connection2:0: detected conn error (1020)
Sep 12 08:50:40 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:50:40 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:50:40 ubuntu 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
Sep 12 08:50:40 ubuntu 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
Sep 12 08:50:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:43 ubuntu kernel: [3257159.710897] connection2:0: detected conn error (1020)
Sep 12 08:50:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:46 ubuntu kernel: [3257162.714792] connection2:0: detected conn error (1020)
Sep 12 08:50:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:49 ubuntu kernel: [3257165.719109] connection2:0: detected conn error (1020)
Sep 12 08:50:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:52 ubuntu kernel: [3257168.724066] connection2:0: detected conn error (1020)
Sep 12 08:50:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:55 ubuntu kernel: [3257171.727650] connection2:0: detected conn error (1020)
Sep 12 08:50:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:58 ubuntu kernel: [3257174.731933] connection2:0: detected conn error (1020)
Sep 12 08:50:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:50:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:50:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:50:59 ubuntu object-replicator: Nothing replicated for 0.00306487083435 seconds.
Sep 12 08:50:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:51:01 ubuntu kernel: [3257177.737396] connection2:0: detected conn error (1020)
Sep 12 08:51:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:03 ubuntu container-replicator: Beginning replication run
Sep 12 08:51:03 ubuntu container-replicator: Replication run OVER
Sep 12 08:51:03 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00596 seconds (0.00000/s)
Sep 12 08:51:03 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:51:03 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:51:03 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:51:04 ubuntu kernel: [3257180.745969] connection2:0: detected conn error (1020)
Sep 12 08:51:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:05 ubuntu account-replicator: Beginning replication run
Sep 12 08:51:05 ubuntu account-replicator: Replication run OVER
Sep 12 08:51:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00361 seconds (0.00000/s)
Sep 12 08:51:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:51:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:51:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:51:07 ubuntu kernel: [3257183.749891] connection2:0: detected conn error (1020)
Sep 12 08:51:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:10 ubuntu kernel: [3257186.754409] connection2:0: detected conn error (1020)
Sep 12 08:51:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:10 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:51:10 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:51:10 ubuntu 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
Sep 12 08:51:10 ubuntu 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
Sep 12 08:51:10 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:51:10 ubuntu 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
Sep 12 08:51:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:13 ubuntu kernel: [3257189.759004] connection2:0: detected conn error (1020)
Sep 12 08:51:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:16 ubuntu kernel: [3257192.762684] connection2:0: detected conn error (1020)
Sep 12 08:51:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:19 ubuntu kernel: [3257195.766570] connection2:0: detected conn error (1020)
Sep 12 08:51:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:22 ubuntu kernel: [3257198.770982] connection2:0: detected conn error (1020)
Sep 12 08:51:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:25 ubuntu kernel: [3257201.774206] connection2:0: detected conn error (1020)
Sep 12 08:51:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:28 ubuntu kernel: [3257204.778187] connection2:0: detected conn error (1020)
Sep 12 08:51:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:51:29 ubuntu object-replicator: Nothing replicated for 0.00183796882629 seconds.
Sep 12 08:51:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:51:31 ubuntu kernel: [3257207.782550] connection2:0: detected conn error (1020)
Sep 12 08:51:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:33 ubuntu container-replicator: Beginning replication run
Sep 12 08:51:33 ubuntu container-replicator: Replication run OVER
Sep 12 08:51:33 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00372 seconds (0.00000/s)
Sep 12 08:51:33 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:51:33 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:51:33 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:51:34 ubuntu kernel: [3257210.786931] connection2:0: detected conn error (1020)
Sep 12 08:51:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:35 ubuntu account-replicator: Beginning replication run
Sep 12 08:51:35 ubuntu account-replicator: Replication run OVER
Sep 12 08:51:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00420 seconds (0.00000/s)
Sep 12 08:51:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:51:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:51:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:51:37 ubuntu kernel: [3257213.791939] connection2:0: detected conn error (1020)
Sep 12 08:51:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:40 ubuntu kernel: [3257216.795630] connection2:0: detected conn error (1020)
Sep 12 08:51:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:40 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:51:40 ubuntu 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
Sep 12 08:51:40 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:51:40 ubuntu 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
Sep 12 08:51:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:40 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:51:40 ubuntu 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
Sep 12 08:51:43 ubuntu kernel: [3257219.799769] connection2:0: detected conn error (1020)
Sep 12 08:51:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:46 ubuntu kernel: [3257222.804037] connection2:0: detected conn error (1020)
Sep 12 08:51:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:49 ubuntu kernel: [3257225.807949] connection2:0: detected conn error (1020)
Sep 12 08:51:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:52 ubuntu kernel: [3257228.811817] connection2:0: detected conn error (1020)
Sep 12 08:51:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:55 ubuntu kernel: [3257231.817856] connection2:0: detected conn error (1020)
Sep 12 08:51:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:58 ubuntu kernel: [3257234.821486] connection2:0: detected conn error (1020)
Sep 12 08:51:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:51:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:51:59 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:51:59 ubuntu object-replicator: Nothing replicated for 0.00306487083435 seconds.
Sep 12 08:51:59 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:52:01 ubuntu kernel: [3257237.825568] connection2:0: detected conn error (1020)
Sep 12 08:52:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:04 ubuntu container-replicator: Beginning replication run
Sep 12 08:52:04 ubuntu container-replicator: Replication run OVER
Sep 12 08:52:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00484 seconds (0.00000/s)
Sep 12 08:52:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:52:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:52:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:52:04 ubuntu kernel: [3257240.829811] connection2:0: detected conn error (1020)
Sep 12 08:52:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:05 ubuntu account-replicator: Beginning replication run
Sep 12 08:52:05 ubuntu account-replicator: Replication run OVER
Sep 12 08:52:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00651 seconds (0.00000/s)
Sep 12 08:52:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:52:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:52:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:52:07 ubuntu kernel: [3257243.834063] connection2:0: detected conn error (1020)
Sep 12 08:52:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:10 ubuntu kernel: [3257246.838901] connection2:0: detected conn error (1020)
Sep 12 08:52:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:52:11 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:52:11 ubuntu 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
Sep 12 08:52:11 ubuntu 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
Sep 12 08:52:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:52:11 ubuntu 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
Sep 12 08:52:13 ubuntu kernel: [3257249.842532] connection2:0: detected conn error (1020)
Sep 12 08:52:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:16 ubuntu kernel: [3257252.848089] connection2:0: detected conn error (1020)
Sep 12 08:52:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:19 ubuntu kernel: [3257255.852354] connection2:0: detected conn error (1020)
Sep 12 08:52:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:22 ubuntu kernel: [3257258.856590] connection2:0: detected conn error (1020)
Sep 12 08:52:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:25 ubuntu kernel: [3257261.860741] connection2:0: detected conn error (1020)
Sep 12 08:52:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:28 ubuntu kernel: [3257264.864172] connection2:0: detected conn error (1020)
Sep 12 08:52:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:29 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:52:29 ubuntu object-replicator: Nothing replicated for 0.00402188301086 seconds.
Sep 12 08:52:29 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:52:31 ubuntu kernel: [3257267.867617] connection2:0: detected conn error (1020)
Sep 12 08:52:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:34 ubuntu container-replicator: Beginning replication run
Sep 12 08:52:34 ubuntu container-replicator: Replication run OVER
Sep 12 08:52:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00251 seconds (0.00000/s)
Sep 12 08:52:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:52:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:52:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:52:34 ubuntu kernel: [3257270.871486] connection2:0: detected conn error (1020)
Sep 12 08:52:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:35 ubuntu account-replicator: Beginning replication run
Sep 12 08:52:35 ubuntu account-replicator: Replication run OVER
Sep 12 08:52:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.01137 seconds (0.00000/s)
Sep 12 08:52:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:52:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:52:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:52:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:37 ubuntu kernel: [3257273.895392] connection2:0: detected conn error (1020)
Sep 12 08:52:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:40 ubuntu kernel: [3257276.899444] connection2:0: detected conn error (1020)
Sep 12 08:52:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:41 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:52:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:52:41 ubuntu 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
Sep 12 08:52:41 ubuntu 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
Sep 12 08:52:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:52:41 ubuntu 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
Sep 12 08:52:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:43 ubuntu kernel: [3257279.903273] connection2:0: detected conn error (1020)
Sep 12 08:52:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:46 ubuntu kernel: [3257282.909458] connection2:0: detected conn error (1020)
Sep 12 08:52:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:49 ubuntu kernel: [3257285.913758] connection2:0: detected conn error (1020)
Sep 12 08:52:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:52 ubuntu kernel: [3257288.917812] connection2:0: detected conn error (1020)
Sep 12 08:52:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:55 ubuntu kernel: [3257291.923380] connection2:0: detected conn error (1020)
Sep 12 08:52:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:52:58 ubuntu kernel: [3257294.933895] connection2:0: detected conn error (1020)
Sep 12 08:52:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:52:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:53:00 ubuntu object-replicator: Nothing replicated for 0.00473117828369 seconds.
Sep 12 08:53:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:53:01 ubuntu kernel: [3257297.937486] connection2:0: detected conn error (1020)
Sep 12 08:53:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:04 ubuntu container-replicator: Beginning replication run
Sep 12 08:53:04 ubuntu container-replicator: Replication run OVER
Sep 12 08:53:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00289 seconds (0.00000/s)
Sep 12 08:53:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:53:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:53:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:53:04 ubuntu kernel: [3257300.941447] connection2:0: detected conn error (1020)
Sep 12 08:53:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:05 ubuntu account-replicator: Beginning replication run
Sep 12 08:53:05 ubuntu account-replicator: Replication run OVER
Sep 12 08:53:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00265 seconds (0.00000/s)
Sep 12 08:53:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:53:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:53:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:53:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:07 ubuntu kernel: [3257303.946448] connection2:0: detected conn error (1020)
Sep 12 08:53:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:10 ubuntu kernel: [3257306.949466] connection2:0: detected conn error (1020)
Sep 12 08:53:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:11 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:53:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:53:11 ubuntu 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
Sep 12 08:53:11 ubuntu 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
Sep 12 08:53:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:53:11 ubuntu 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
Sep 12 08:53:13 ubuntu kernel: [3257309.953715] connection2:0: detected conn error (1020)
Sep 12 08:53:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:16 ubuntu kernel: [3257312.957932] connection2:0: detected conn error (1020)
Sep 12 08:53:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:19 ubuntu kernel: [3257315.962057] connection2:0: detected conn error (1020)
Sep 12 08:53:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:22 ubuntu kernel: [3257318.965870] connection2:0: detected conn error (1020)
Sep 12 08:53:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:25 ubuntu kernel: [3257321.969685] connection2:0: detected conn error (1020)
Sep 12 08:53:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:28 ubuntu kernel: [3257324.974596] connection2:0: detected conn error (1020)
Sep 12 08:53:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:53:30 ubuntu object-replicator: Nothing replicated for 0.00287008285522 seconds.
Sep 12 08:53:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:53:31 ubuntu kernel: [3257327.980029] connection2:0: detected conn error (1020)
Sep 12 08:53:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:34 ubuntu container-replicator: Beginning replication run
Sep 12 08:53:34 ubuntu container-replicator: Replication run OVER
Sep 12 08:53:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00524 seconds (0.00000/s)
Sep 12 08:53:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:53:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:53:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:53:34 ubuntu kernel: [3257330.983926] connection2:0: detected conn error (1020)
Sep 12 08:53:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:35 ubuntu account-replicator: Beginning replication run
Sep 12 08:53:35 ubuntu account-replicator: Replication run OVER
Sep 12 08:53:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00577 seconds (0.00000/s)
Sep 12 08:53:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:53:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:53:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:53:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:37 ubuntu kernel: [3257333.988007] connection2:0: detected conn error (1020)
Sep 12 08:53:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:40 ubuntu kernel: [3257336.993526] connection2:0: detected conn error (1020)
Sep 12 08:53:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:53:41 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:53:41 ubuntu 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
Sep 12 08:53:41 ubuntu 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
Sep 12 08:53:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:53:41 ubuntu 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
Sep 12 08:53:43 ubuntu kernel: [3257339.997287] connection2:0: detected conn error (1020)
Sep 12 08:53:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:46 ubuntu kernel: [3257343.001839] connection2:0: detected conn error (1020)
Sep 12 08:53:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:49 ubuntu kernel: [3257346.005557] connection2:0: detected conn error (1020)
Sep 12 08:53:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:52 ubuntu kernel: [3257349.010636] connection2:0: detected conn error (1020)
Sep 12 08:53:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:55 ubuntu kernel: [3257352.014666] connection2:0: detected conn error (1020)
Sep 12 08:53:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:53:58 ubuntu kernel: [3257355.018078] connection2:0: detected conn error (1020)
Sep 12 08:53:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:53:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:54:00 ubuntu object-replicator: Nothing replicated for 0.00298595428467 seconds.
Sep 12 08:54:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:54:01 ubuntu kernel: [3257358.022360] connection2:0: detected conn error (1020)
Sep 12 08:54:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:04 ubuntu container-replicator: Beginning replication run
Sep 12 08:54:04 ubuntu container-replicator: Replication run OVER
Sep 12 08:54:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00437 seconds (0.00000/s)
Sep 12 08:54:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:54:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:54:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:54:04 ubuntu kernel: [3257361.026271] connection2:0: detected conn error (1020)
Sep 12 08:54:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:05 ubuntu account-replicator: Beginning replication run
Sep 12 08:54:05 ubuntu account-replicator: Replication run OVER
Sep 12 08:54:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00476 seconds (0.00000/s)
Sep 12 08:54:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:54:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:54:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:54:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:07 ubuntu kernel: [3257364.031567] connection2:0: detected conn error (1020)
Sep 12 08:54:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:10 ubuntu kernel: [3257367.036200] connection2:0: detected conn error (1020)
Sep 12 08:54:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:54:12 ubuntu 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
Sep 12 08:54:12 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:54:12 ubuntu 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
Sep 12 08:54:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:54:12 ubuntu 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
Sep 12 08:54:13 ubuntu kernel: [3257370.040342] connection2:0: detected conn error (1020)
Sep 12 08:54:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:16 ubuntu kernel: [3257373.044702] connection2:0: detected conn error (1020)
Sep 12 08:54:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:19 ubuntu kernel: [3257376.048974] connection2:0: detected conn error (1020)
Sep 12 08:54:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:22 ubuntu kernel: [3257379.053159] connection2:0: detected conn error (1020)
Sep 12 08:54:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:25 ubuntu kernel: [3257382.058252] connection2:0: detected conn error (1020)
Sep 12 08:54:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:28 ubuntu kernel: [3257385.062310] connection2:0: detected conn error (1020)
Sep 12 08:54:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:54:30 ubuntu object-replicator: Nothing replicated for 0.00192999839783 seconds.
Sep 12 08:54:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:54:31 ubuntu kernel: [3257388.066921] connection2:0: detected conn error (1020)
Sep 12 08:54:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:31 ubuntu container-updater: Begin container update sweep
Sep 12 08:54:31 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 08:54:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:34 ubuntu container-replicator: Beginning replication run
Sep 12 08:54:34 ubuntu container-replicator: Replication run OVER
Sep 12 08:54:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00272 seconds (0.00000/s)
Sep 12 08:54:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:54:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:54:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:54:34 ubuntu kernel: [3257391.071523] connection2:0: detected conn error (1020)
Sep 12 08:54:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:35 ubuntu account-replicator: Beginning replication run
Sep 12 08:54:35 ubuntu account-replicator: Replication run OVER
Sep 12 08:54:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00257 seconds (0.00000/s)
Sep 12 08:54:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:54:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:54:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:54:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:37 ubuntu kernel: [3257394.075550] connection2:0: detected conn error (1020)
Sep 12 08:54:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:40 ubuntu kernel: [3257397.079070] connection2:0: detected conn error (1020)
Sep 12 08:54:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:42 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:54:42 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:54:42 ubuntu 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
Sep 12 08:54:42 ubuntu 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
Sep 12 08:54:42 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:54:42 ubuntu 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
Sep 12 08:54:43 ubuntu kernel: [3257400.083019] connection2:0: detected conn error (1020)
Sep 12 08:54:43 ubuntu object-updater: Begin object update sweep
Sep 12 08:54:43 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 08:54:43 ubuntu object-updater: Object update sweep completed: 0.06s
Sep 12 08:54:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:46 ubuntu kernel: [3257403.088119] connection2:0: detected conn error (1020)
Sep 12 08:54:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:49 ubuntu kernel: [3257406.100561] connection2:0: detected conn error (1020)
Sep 12 08:54:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:52 ubuntu kernel: [3257409.105036] connection2:0: detected conn error (1020)
Sep 12 08:54:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:55 ubuntu kernel: [3257412.108694] connection2:0: detected conn error (1020)
Sep 12 08:54:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:54:58 ubuntu kernel: [3257415.112851] connection2:0: detected conn error (1020)
Sep 12 08:54:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:54:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:55:00 ubuntu object-replicator: Nothing replicated for 0.00511693954468 seconds.
Sep 12 08:55:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:55:01 ubuntu kernel: [3257418.117352] connection2:0: detected conn error (1020)
Sep 12 08:55:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:04 ubuntu container-replicator: Beginning replication run
Sep 12 08:55:04 ubuntu container-replicator: Replication run OVER
Sep 12 08:55:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00386 seconds (0.00000/s)
Sep 12 08:55:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:55:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:55:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:55:04 ubuntu kernel: [3257421.122142] connection2:0: detected conn error (1020)
Sep 12 08:55:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:05 ubuntu account-replicator: Beginning replication run
Sep 12 08:55:05 ubuntu account-replicator: Replication run OVER
Sep 12 08:55:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00577 seconds (0.00000/s)
Sep 12 08:55:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:55:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:55:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:55:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:07 ubuntu kernel: [3257424.125605] connection2:0: detected conn error (1020)
Sep 12 08:55:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:10 ubuntu kernel: [3257427.130101] connection2:0: detected conn error (1020)
Sep 12 08:55:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:12 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:55:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:55:12 ubuntu 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
Sep 12 08:55:12 ubuntu 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
Sep 12 08:55:13 ubuntu kernel: [3257430.134429] connection2:0: detected conn error (1020)
Sep 12 08:55:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:16 ubuntu kernel: [3257433.137789] connection2:0: detected conn error (1020)
Sep 12 08:55:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:19 ubuntu kernel: [3257436.141822] connection2:0: detected conn error (1020)
Sep 12 08:55:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:22 ubuntu kernel: [3257439.145699] connection2:0: detected conn error (1020)
Sep 12 08:55:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:25 ubuntu kernel: [3257442.150032] connection2:0: detected conn error (1020)
Sep 12 08:55:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:28 ubuntu kernel: [3257445.153917] connection2:0: detected conn error (1020)
Sep 12 08:55:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:55:30 ubuntu object-replicator: Nothing replicated for 0.00357699394226 seconds.
Sep 12 08:55:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:55:31 ubuntu kernel: [3257448.157221] connection2:0: detected conn error (1020)
Sep 12 08:55:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:34 ubuntu container-replicator: Beginning replication run
Sep 12 08:55:34 ubuntu container-replicator: Replication run OVER
Sep 12 08:55:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00391 seconds (0.00000/s)
Sep 12 08:55:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:55:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:55:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:55:34 ubuntu kernel: [3257451.160916] connection2:0: detected conn error (1020)
Sep 12 08:55:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:35 ubuntu account-replicator: Beginning replication run
Sep 12 08:55:35 ubuntu account-replicator: Replication run OVER
Sep 12 08:55:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00549 seconds (0.00000/s)
Sep 12 08:55:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:55:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:55:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:55:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:37 ubuntu kernel: [3257454.164637] connection2:0: detected conn error (1020)
Sep 12 08:55:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:40 ubuntu kernel: [3257457.168584] connection2:0: detected conn error (1020)
Sep 12 08:55:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:43 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:55:43 ubuntu 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
Sep 12 08:55:43 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:55:43 ubuntu 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
Sep 12 08:55:43 ubuntu kernel: [3257460.172334] connection2:0: detected conn error (1020)
Sep 12 08:55:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:46 ubuntu kernel: [3257463.176295] connection2:0: detected conn error (1020)
Sep 12 08:55:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:49 ubuntu kernel: [3257466.180172] connection2:0: detected conn error (1020)
Sep 12 08:55:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:52 ubuntu kernel: [3257469.184371] connection2:0: detected conn error (1020)
Sep 12 08:55:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:55 ubuntu kernel: [3257472.188997] connection2:0: detected conn error (1020)
Sep 12 08:55:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:55:58 ubuntu kernel: [3257475.192842] connection2:0: detected conn error (1020)
Sep 12 08:55:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:55:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:56:00 ubuntu object-replicator: Nothing replicated for 0.00384998321533 seconds.
Sep 12 08:56:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:56:01 ubuntu kernel: [3257478.197443] connection2:0: detected conn error (1020)
Sep 12 08:56:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:04 ubuntu container-replicator: Beginning replication run
Sep 12 08:56:04 ubuntu container-replicator: Replication run OVER
Sep 12 08:56:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00414 seconds (0.00000/s)
Sep 12 08:56:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:56:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:56:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:56:04 ubuntu kernel: [3257481.201420] connection2:0: detected conn error (1020)
Sep 12 08:56:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:05 ubuntu account-replicator: Beginning replication run
Sep 12 08:56:05 ubuntu account-replicator: Replication run OVER
Sep 12 08:56:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00525 seconds (0.00000/s)
Sep 12 08:56:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:56:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:56:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:56:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:07 ubuntu kernel: [3257484.205488] connection2:0: detected conn error (1020)
Sep 12 08:56:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:10 ubuntu kernel: [3257487.209048] connection2:0: detected conn error (1020)
Sep 12 08:56:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:13 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:56:13 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:56:13 ubuntu 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
Sep 12 08:56:13 ubuntu 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
Sep 12 08:56:13 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:56:13 ubuntu 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
Sep 12 08:56:13 ubuntu kernel: [3257490.213669] connection2:0: detected conn error (1020)
Sep 12 08:56:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:16 ubuntu kernel: [3257493.218293] connection2:0: detected conn error (1020)
Sep 12 08:56:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:19 ubuntu kernel: [3257496.222448] connection2:0: detected conn error (1020)
Sep 12 08:56:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:21 ubuntu account-auditor: Account audit pass completed: 0.00s
Sep 12 08:56:21 ubuntu account-auditor: Begin account audit pass.
Sep 12 08:56:22 ubuntu kernel: [3257499.228135] connection2:0: detected conn error (1020)
Sep 12 08:56:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:25 ubuntu kernel: [3257502.232248] connection2:0: detected conn error (1020)
Sep 12 08:56:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:28 ubuntu kernel: [3257505.235927] connection2:0: detected conn error (1020)
Sep 12 08:56:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:56:30 ubuntu object-replicator: Nothing replicated for 0.00419116020203 seconds.
Sep 12 08:56:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:56:31 ubuntu kernel: [3257508.239428] connection2:0: detected conn error (1020)
Sep 12 08:56:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:34 ubuntu container-replicator: Beginning replication run
Sep 12 08:56:34 ubuntu container-replicator: Replication run OVER
Sep 12 08:56:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00448 seconds (0.00000/s)
Sep 12 08:56:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:56:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:56:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:56:34 ubuntu kernel: [3257511.242953] connection2:0: detected conn error (1020)
Sep 12 08:56:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:35 ubuntu account-replicator: Beginning replication run
Sep 12 08:56:35 ubuntu account-replicator: Replication run OVER
Sep 12 08:56:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00469 seconds (0.00000/s)
Sep 12 08:56:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:56:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:56:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:56:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:37 ubuntu kernel: [3257514.246950] connection2:0: detected conn error (1020)
Sep 12 08:56:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:40 ubuntu kernel: [3257517.250235] connection2:0: detected conn error (1020)
Sep 12 08:56:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:43 ubuntu kernel: [3257520.256500] connection2:0: detected conn error (1020)
Sep 12 08:56:43 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:56:43 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:56:43 ubuntu 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
Sep 12 08:56:43 ubuntu 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
Sep 12 08:56:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:46 ubuntu kernel: [3257523.260152] connection2:0: detected conn error (1020)
Sep 12 08:56:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:49 ubuntu kernel: [3257526.263826] connection2:0: detected conn error (1020)
Sep 12 08:56:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:52 ubuntu kernel: [3257529.267604] connection2:0: detected conn error (1020)
Sep 12 08:56:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:55 ubuntu kernel: [3257532.271559] connection2:0: detected conn error (1020)
Sep 12 08:56:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:56:58 ubuntu kernel: [3257535.275306] connection2:0: detected conn error (1020)
Sep 12 08:56:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:56:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:57:00 ubuntu object-replicator: Nothing replicated for 0.00328803062439 seconds.
Sep 12 08:57:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:57:01 ubuntu kernel: [3257538.279882] connection2:0: detected conn error (1020)
Sep 12 08:57:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:04 ubuntu container-replicator: Beginning replication run
Sep 12 08:57:04 ubuntu container-replicator: Replication run OVER
Sep 12 08:57:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00343 seconds (0.00000/s)
Sep 12 08:57:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:57:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:57:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:57:04 ubuntu kernel: [3257541.284173] connection2:0: detected conn error (1020)
Sep 12 08:57:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:05 ubuntu account-replicator: Beginning replication run
Sep 12 08:57:05 ubuntu account-replicator: Replication run OVER
Sep 12 08:57:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00535 seconds (0.00000/s)
Sep 12 08:57:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:57:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:57:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:57:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:07 ubuntu kernel: [3257544.287474] connection2:0: detected conn error (1020)
Sep 12 08:57:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:10 ubuntu kernel: [3257547.291319] connection2:0: detected conn error (1020)
Sep 12 08:57:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:13 ubuntu kernel: [3257550.295095] connection2:0: detected conn error (1020)
Sep 12 08:57:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:13 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:57:13 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:57:14 ubuntu object-auditor: Object audit (ZBF) "forever" mode completed: 0.01s. Total quarantined: 0, Total errors: 0, Total files/sec: 0.00, Total bytes/sec: 0.00, Auditing time: 0.00, Rate: 0.00
Sep 12 08:57:14 ubuntu 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
Sep 12 08:57:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:16 ubuntu kernel: [3257553.299947] connection2:0: detected conn error (1020)
Sep 12 08:57:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:19 ubuntu kernel: [3257556.304000] connection2:0: detected conn error (1020)
Sep 12 08:57:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:22 ubuntu kernel: [3257559.307800] connection2:0: detected conn error (1020)
Sep 12 08:57:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:25 ubuntu kernel: [3257562.312117] connection2:0: detected conn error (1020)
Sep 12 08:57:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:28 ubuntu kernel: [3257565.315922] connection2:0: detected conn error (1020)
Sep 12 08:57:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:57:30 ubuntu object-replicator: Nothing replicated for 0.00508499145508 seconds.
Sep 12 08:57:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:57:31 ubuntu kernel: [3257568.320162] connection2:0: detected conn error (1020)
Sep 12 08:57:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:34 ubuntu container-replicator: Beginning replication run
Sep 12 08:57:34 ubuntu container-replicator: Replication run OVER
Sep 12 08:57:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00366 seconds (0.00000/s)
Sep 12 08:57:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:57:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:57:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:57:34 ubuntu kernel: [3257571.323649] connection2:0: detected conn error (1020)
Sep 12 08:57:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:35 ubuntu account-replicator: Beginning replication run
Sep 12 08:57:35 ubuntu account-replicator: Replication run OVER
Sep 12 08:57:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00374 seconds (0.00000/s)
Sep 12 08:57:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:57:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:57:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:57:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:37 ubuntu kernel: [3257574.327478] connection2:0: detected conn error (1020)
Sep 12 08:57:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:40 ubuntu kernel: [3257577.330922] connection2:0: detected conn error (1020)
Sep 12 08:57:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:43 ubuntu kernel: [3257580.335078] connection2:0: detected conn error (1020)
Sep 12 08:57:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:44 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:57:44 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:57:44 ubuntu 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
Sep 12 08:57:44 ubuntu 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
Sep 12 08:57:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:46 ubuntu kernel: [3257583.341341] connection2:0: detected conn error (1020)
Sep 12 08:57:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:49 ubuntu kernel: [3257586.345887] connection2:0: detected conn error (1020)
Sep 12 08:57:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:52 ubuntu kernel: [3257589.349685] connection2:0: detected conn error (1020)
Sep 12 08:57:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:57:55 ubuntu kernel: [3257592.353531] connection2:0: detected conn error (1020)
Sep 12 08:57:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:58 ubuntu kernel: [3257595.367867] connection2:0: detected conn error (1020)
Sep 12 08:57:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:57:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:58:00 ubuntu object-replicator: Nothing replicated for 0.00718784332275 seconds.
Sep 12 08:58:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:58:01 ubuntu kernel: [3257598.371948] connection2:0: detected conn error (1020)
Sep 12 08:58:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:04 ubuntu container-replicator: Beginning replication run
Sep 12 08:58:04 ubuntu container-replicator: Replication run OVER
Sep 12 08:58:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00379 seconds (0.00000/s)
Sep 12 08:58:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:58:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:58:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:58:04 ubuntu kernel: [3257601.377092] connection2:0: detected conn error (1020)
Sep 12 08:58:05 ubuntu account-replicator: Beginning replication run
Sep 12 08:58:05 ubuntu account-replicator: Replication run OVER
Sep 12 08:58:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00375 seconds (0.00000/s)
Sep 12 08:58:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:58:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:58:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:58:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:07 ubuntu kernel: [3257604.419830] connection2:0: detected conn error (1020)
Sep 12 08:58:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:10 ubuntu kernel: [3257607.424353] connection2:0: detected conn error (1020)
Sep 12 08:58:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:13 ubuntu kernel: [3257610.429117] connection2:0: detected conn error (1020)
Sep 12 08:58:14 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:58:14 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:58:14 ubuntu 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
Sep 12 08:58:14 ubuntu 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
Sep 12 08:58:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:16 ubuntu kernel: [3257613.435638] connection2:0: detected conn error (1020)
Sep 12 08:58:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:19 ubuntu kernel: [3257616.439640] connection2:0: detected conn error (1020)
Sep 12 08:58:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:22 ubuntu kernel: [3257619.444075] connection2:0: detected conn error (1020)
Sep 12 08:58:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:25 ubuntu kernel: [3257622.447648] connection2:0: detected conn error (1020)
Sep 12 08:58:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:28 ubuntu kernel: [3257625.453437] connection2:0: detected conn error (1020)
Sep 12 08:58:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:58:30 ubuntu object-replicator: Nothing replicated for 0.0038640499115 seconds.
Sep 12 08:58:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:58:31 ubuntu kernel: [3257628.457359] connection2:0: detected conn error (1020)
Sep 12 08:58:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:34 ubuntu container-replicator: Beginning replication run
Sep 12 08:58:34 ubuntu container-replicator: Replication run OVER
Sep 12 08:58:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00352 seconds (0.00000/s)
Sep 12 08:58:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:58:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:58:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:58:34 ubuntu kernel: [3257631.461263] connection2:0: detected conn error (1020)
Sep 12 08:58:35 ubuntu account-replicator: Beginning replication run
Sep 12 08:58:35 ubuntu account-replicator: Replication run OVER
Sep 12 08:58:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00372 seconds (0.00000/s)
Sep 12 08:58:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:58:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:58:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:58:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:38 ubuntu kernel: [3257634.465262] connection2:0: detected conn error (1020)
Sep 12 08:58:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:41 ubuntu kernel: [3257637.469071] connection2:0: detected conn error (1020)
Sep 12 08:58:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:44 ubuntu kernel: [3257640.472959] connection2:0: detected conn error (1020)
Sep 12 08:58:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:44 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:58:44 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:58:44 ubuntu 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
Sep 12 08:58:44 ubuntu 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
Sep 12 08:58:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:47 ubuntu kernel: [3257643.477079] connection2:0: detected conn error (1020)
Sep 12 08:58:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:50 ubuntu kernel: [3257646.481352] connection2:0: detected conn error (1020)
Sep 12 08:58:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:53 ubuntu kernel: [3257649.485431] connection2:0: detected conn error (1020)
Sep 12 08:58:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:56 ubuntu kernel: [3257652.489164] connection2:0: detected conn error (1020)
Sep 12 08:58:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:58:59 ubuntu kernel: [3257655.493298] connection2:0: detected conn error (1020)
Sep 12 08:58:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:58:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:59:00 ubuntu object-replicator: Nothing replicated for 0.0025520324707 seconds.
Sep 12 08:59:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:59:02 ubuntu kernel: [3257658.497439] connection2:0: detected conn error (1020)
Sep 12 08:59:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:04 ubuntu container-replicator: Beginning replication run
Sep 12 08:59:04 ubuntu container-replicator: Replication run OVER
Sep 12 08:59:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00380 seconds (0.00000/s)
Sep 12 08:59:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:59:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:59:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:59:05 ubuntu kernel: [3257661.501484] connection2:0: detected conn error (1020)
Sep 12 08:59:05 ubuntu account-replicator: Beginning replication run
Sep 12 08:59:05 ubuntu account-replicator: Replication run OVER
Sep 12 08:59:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00510 seconds (0.00000/s)
Sep 12 08:59:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:59:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:59:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:59:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:08 ubuntu kernel: [3257664.506611] connection2:0: detected conn error (1020)
Sep 12 08:59:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:11 ubuntu kernel: [3257667.511164] connection2:0: detected conn error (1020)
Sep 12 08:59:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:14 ubuntu kernel: [3257670.514633] connection2:0: detected conn error (1020)
Sep 12 08:59:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:14 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:59:14 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:59:14 ubuntu 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
Sep 12 08:59:14 ubuntu 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
Sep 12 08:59:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:17 ubuntu kernel: [3257673.520357] connection2:0: detected conn error (1020)
Sep 12 08:59:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:20 ubuntu kernel: [3257676.523803] connection2:0: detected conn error (1020)
Sep 12 08:59:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:23 ubuntu kernel: [3257679.527047] connection2:0: detected conn error (1020)
Sep 12 08:59:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:26 ubuntu kernel: [3257682.530511] connection2:0: detected conn error (1020)
Sep 12 08:59:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:29 ubuntu kernel: [3257685.534385] connection2:0: detected conn error (1020)
Sep 12 08:59:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 08:59:30 ubuntu object-replicator: Nothing replicated for 0.00958704948425 seconds.
Sep 12 08:59:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 08:59:32 ubuntu container-updater: Begin container update sweep
Sep 12 08:59:32 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 08:59:32 ubuntu kernel: [3257688.538482] connection2:0: detected conn error (1020)
Sep 12 08:59:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:34 ubuntu container-replicator: Beginning replication run
Sep 12 08:59:34 ubuntu container-replicator: Replication run OVER
Sep 12 08:59:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00486 seconds (0.00000/s)
Sep 12 08:59:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 08:59:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 08:59:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:59:35 ubuntu kernel: [3257691.542271] connection2:0: detected conn error (1020)
Sep 12 08:59:35 ubuntu account-replicator: Beginning replication run
Sep 12 08:59:35 ubuntu account-replicator: Replication run OVER
Sep 12 08:59:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00448 seconds (0.00000/s)
Sep 12 08:59:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 08:59:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 08:59:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 08:59:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:38 ubuntu kernel: [3257694.546374] connection2:0: detected conn error (1020)
Sep 12 08:59:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:41 ubuntu kernel: [3257697.550875] connection2:0: detected conn error (1020)
Sep 12 08:59:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:43 ubuntu object-updater: Begin object update sweep
Sep 12 08:59:43 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 08:59:43 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 08:59:44 ubuntu kernel: [3257700.554091] connection2:0: detected conn error (1020)
Sep 12 08:59:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:44 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:59:44 ubuntu 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
Sep 12 08:59:44 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 08:59:44 ubuntu 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
Sep 12 08:59:45 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 08:59:45 ubuntu 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
Sep 12 08:59:47 ubuntu kernel: [3257703.559308] connection2:0: detected conn error (1020)
Sep 12 08:59:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:50 ubuntu kernel: [3257706.563104] connection2:0: detected conn error (1020)
Sep 12 08:59:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:53 ubuntu kernel: [3257709.567498] connection2:0: detected conn error (1020)
Sep 12 08:59:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:56 ubuntu kernel: [3257712.571107] connection2:0: detected conn error (1020)
Sep 12 08:59:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 08:59:59 ubuntu kernel: [3257715.575497] connection2:0: detected conn error (1020)
Sep 12 08:59:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 08:59:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:00:00 ubuntu object-replicator: Nothing replicated for 0.00658893585205 seconds.
Sep 12 09:00:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:00:01 ubuntu CRON[21646]: (neutron) CMD (if [ -x /usr/bin/neutron-netns-cleanup ] ; then /usr/bin/neutron-netns-cleanup --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini >/dev/null 2>&1; fi)
Sep 12 09:00:02 ubuntu kernel: [3257718.579268] connection2:0: detected conn error (1020)
Sep 12 09:00:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:04 ubuntu container-replicator: Beginning replication run
Sep 12 09:00:04 ubuntu container-replicator: Replication run OVER
Sep 12 09:00:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00234 seconds (0.00000/s)
Sep 12 09:00:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:00:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:00:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:00:05 ubuntu kernel: [3257721.583476] connection2:0: detected conn error (1020)
Sep 12 09:00:05 ubuntu account-replicator: Beginning replication run
Sep 12 09:00:05 ubuntu account-replicator: Replication run OVER
Sep 12 09:00:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00374 seconds (0.00000/s)
Sep 12 09:00:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:00:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:00:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:00:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:08 ubuntu kernel: [3257724.587466] connection2:0: detected conn error (1020)
Sep 12 09:00:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:11 ubuntu kernel: [3257727.591831] connection2:0: detected conn error (1020)
Sep 12 09:00:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:14 ubuntu kernel: [3257730.595634] connection2:0: detected conn error (1020)
Sep 12 09:00:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:15 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:00:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:00:15 ubuntu 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
Sep 12 09:00:15 ubuntu 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
Sep 12 09:00:17 ubuntu kernel: [3257733.600040] connection2:0: detected conn error (1020)
Sep 12 09:00:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:20 ubuntu kernel: [3257736.603928] connection2:0: detected conn error (1020)
Sep 12 09:00:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:23 ubuntu kernel: [3257739.608550] connection2:0: detected conn error (1020)
Sep 12 09:00:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:26 ubuntu kernel: [3257742.613494] connection2:0: detected conn error (1020)
Sep 12 09:00:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:29 ubuntu kernel: [3257745.618245] connection2:0: detected conn error (1020)
Sep 12 09:00:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:00:30 ubuntu object-replicator: Nothing replicated for 0.00513982772827 seconds.
Sep 12 09:00:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:00:32 ubuntu kernel: [3257748.621812] connection2:0: detected conn error (1020)
Sep 12 09:00:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:34 ubuntu container-replicator: Beginning replication run
Sep 12 09:00:34 ubuntu container-replicator: Replication run OVER
Sep 12 09:00:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00220 seconds (0.00000/s)
Sep 12 09:00:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:00:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:00:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:00:35 ubuntu kernel: [3257751.626437] connection2:0: detected conn error (1020)
Sep 12 09:00:35 ubuntu account-replicator: Beginning replication run
Sep 12 09:00:35 ubuntu account-replicator: Replication run OVER
Sep 12 09:00:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00363 seconds (0.00000/s)
Sep 12 09:00:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:00:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:00:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:00:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:38 ubuntu kernel: [3257754.630353] connection2:0: detected conn error (1020)
Sep 12 09:00:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:41 ubuntu kernel: [3257757.634660] connection2:0: detected conn error (1020)
Sep 12 09:00:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:44 ubuntu kernel: [3257760.638669] connection2:0: detected conn error (1020)
Sep 12 09:00:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:45 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:00:45 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:00:45 ubuntu 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
Sep 12 09:00:45 ubuntu 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
Sep 12 09:00:47 ubuntu kernel: [3257763.642123] connection2:0: detected conn error (1020)
Sep 12 09:00:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:50 ubuntu kernel: [3257766.646081] connection2:0: detected conn error (1020)
Sep 12 09:00:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:53 ubuntu kernel: [3257769.650429] connection2:0: detected conn error (1020)
Sep 12 09:00:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:56 ubuntu kernel: [3257772.654504] connection2:0: detected conn error (1020)
Sep 12 09:00:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:00:59 ubuntu kernel: [3257775.658833] connection2:0: detected conn error (1020)
Sep 12 09:00:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:00:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:01:00 ubuntu object-replicator: Nothing replicated for 0.00710082054138 seconds.
Sep 12 09:01:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:01:02 ubuntu kernel: [3257778.662562] connection2:0: detected conn error (1020)
Sep 12 09:01:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:04 ubuntu container-replicator: Beginning replication run
Sep 12 09:01:04 ubuntu container-replicator: Replication run OVER
Sep 12 09:01:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00478 seconds (0.00000/s)
Sep 12 09:01:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:01:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:01:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:01:05 ubuntu kernel: [3257781.667212] connection2:0: detected conn error (1020)
Sep 12 09:01:05 ubuntu account-replicator: Beginning replication run
Sep 12 09:01:05 ubuntu account-replicator: Replication run OVER
Sep 12 09:01:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00442 seconds (0.00000/s)
Sep 12 09:01:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:01:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:01:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:01:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:08 ubuntu kernel: [3257784.671727] connection2:0: detected conn error (1020)
Sep 12 09:01:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:11 ubuntu kernel: [3257787.676359] connection2:0: detected conn error (1020)
Sep 12 09:01:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:14 ubuntu kernel: [3257790.680407] connection2:0: detected conn error (1020)
Sep 12 09:01:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:01:15 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:01:15 ubuntu 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
Sep 12 09:01:15 ubuntu 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
Sep 12 09:01:17 ubuntu kernel: [3257793.684247] connection2:0: detected conn error (1020)
Sep 12 09:01:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:20 ubuntu kernel: [3257796.688107] connection2:0: detected conn error (1020)
Sep 12 09:01:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:23 ubuntu kernel: [3257799.692055] connection2:0: detected conn error (1020)
Sep 12 09:01:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:26 ubuntu kernel: [3257802.696863] connection2:0: detected conn error (1020)
Sep 12 09:01:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:29 ubuntu kernel: [3257805.700683] connection2:0: detected conn error (1020)
Sep 12 09:01:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:01:30 ubuntu object-replicator: Nothing replicated for 0.00167918205261 seconds.
Sep 12 09:01:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:01:32 ubuntu kernel: [3257808.704383] connection2:0: detected conn error (1020)
Sep 12 09:01:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:34 ubuntu container-replicator: Beginning replication run
Sep 12 09:01:34 ubuntu container-replicator: Replication run OVER
Sep 12 09:01:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00431 seconds (0.00000/s)
Sep 12 09:01:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:01:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:01:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:01:35 ubuntu kernel: [3257811.709492] connection2:0: detected conn error (1020)
Sep 12 09:01:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:35 ubuntu account-replicator: Beginning replication run
Sep 12 09:01:35 ubuntu account-replicator: Replication run OVER
Sep 12 09:01:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00417 seconds (0.00000/s)
Sep 12 09:01:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:01:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:01:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:01:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:38 ubuntu kernel: [3257814.713525] connection2:0: detected conn error (1020)
Sep 12 09:01:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:41 ubuntu kernel: [3257817.717147] connection2:0: detected conn error (1020)
Sep 12 09:01:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:44 ubuntu kernel: [3257820.721115] connection2:0: detected conn error (1020)
Sep 12 09:01:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:45 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:01:45 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:01:45 ubuntu 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
Sep 12 09:01:45 ubuntu 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
Sep 12 09:01:45 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:01:45 ubuntu 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
Sep 12 09:01:47 ubuntu kernel: [3257823.725391] connection2:0: detected conn error (1020)
Sep 12 09:01:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:50 ubuntu kernel: [3257826.729832] connection2:0: detected conn error (1020)
Sep 12 09:01:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:53 ubuntu kernel: [3257829.734623] connection2:0: detected conn error (1020)
Sep 12 09:01:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:56 ubuntu kernel: [3257832.738925] connection2:0: detected conn error (1020)
Sep 12 09:01:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:01:59 ubuntu kernel: [3257835.743361] connection2:0: detected conn error (1020)
Sep 12 09:01:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:01:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:02:00 ubuntu object-replicator: Nothing replicated for 0.00175213813782 seconds.
Sep 12 09:02:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:02:02 ubuntu kernel: [3257838.749419] connection2:0: detected conn error (1020)
Sep 12 09:02:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:04 ubuntu container-replicator: Beginning replication run
Sep 12 09:02:04 ubuntu container-replicator: Replication run OVER
Sep 12 09:02:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00480 seconds (0.00000/s)
Sep 12 09:02:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:02:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:02:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:02:05 ubuntu kernel: [3257841.753243] connection2:0: detected conn error (1020)
Sep 12 09:02:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:05 ubuntu account-replicator: Beginning replication run
Sep 12 09:02:05 ubuntu account-replicator: Replication run OVER
Sep 12 09:02:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00606 seconds (0.00000/s)
Sep 12 09:02:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:02:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:02:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:02:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:08 ubuntu kernel: [3257844.757603] connection2:0: detected conn error (1020)
Sep 12 09:02:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:11 ubuntu kernel: [3257847.761543] connection2:0: detected conn error (1020)
Sep 12 09:02:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:14 ubuntu kernel: [3257850.765787] connection2:0: detected conn error (1020)
Sep 12 09:02:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:02:15 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:02:15 ubuntu 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
Sep 12 09:02:15 ubuntu 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
Sep 12 09:02:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:02:16 ubuntu 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
Sep 12 09:02:17 ubuntu kernel: [3257853.769489] connection2:0: detected conn error (1020)
Sep 12 09:02:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:20 ubuntu kernel: [3257856.773262] connection2:0: detected conn error (1020)
Sep 12 09:02:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:23 ubuntu kernel: [3257859.778426] connection2:0: detected conn error (1020)
Sep 12 09:02:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:26 ubuntu kernel: [3257862.782023] connection2:0: detected conn error (1020)
Sep 12 09:02:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:29 ubuntu kernel: [3257865.785587] connection2:0: detected conn error (1020)
Sep 12 09:02:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:02:30 ubuntu object-replicator: Nothing replicated for 0.00272798538208 seconds.
Sep 12 09:02:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:02:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:32 ubuntu kernel: [3257868.803714] connection2:0: detected conn error (1020)
Sep 12 09:02:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:34 ubuntu container-replicator: Beginning replication run
Sep 12 09:02:34 ubuntu container-replicator: Replication run OVER
Sep 12 09:02:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00563 seconds (0.00000/s)
Sep 12 09:02:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:02:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:02:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:02:35 ubuntu kernel: [3257871.807513] connection2:0: detected conn error (1020)
Sep 12 09:02:35 ubuntu account-replicator: Beginning replication run
Sep 12 09:02:35 ubuntu account-replicator: Replication run OVER
Sep 12 09:02:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00362 seconds (0.00000/s)
Sep 12 09:02:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:02:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:02:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:02:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:38 ubuntu kernel: [3257874.812742] connection2:0: detected conn error (1020)
Sep 12 09:02:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:41 ubuntu kernel: [3257877.817195] connection2:0: detected conn error (1020)
Sep 12 09:02:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:44 ubuntu kernel: [3257880.821100] connection2:0: detected conn error (1020)
Sep 12 09:02:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:46 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:02:46 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:02:46 ubuntu 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
Sep 12 09:02:46 ubuntu 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
Sep 12 09:02:47 ubuntu kernel: [3257883.824723] connection2:0: detected conn error (1020)
Sep 12 09:02:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:50 ubuntu kernel: [3257886.828362] connection2:0: detected conn error (1020)
Sep 12 09:02:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:53 ubuntu kernel: [3257889.832923] connection2:0: detected conn error (1020)
Sep 12 09:02:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:56 ubuntu kernel: [3257892.837574] connection2:0: detected conn error (1020)
Sep 12 09:02:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:02:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:02:59 ubuntu kernel: [3257895.841716] connection2:0: detected conn error (1020)
Sep 12 09:02:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:03:00 ubuntu object-replicator: Nothing replicated for 0.00582194328308 seconds.
Sep 12 09:03:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:03:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:02 ubuntu kernel: [3257898.845813] connection2:0: detected conn error (1020)
Sep 12 09:03:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:04 ubuntu container-replicator: Beginning replication run
Sep 12 09:03:04 ubuntu container-replicator: Replication run OVER
Sep 12 09:03:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00490 seconds (0.00000/s)
Sep 12 09:03:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:03:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:03:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:03:05 ubuntu kernel: [3257901.850211] connection2:0: detected conn error (1020)
Sep 12 09:03:05 ubuntu account-replicator: Beginning replication run
Sep 12 09:03:05 ubuntu account-replicator: Replication run OVER
Sep 12 09:03:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00474 seconds (0.00000/s)
Sep 12 09:03:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:03:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:03:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:03:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:08 ubuntu kernel: [3257904.854046] connection2:0: detected conn error (1020)
Sep 12 09:03:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:11 ubuntu kernel: [3257907.858367] connection2:0: detected conn error (1020)
Sep 12 09:03:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:14 ubuntu kernel: [3257910.862483] connection2:0: detected conn error (1020)
Sep 12 09:03:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:03:16 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:03:16 ubuntu 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
Sep 12 09:03:16 ubuntu 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
Sep 12 09:03:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:03:16 ubuntu 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
Sep 12 09:03:17 ubuntu kernel: [3257913.866206] connection2:0: detected conn error (1020)
Sep 12 09:03:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:20 ubuntu kernel: [3257916.869310] connection2:0: detected conn error (1020)
Sep 12 09:03:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:23 ubuntu kernel: [3257919.874562] connection2:0: detected conn error (1020)
Sep 12 09:03:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:26 ubuntu kernel: [3257922.879380] connection2:0: detected conn error (1020)
Sep 12 09:03:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:29 ubuntu kernel: [3257925.884207] connection2:0: detected conn error (1020)
Sep 12 09:03:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:03:30 ubuntu object-replicator: Nothing replicated for 0.00497698783875 seconds.
Sep 12 09:03:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:03:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:32 ubuntu kernel: [3257928.888634] connection2:0: detected conn error (1020)
Sep 12 09:03:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:34 ubuntu container-replicator: Beginning replication run
Sep 12 09:03:34 ubuntu container-replicator: Replication run OVER
Sep 12 09:03:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00382 seconds (0.00000/s)
Sep 12 09:03:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:03:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:03:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:03:35 ubuntu kernel: [3257931.899776] connection2:0: detected conn error (1020)
Sep 12 09:03:35 ubuntu account-replicator: Beginning replication run
Sep 12 09:03:35 ubuntu account-replicator: Replication run OVER
Sep 12 09:03:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00409 seconds (0.00000/s)
Sep 12 09:03:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:03:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:03:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:03:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:38 ubuntu kernel: [3257934.904311] connection2:0: detected conn error (1020)
Sep 12 09:03:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:41 ubuntu kernel: [3257937.908424] connection2:0: detected conn error (1020)
Sep 12 09:03:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:44 ubuntu kernel: [3257940.913013] connection2:0: detected conn error (1020)
Sep 12 09:03:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:46 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:03:46 ubuntu 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
Sep 12 09:03:46 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:03:46 ubuntu 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
Sep 12 09:03:47 ubuntu kernel: [3257943.917456] connection2:0: detected conn error (1020)
Sep 12 09:03:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:50 ubuntu kernel: [3257946.922099] connection2:0: detected conn error (1020)
Sep 12 09:03:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:51 ubuntu account-reaper: Devices pass completed: 0.00s
Sep 12 09:03:53 ubuntu kernel: [3257949.926629] connection2:0: detected conn error (1020)
Sep 12 09:03:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:56 ubuntu kernel: [3257952.932220] connection2:0: detected conn error (1020)
Sep 12 09:03:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:03:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:03:59 ubuntu kernel: [3257955.935792] connection2:0: detected conn error (1020)
Sep 12 09:03:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:04:00 ubuntu object-replicator: Nothing replicated for 0.00624299049377 seconds.
Sep 12 09:04:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:04:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:02 ubuntu kernel: [3257958.940327] connection2:0: detected conn error (1020)
Sep 12 09:04:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:04 ubuntu container-replicator: Beginning replication run
Sep 12 09:04:04 ubuntu container-replicator: Replication run OVER
Sep 12 09:04:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00287 seconds (0.00000/s)
Sep 12 09:04:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:04:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:04:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:04:05 ubuntu kernel: [3257961.945689] connection2:0: detected conn error (1020)
Sep 12 09:04:05 ubuntu account-replicator: Beginning replication run
Sep 12 09:04:05 ubuntu account-replicator: Replication run OVER
Sep 12 09:04:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00483 seconds (0.00000/s)
Sep 12 09:04:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:04:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:04:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:04:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:08 ubuntu kernel: [3257964.949701] connection2:0: detected conn error (1020)
Sep 12 09:04:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:11 ubuntu kernel: [3257967.953397] connection2:0: detected conn error (1020)
Sep 12 09:04:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:14 ubuntu kernel: [3257970.957379] connection2:0: detected conn error (1020)
Sep 12 09:04:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:04:16 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:04:16 ubuntu 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
Sep 12 09:04:16 ubuntu 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
Sep 12 09:04:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:04:16 ubuntu 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
Sep 12 09:04:17 ubuntu kernel: [3257973.961231] connection2:0: detected conn error (1020)
Sep 12 09:04:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:20 ubuntu kernel: [3257976.965114] connection2:0: detected conn error (1020)
Sep 12 09:04:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:23 ubuntu kernel: [3257979.969182] connection2:0: detected conn error (1020)
Sep 12 09:04:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:26 ubuntu kernel: [3257982.973394] connection2:0: detected conn error (1020)
Sep 12 09:04:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:29 ubuntu kernel: [3257985.976724] connection2:0: detected conn error (1020)
Sep 12 09:04:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:04:30 ubuntu object-replicator: Nothing replicated for 0.00172400474548 seconds.
Sep 12 09:04:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:04:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:32 ubuntu container-updater: Begin container update sweep
Sep 12 09:04:32 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 09:04:32 ubuntu kernel: [3257988.981196] connection2:0: detected conn error (1020)
Sep 12 09:04:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:34 ubuntu container-replicator: Beginning replication run
Sep 12 09:04:34 ubuntu container-replicator: Replication run OVER
Sep 12 09:04:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00417 seconds (0.00000/s)
Sep 12 09:04:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:04:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:04:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:04:35 ubuntu kernel: [3257991.984994] connection2:0: detected conn error (1020)
Sep 12 09:04:35 ubuntu account-replicator: Beginning replication run
Sep 12 09:04:35 ubuntu account-replicator: Replication run OVER
Sep 12 09:04:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00364 seconds (0.00000/s)
Sep 12 09:04:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:04:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:04:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:04:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:38 ubuntu kernel: [3257994.988296] connection2:0: detected conn error (1020)
Sep 12 09:04:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:41 ubuntu kernel: [3257997.992332] connection2:0: detected conn error (1020)
Sep 12 09:04:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:43 ubuntu object-updater: Begin object update sweep
Sep 12 09:04:43 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 09:04:43 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 09:04:44 ubuntu kernel: [3258001.003379] connection2:0: detected conn error (1020)
Sep 12 09:04:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:04:47 ubuntu 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
Sep 12 09:04:47 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:04:47 ubuntu 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
Sep 12 09:04:47 ubuntu kernel: [3258004.007597] connection2:0: detected conn error (1020)
Sep 12 09:04:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:50 ubuntu kernel: [3258007.012198] connection2:0: detected conn error (1020)
Sep 12 09:04:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:53 ubuntu kernel: [3258010.016683] connection2:0: detected conn error (1020)
Sep 12 09:04:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:56 ubuntu kernel: [3258013.020707] connection2:0: detected conn error (1020)
Sep 12 09:04:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:04:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:04:59 ubuntu kernel: [3258016.024306] connection2:0: detected conn error (1020)
Sep 12 09:04:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:05:00 ubuntu object-replicator: Nothing replicated for 0.00424313545227 seconds.
Sep 12 09:05:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:05:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:02 ubuntu kernel: [3258019.028063] connection2:0: detected conn error (1020)
Sep 12 09:05:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:04 ubuntu container-replicator: Beginning replication run
Sep 12 09:05:04 ubuntu container-replicator: Replication run OVER
Sep 12 09:05:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00379 seconds (0.00000/s)
Sep 12 09:05:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:05:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:05:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:05:05 ubuntu kernel: [3258022.031593] connection2:0: detected conn error (1020)
Sep 12 09:05:05 ubuntu account-replicator: Beginning replication run
Sep 12 09:05:05 ubuntu account-replicator: Replication run OVER
Sep 12 09:05:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00434 seconds (0.00000/s)
Sep 12 09:05:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:05:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:05:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:05:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:08 ubuntu kernel: [3258025.036122] connection2:0: detected conn error (1020)
Sep 12 09:05:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:11 ubuntu kernel: [3258028.040456] connection2:0: detected conn error (1020)
Sep 12 09:05:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:14 ubuntu kernel: [3258031.044657] connection2:0: detected conn error (1020)
Sep 12 09:05:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:17 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:05:17 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:05:17 ubuntu 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
Sep 12 09:05:17 ubuntu 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
Sep 12 09:05:17 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:05:17 ubuntu 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
Sep 12 09:05:17 ubuntu kernel: [3258034.050904] connection2:0: detected conn error (1020)
Sep 12 09:05:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:20 ubuntu kernel: [3258037.054762] connection2:0: detected conn error (1020)
Sep 12 09:05:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:23 ubuntu kernel: [3258040.059088] connection2:0: detected conn error (1020)
Sep 12 09:05:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:26 ubuntu kernel: [3258043.062853] connection2:0: detected conn error (1020)
Sep 12 09:05:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:29 ubuntu kernel: [3258046.070505] connection2:0: detected conn error (1020)
Sep 12 09:05:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:05:30 ubuntu object-replicator: Nothing replicated for 0.00674605369568 seconds.
Sep 12 09:05:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:05:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:32 ubuntu kernel: [3258049.074399] connection2:0: detected conn error (1020)
Sep 12 09:05:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:34 ubuntu container-replicator: Beginning replication run
Sep 12 09:05:34 ubuntu container-replicator: Replication run OVER
Sep 12 09:05:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00473 seconds (0.00000/s)
Sep 12 09:05:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:05:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:05:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:05:35 ubuntu kernel: [3258052.078640] connection2:0: detected conn error (1020)
Sep 12 09:05:35 ubuntu account-replicator: Beginning replication run
Sep 12 09:05:35 ubuntu account-replicator: Replication run OVER
Sep 12 09:05:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00360 seconds (0.00000/s)
Sep 12 09:05:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:05:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:05:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:05:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:38 ubuntu kernel: [3258055.105421] connection2:0: detected conn error (1020)
Sep 12 09:05:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:41 ubuntu kernel: [3258058.108864] connection2:0: detected conn error (1020)
Sep 12 09:05:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:44 ubuntu kernel: [3258061.112646] connection2:0: detected conn error (1020)
Sep 12 09:05:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:05:47 ubuntu 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
Sep 12 09:05:47 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:05:47 ubuntu 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
Sep 12 09:05:47 ubuntu kernel: [3258064.115970] connection2:0: detected conn error (1020)
Sep 12 09:05:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:50 ubuntu kernel: [3258067.120123] connection2:0: detected conn error (1020)
Sep 12 09:05:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:53 ubuntu kernel: [3258070.124026] connection2:0: detected conn error (1020)
Sep 12 09:05:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:56 ubuntu kernel: [3258073.127314] connection2:0: detected conn error (1020)
Sep 12 09:05:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:05:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:05:59 ubuntu kernel: [3258076.146754] connection2:0: detected conn error (1020)
Sep 12 09:05:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:06:00 ubuntu object-replicator: Nothing replicated for 0.00675487518311 seconds.
Sep 12 09:06:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:06:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:02 ubuntu kernel: [3258079.150446] connection2:0: detected conn error (1020)
Sep 12 09:06:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:04 ubuntu container-replicator: Beginning replication run
Sep 12 09:06:04 ubuntu container-replicator: Replication run OVER
Sep 12 09:06:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00419 seconds (0.00000/s)
Sep 12 09:06:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:06:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:06:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:06:05 ubuntu kernel: [3258082.155157] connection2:0: detected conn error (1020)
Sep 12 09:06:05 ubuntu account-replicator: Beginning replication run
Sep 12 09:06:05 ubuntu account-replicator: Replication run OVER
Sep 12 09:06:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00298 seconds (0.00000/s)
Sep 12 09:06:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:06:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:06:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:06:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:08 ubuntu kernel: [3258085.185975] connection2:0: detected conn error (1020)
Sep 12 09:06:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:11 ubuntu kernel: [3258088.190182] connection2:0: detected conn error (1020)
Sep 12 09:06:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:14 ubuntu kernel: [3258091.194618] connection2:0: detected conn error (1020)
Sep 12 09:06:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:17 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:06:17 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:06:17 ubuntu 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
Sep 12 09:06:17 ubuntu 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
Sep 12 09:06:17 ubuntu kernel: [3258094.199072] connection2:0: detected conn error (1020)
Sep 12 09:06:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:20 ubuntu kernel: [3258097.203445] connection2:0: detected conn error (1020)
Sep 12 09:06:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:23 ubuntu kernel: [3258100.207687] connection2:0: detected conn error (1020)
Sep 12 09:06:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:26 ubuntu kernel: [3258103.211443] connection2:0: detected conn error (1020)
Sep 12 09:06:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:29 ubuntu kernel: [3258106.215097] connection2:0: detected conn error (1020)
Sep 12 09:06:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:06:30 ubuntu object-replicator: Nothing replicated for 0.0115041732788 seconds.
Sep 12 09:06:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:06:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:32 ubuntu kernel: [3258109.218904] connection2:0: detected conn error (1020)
Sep 12 09:06:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:34 ubuntu container-replicator: Beginning replication run
Sep 12 09:06:34 ubuntu container-replicator: Replication run OVER
Sep 12 09:06:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00536 seconds (0.00000/s)
Sep 12 09:06:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:06:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:06:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:06:35 ubuntu account-replicator: Beginning replication run
Sep 12 09:06:35 ubuntu account-replicator: Replication run OVER
Sep 12 09:06:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00657 seconds (0.00000/s)
Sep 12 09:06:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:06:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:06:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:06:35 ubuntu kernel: [3258112.222350] connection2:0: detected conn error (1020)
Sep 12 09:06:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:38 ubuntu kernel: [3258115.226187] connection2:0: detected conn error (1020)
Sep 12 09:06:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:41 ubuntu kernel: [3258118.231191] connection2:0: detected conn error (1020)
Sep 12 09:06:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:44 ubuntu kernel: [3258121.235066] connection2:0: detected conn error (1020)
Sep 12 09:06:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:06:47 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:06:47 ubuntu 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
Sep 12 09:06:47 ubuntu 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
Sep 12 09:06:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:06:47 ubuntu 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
Sep 12 09:06:48 ubuntu kernel: [3258124.241839] connection2:0: detected conn error (1020)
Sep 12 09:06:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:51 ubuntu kernel: [3258127.245485] connection2:0: detected conn error (1020)
Sep 12 09:06:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:54 ubuntu kernel: [3258130.249452] connection2:0: detected conn error (1020)
Sep 12 09:06:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:06:57 ubuntu kernel: [3258133.253383] connection2:0: detected conn error (1020)
Sep 12 09:06:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:06:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:00 ubuntu kernel: [3258136.257292] connection2:0: detected conn error (1020)
Sep 12 09:07:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:07:00 ubuntu object-replicator: Nothing replicated for 0.00233101844788 seconds.
Sep 12 09:07:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:07:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:03 ubuntu kernel: [3258139.260379] connection2:0: detected conn error (1020)
Sep 12 09:07:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:04 ubuntu container-replicator: Beginning replication run
Sep 12 09:07:04 ubuntu container-replicator: Replication run OVER
Sep 12 09:07:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00245 seconds (0.00000/s)
Sep 12 09:07:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:07:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:07:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:07:05 ubuntu account-replicator: Beginning replication run
Sep 12 09:07:05 ubuntu account-replicator: Replication run OVER
Sep 12 09:07:05 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00432 seconds (0.00000/s)
Sep 12 09:07:05 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:07:05 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:07:05 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:07:06 ubuntu kernel: [3258142.264207] connection2:0: detected conn error (1020)
Sep 12 09:07:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:09 ubuntu kernel: [3258145.268191] connection2:0: detected conn error (1020)
Sep 12 09:07:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:12 ubuntu kernel: [3258148.272557] connection2:0: detected conn error (1020)
Sep 12 09:07:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:15 ubuntu kernel: [3258151.275854] connection2:0: detected conn error (1020)
Sep 12 09:07:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:18 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:07:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:07:18 ubuntu 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
Sep 12 09:07:18 ubuntu 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
Sep 12 09:07:18 ubuntu kernel: [3258154.279205] connection2:0: detected conn error (1020)
Sep 12 09:07:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:07:18 ubuntu 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
Sep 12 09:07:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:21 ubuntu kernel: [3258157.282674] connection2:0: detected conn error (1020)
Sep 12 09:07:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:24 ubuntu kernel: [3258160.287191] connection2:0: detected conn error (1020)
Sep 12 09:07:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:27 ubuntu kernel: [3258163.291800] connection2:0: detected conn error (1020)
Sep 12 09:07:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:30 ubuntu kernel: [3258166.295612] connection2:0: detected conn error (1020)
Sep 12 09:07:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:07:30 ubuntu object-replicator: Nothing replicated for 0.00527191162109 seconds.
Sep 12 09:07:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:07:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:33 ubuntu kernel: [3258169.299544] connection2:0: detected conn error (1020)
Sep 12 09:07:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:34 ubuntu container-replicator: Beginning replication run
Sep 12 09:07:34 ubuntu container-replicator: Replication run OVER
Sep 12 09:07:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00400 seconds (0.00000/s)
Sep 12 09:07:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:07:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:07:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:07:35 ubuntu account-replicator: Beginning replication run
Sep 12 09:07:35 ubuntu account-replicator: Replication run OVER
Sep 12 09:07:35 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00479 seconds (0.00000/s)
Sep 12 09:07:35 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:07:35 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:07:35 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:07:36 ubuntu kernel: [3258172.303322] connection2:0: detected conn error (1020)
Sep 12 09:07:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:39 ubuntu kernel: [3258175.306785] connection2:0: detected conn error (1020)
Sep 12 09:07:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:42 ubuntu kernel: [3258178.310431] connection2:0: detected conn error (1020)
Sep 12 09:07:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:45 ubuntu kernel: [3258181.315154] connection2:0: detected conn error (1020)
Sep 12 09:07:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:48 ubuntu kernel: [3258184.319149] connection2:0: detected conn error (1020)
Sep 12 09:07:48 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:07:48 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:07:48 ubuntu 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
Sep 12 09:07:48 ubuntu 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
Sep 12 09:07:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:51 ubuntu kernel: [3258187.400802] connection2:0: detected conn error (1020)
Sep 12 09:07:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:54 ubuntu kernel: [3258190.404963] connection2:0: detected conn error (1020)
Sep 12 09:07:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:07:57 ubuntu kernel: [3258193.409184] connection2:0: detected conn error (1020)
Sep 12 09:07:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:07:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:00 ubuntu kernel: [3258196.414797] connection2:0: detected conn error (1020)
Sep 12 09:08:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:08:00 ubuntu object-replicator: Nothing replicated for 0.00215315818787 seconds.
Sep 12 09:08:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:08:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:03 ubuntu kernel: [3258199.419418] connection2:0: detected conn error (1020)
Sep 12 09:08:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:04 ubuntu container-replicator: Beginning replication run
Sep 12 09:08:04 ubuntu container-replicator: Replication run OVER
Sep 12 09:08:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00360 seconds (0.00000/s)
Sep 12 09:08:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:08:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:08:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:08:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:08:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:08:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00352 seconds (0.00000/s)
Sep 12 09:08:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:08:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:08:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:08:06 ubuntu kernel: [3258202.423231] connection2:0: detected conn error (1020)
Sep 12 09:08:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:09 ubuntu kernel: [3258205.427738] connection2:0: detected conn error (1020)
Sep 12 09:08:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:12 ubuntu kernel: [3258208.432557] connection2:0: detected conn error (1020)
Sep 12 09:08:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:15 ubuntu kernel: [3258211.436680] connection2:0: detected conn error (1020)
Sep 12 09:08:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:18 ubuntu kernel: [3258214.442010] connection2:0: detected conn error (1020)
Sep 12 09:08:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:08:18 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:08:18 ubuntu 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
Sep 12 09:08:18 ubuntu 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
Sep 12 09:08:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:08:18 ubuntu 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
Sep 12 09:08:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:21 ubuntu kernel: [3258217.446499] connection2:0: detected conn error (1020)
Sep 12 09:08:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:24 ubuntu kernel: [3258220.450929] connection2:0: detected conn error (1020)
Sep 12 09:08:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:27 ubuntu kernel: [3258223.454935] connection2:0: detected conn error (1020)
Sep 12 09:08:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:30 ubuntu kernel: [3258226.458758] connection2:0: detected conn error (1020)
Sep 12 09:08:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:08:30 ubuntu object-replicator: Nothing replicated for 0.00375699996948 seconds.
Sep 12 09:08:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:08:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:33 ubuntu kernel: [3258229.466662] connection2:0: detected conn error (1020)
Sep 12 09:08:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:34 ubuntu container-replicator: Beginning replication run
Sep 12 09:08:34 ubuntu container-replicator: Replication run OVER
Sep 12 09:08:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00345 seconds (0.00000/s)
Sep 12 09:08:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:08:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:08:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:08:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:08:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:08:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00365 seconds (0.00000/s)
Sep 12 09:08:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:08:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:08:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:08:36 ubuntu kernel: [3258232.471207] connection2:0: detected conn error (1020)
Sep 12 09:08:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:39 ubuntu kernel: [3258235.475996] connection2:0: detected conn error (1020)
Sep 12 09:08:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:42 ubuntu kernel: [3258238.479364] connection2:0: detected conn error (1020)
Sep 12 09:08:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:45 ubuntu kernel: [3258241.484626] connection2:0: detected conn error (1020)
Sep 12 09:08:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:48 ubuntu kernel: [3258244.488925] connection2:0: detected conn error (1020)
Sep 12 09:08:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:48 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:08:48 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:08:48 ubuntu 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
Sep 12 09:08:48 ubuntu 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
Sep 12 09:08:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:08:49 ubuntu 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
Sep 12 09:08:51 ubuntu kernel: [3258247.494085] connection2:0: detected conn error (1020)
Sep 12 09:08:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:54 ubuntu kernel: [3258250.498759] connection2:0: detected conn error (1020)
Sep 12 09:08:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:08:57 ubuntu kernel: [3258253.503748] connection2:0: detected conn error (1020)
Sep 12 09:08:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:08:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:00 ubuntu kernel: [3258256.508191] connection2:0: detected conn error (1020)
Sep 12 09:09:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:09:00 ubuntu object-replicator: Nothing replicated for 0.00845694541931 seconds.
Sep 12 09:09:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:09:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:03 ubuntu kernel: [3258259.512053] connection2:0: detected conn error (1020)
Sep 12 09:09:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:04 ubuntu container-replicator: Beginning replication run
Sep 12 09:09:04 ubuntu container-replicator: Replication run OVER
Sep 12 09:09:04 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00509 seconds (0.00000/s)
Sep 12 09:09:04 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:09:04 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:09:04 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:09:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:09:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:09:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00421 seconds (0.00000/s)
Sep 12 09:09:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:09:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:09:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:09:06 ubuntu kernel: [3258262.515071] connection2:0: detected conn error (1020)
Sep 12 09:09:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:09 ubuntu kernel: [3258265.519083] connection2:0: detected conn error (1020)
Sep 12 09:09:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:12 ubuntu kernel: [3258268.523297] connection2:0: detected conn error (1020)
Sep 12 09:09:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:15 ubuntu kernel: [3258271.527263] connection2:0: detected conn error (1020)
Sep 12 09:09:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:18 ubuntu kernel: [3258274.531820] connection2:0: detected conn error (1020)
Sep 12 09:09:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:19 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:09:19 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:09:19 ubuntu 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
Sep 12 09:09:19 ubuntu 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
Sep 12 09:09:21 ubuntu kernel: [3258277.536597] connection2:0: detected conn error (1020)
Sep 12 09:09:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:24 ubuntu kernel: [3258280.540278] connection2:0: detected conn error (1020)
Sep 12 09:09:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:27 ubuntu kernel: [3258283.543966] connection2:0: detected conn error (1020)
Sep 12 09:09:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:09:30 ubuntu object-replicator: Nothing replicated for 0.00884008407593 seconds.
Sep 12 09:09:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:09:30 ubuntu kernel: [3258286.547714] connection2:0: detected conn error (1020)
Sep 12 09:09:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:32 ubuntu container-updater: Begin container update sweep
Sep 12 09:09:32 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 09:09:33 ubuntu kernel: [3258289.551765] connection2:0: detected conn error (1020)
Sep 12 09:09:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:34 ubuntu container-replicator: Beginning replication run
Sep 12 09:09:34 ubuntu container-replicator: Replication run OVER
Sep 12 09:09:34 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00409 seconds (0.00000/s)
Sep 12 09:09:34 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:09:34 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:09:34 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:09:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:09:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:09:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00626 seconds (0.00000/s)
Sep 12 09:09:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:09:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:09:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:09:36 ubuntu kernel: [3258292.556044] connection2:0: detected conn error (1020)
Sep 12 09:09:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:39 ubuntu kernel: [3258295.560141] connection2:0: detected conn error (1020)
Sep 12 09:09:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:42 ubuntu kernel: [3258298.564150] connection2:0: detected conn error (1020)
Sep 12 09:09:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:43 ubuntu object-updater: Begin object update sweep
Sep 12 09:09:43 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 09:09:43 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 09:09:45 ubuntu kernel: [3258301.568031] connection2:0: detected conn error (1020)
Sep 12 09:09:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:48 ubuntu kernel: [3258304.572055] connection2:0: detected conn error (1020)
Sep 12 09:09:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:49 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:09:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:09:49 ubuntu 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
Sep 12 09:09:49 ubuntu 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
Sep 12 09:09:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:09:49 ubuntu 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
Sep 12 09:09:51 ubuntu kernel: [3258307.576296] connection2:0: detected conn error (1020)
Sep 12 09:09:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:54 ubuntu kernel: [3258310.580931] connection2:0: detected conn error (1020)
Sep 12 09:09:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:09:57 ubuntu kernel: [3258313.585367] connection2:0: detected conn error (1020)
Sep 12 09:09:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:09:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:10:00 ubuntu object-replicator: Nothing replicated for 0.00571584701538 seconds.
Sep 12 09:10:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:10:00 ubuntu kernel: [3258316.589261] connection2:0: detected conn error (1020)
Sep 12 09:10:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:03 ubuntu kernel: [3258319.594171] connection2:0: detected conn error (1020)
Sep 12 09:10:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:10:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:10:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00473 seconds (0.00000/s)
Sep 12 09:10:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:10:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:10:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:10:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:10:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:10:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00744 seconds (0.00000/s)
Sep 12 09:10:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:10:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:10:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:10:06 ubuntu kernel: [3258322.598399] connection2:0: detected conn error (1020)
Sep 12 09:10:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:09 ubuntu kernel: [3258325.602416] connection2:0: detected conn error (1020)
Sep 12 09:10:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:12 ubuntu kernel: [3258328.606075] connection2:0: detected conn error (1020)
Sep 12 09:10:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:15 ubuntu kernel: [3258331.610270] connection2:0: detected conn error (1020)
Sep 12 09:10:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:18 ubuntu kernel: [3258334.614674] connection2:0: detected conn error (1020)
Sep 12 09:10:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:19 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:10:19 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:10:19 ubuntu 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
Sep 12 09:10:19 ubuntu 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
Sep 12 09:10:19 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:10:19 ubuntu 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
Sep 12 09:10:21 ubuntu kernel: [3258337.618651] connection2:0: detected conn error (1020)
Sep 12 09:10:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:24 ubuntu kernel: [3258340.623249] connection2:0: detected conn error (1020)
Sep 12 09:10:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:27 ubuntu kernel: [3258343.628077] connection2:0: detected conn error (1020)
Sep 12 09:10:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:10:30 ubuntu object-replicator: Nothing replicated for 0.00184798240662 seconds.
Sep 12 09:10:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:10:30 ubuntu kernel: [3258346.632114] connection2:0: detected conn error (1020)
Sep 12 09:10:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:33 ubuntu kernel: [3258349.636272] connection2:0: detected conn error (1020)
Sep 12 09:10:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:10:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:10:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00356 seconds (0.00000/s)
Sep 12 09:10:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:10:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:10:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:10:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:10:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:10:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00393 seconds (0.00000/s)
Sep 12 09:10:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:10:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:10:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:10:36 ubuntu kernel: [3258352.639978] connection2:0: detected conn error (1020)
Sep 12 09:10:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:39 ubuntu kernel: [3258355.645002] connection2:0: detected conn error (1020)
Sep 12 09:10:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:42 ubuntu kernel: [3258358.649226] connection2:0: detected conn error (1020)
Sep 12 09:10:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:45 ubuntu kernel: [3258361.654268] connection2:0: detected conn error (1020)
Sep 12 09:10:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:48 ubuntu kernel: [3258364.658679] connection2:0: detected conn error (1020)
Sep 12 09:10:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:10:49 ubuntu 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
Sep 12 09:10:49 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:10:49 ubuntu 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
Sep 12 09:10:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:10:49 ubuntu 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
Sep 12 09:10:51 ubuntu kernel: [3258367.662844] connection2:0: detected conn error (1020)
Sep 12 09:10:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:54 ubuntu kernel: [3258370.666929] connection2:0: detected conn error (1020)
Sep 12 09:10:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:10:57 ubuntu kernel: [3258373.671980] connection2:0: detected conn error (1020)
Sep 12 09:10:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:10:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:11:00 ubuntu object-replicator: Nothing replicated for 0.00924396514893 seconds.
Sep 12 09:11:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:11:00 ubuntu kernel: [3258376.675753] connection2:0: detected conn error (1020)
Sep 12 09:11:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:03 ubuntu kernel: [3258379.680536] connection2:0: detected conn error (1020)
Sep 12 09:11:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:11:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:11:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00451 seconds (0.00000/s)
Sep 12 09:11:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:11:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:11:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:11:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:11:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:11:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00406 seconds (0.00000/s)
Sep 12 09:11:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:11:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:11:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:11:06 ubuntu kernel: [3258382.684701] connection2:0: detected conn error (1020)
Sep 12 09:11:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:09 ubuntu kernel: [3258385.688706] connection2:0: detected conn error (1020)
Sep 12 09:11:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:12 ubuntu kernel: [3258388.693490] connection2:0: detected conn error (1020)
Sep 12 09:11:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:15 ubuntu kernel: [3258391.697691] connection2:0: detected conn error (1020)
Sep 12 09:11:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:18 ubuntu kernel: [3258394.701720] connection2:0: detected conn error (1020)
Sep 12 09:11:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:20 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:11:20 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:11:20 ubuntu 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
Sep 12 09:11:20 ubuntu 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
Sep 12 09:11:20 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:11:20 ubuntu 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
Sep 12 09:11:21 ubuntu kernel: [3258397.705854] connection2:0: detected conn error (1020)
Sep 12 09:11:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:24 ubuntu kernel: [3258400.709294] connection2:0: detected conn error (1020)
Sep 12 09:11:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:27 ubuntu kernel: [3258403.713075] connection2:0: detected conn error (1020)
Sep 12 09:11:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:11:30 ubuntu object-replicator: Nothing replicated for 0.0046911239624 seconds.
Sep 12 09:11:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:11:30 ubuntu kernel: [3258406.716616] connection2:0: detected conn error (1020)
Sep 12 09:11:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:33 ubuntu kernel: [3258409.721225] connection2:0: detected conn error (1020)
Sep 12 09:11:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:11:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:11:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00371 seconds (0.00000/s)
Sep 12 09:11:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:11:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:11:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:11:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:11:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:11:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00422 seconds (0.00000/s)
Sep 12 09:11:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:11:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:11:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:11:36 ubuntu kernel: [3258412.739351] connection2:0: detected conn error (1020)
Sep 12 09:11:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:39 ubuntu kernel: [3258415.743504] connection2:0: detected conn error (1020)
Sep 12 09:11:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:42 ubuntu kernel: [3258418.747678] connection2:0: detected conn error (1020)
Sep 12 09:11:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:45 ubuntu kernel: [3258421.751707] connection2:0: detected conn error (1020)
Sep 12 09:11:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:48 ubuntu kernel: [3258424.754630] connection2:0: detected conn error (1020)
Sep 12 09:11:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:50 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:11:50 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:11:50 ubuntu 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
Sep 12 09:11:50 ubuntu 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
Sep 12 09:11:51 ubuntu kernel: [3258427.758327] connection2:0: detected conn error (1020)
Sep 12 09:11:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:54 ubuntu kernel: [3258430.762247] connection2:0: detected conn error (1020)
Sep 12 09:11:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:11:57 ubuntu kernel: [3258433.766290] connection2:0: detected conn error (1020)
Sep 12 09:11:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:11:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:12:00 ubuntu object-replicator: Nothing replicated for 0.00755786895752 seconds.
Sep 12 09:12:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:12:00 ubuntu kernel: [3258436.769778] connection2:0: detected conn error (1020)
Sep 12 09:12:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:03 ubuntu kernel: [3258439.773537] connection2:0: detected conn error (1020)
Sep 12 09:12:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:12:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:12:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00354 seconds (0.00000/s)
Sep 12 09:12:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:12:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:12:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:12:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:12:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:12:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00376 seconds (0.00000/s)
Sep 12 09:12:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:12:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:12:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:12:06 ubuntu kernel: [3258442.777639] connection2:0: detected conn error (1020)
Sep 12 09:12:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:09 ubuntu kernel: [3258445.781438] connection2:0: detected conn error (1020)
Sep 12 09:12:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:12 ubuntu kernel: [3258448.785849] connection2:0: detected conn error (1020)
Sep 12 09:12:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:15 ubuntu kernel: [3258451.791541] connection2:0: detected conn error (1020)
Sep 12 09:12:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:18 ubuntu kernel: [3258454.795670] connection2:0: detected conn error (1020)
Sep 12 09:12:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:20 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:12:20 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:12:20 ubuntu 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
Sep 12 09:12:20 ubuntu 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
Sep 12 09:12:20 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:12:20 ubuntu 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
Sep 12 09:12:21 ubuntu kernel: [3258457.799566] connection2:0: detected conn error (1020)
Sep 12 09:12:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:24 ubuntu kernel: [3258460.803731] connection2:0: detected conn error (1020)
Sep 12 09:12:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:27 ubuntu kernel: [3258463.807876] connection2:0: detected conn error (1020)
Sep 12 09:12:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:12:30 ubuntu object-replicator: Nothing replicated for 0.00445103645325 seconds.
Sep 12 09:12:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:12:30 ubuntu kernel: [3258466.812223] connection2:0: detected conn error (1020)
Sep 12 09:12:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:33 ubuntu kernel: [3258469.817647] connection2:0: detected conn error (1020)
Sep 12 09:12:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:12:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:12:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00389 seconds (0.00000/s)
Sep 12 09:12:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:12:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:12:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:12:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:12:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:12:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00465 seconds (0.00000/s)
Sep 12 09:12:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:12:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:12:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:12:36 ubuntu kernel: [3258472.846271] connection2:0: detected conn error (1020)
Sep 12 09:12:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:39 ubuntu kernel: [3258475.850152] connection2:0: detected conn error (1020)
Sep 12 09:12:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:42 ubuntu kernel: [3258478.855526] connection2:0: detected conn error (1020)
Sep 12 09:12:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:45 ubuntu kernel: [3258481.860318] connection2:0: detected conn error (1020)
Sep 12 09:12:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:48 ubuntu kernel: [3258484.864204] connection2:0: detected conn error (1020)
Sep 12 09:12:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:50 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:12:50 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:12:50 ubuntu 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
Sep 12 09:12:50 ubuntu 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
Sep 12 09:12:51 ubuntu kernel: [3258487.868192] connection2:0: detected conn error (1020)
Sep 12 09:12:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:54 ubuntu kernel: [3258490.872106] connection2:0: detected conn error (1020)
Sep 12 09:12:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:12:57 ubuntu kernel: [3258493.877160] connection2:0: detected conn error (1020)
Sep 12 09:12:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:12:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:13:00 ubuntu object-replicator: Nothing replicated for 0.00177121162415 seconds.
Sep 12 09:13:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:13:00 ubuntu kernel: [3258496.882800] connection2:0: detected conn error (1020)
Sep 12 09:13:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:03 ubuntu kernel: [3258499.886325] connection2:0: detected conn error (1020)
Sep 12 09:13:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:13:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:13:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00365 seconds (0.00000/s)
Sep 12 09:13:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:13:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:13:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:13:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:13:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:13:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00300 seconds (0.00000/s)
Sep 12 09:13:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:13:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:13:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:13:06 ubuntu kernel: [3258502.927983] connection2:0: detected conn error (1020)
Sep 12 09:13:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:09 ubuntu kernel: [3258505.931610] connection2:0: detected conn error (1020)
Sep 12 09:13:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:12 ubuntu kernel: [3258508.935361] connection2:0: detected conn error (1020)
Sep 12 09:13:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:15 ubuntu kernel: [3258511.939210] connection2:0: detected conn error (1020)
Sep 12 09:13:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:18 ubuntu kernel: [3258514.942916] connection2:0: detected conn error (1020)
Sep 12 09:13:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:20 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:13:20 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:13:20 ubuntu 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
Sep 12 09:13:20 ubuntu 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
Sep 12 09:13:21 ubuntu kernel: [3258517.964397] connection2:0: detected conn error (1020)
Sep 12 09:13:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:24 ubuntu kernel: [3258520.968575] connection2:0: detected conn error (1020)
Sep 12 09:13:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:27 ubuntu kernel: [3258523.974558] connection2:0: detected conn error (1020)
Sep 12 09:13:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:13:30 ubuntu object-replicator: Nothing replicated for 0.00312113761902 seconds.
Sep 12 09:13:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:13:30 ubuntu kernel: [3258526.979204] connection2:0: detected conn error (1020)
Sep 12 09:13:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:33 ubuntu kernel: [3258529.983556] connection2:0: detected conn error (1020)
Sep 12 09:13:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:13:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:13:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00486 seconds (0.00000/s)
Sep 12 09:13:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:13:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:13:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:13:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:13:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:13:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00423 seconds (0.00000/s)
Sep 12 09:13:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:13:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:13:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:13:36 ubuntu kernel: [3258532.987501] connection2:0: detected conn error (1020)
Sep 12 09:13:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:39 ubuntu kernel: [3258535.991844] connection2:0: detected conn error (1020)
Sep 12 09:13:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:42 ubuntu kernel: [3258538.995373] connection2:0: detected conn error (1020)
Sep 12 09:13:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:45 ubuntu kernel: [3258541.999030] connection2:0: detected conn error (1020)
Sep 12 09:13:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:48 ubuntu kernel: [3258545.003854] connection2:0: detected conn error (1020)
Sep 12 09:13:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:51 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:13:51 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:13:51 ubuntu 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
Sep 12 09:13:51 ubuntu 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
Sep 12 09:13:51 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:13:51 ubuntu 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
Sep 12 09:13:51 ubuntu kernel: [3258548.007634] connection2:0: detected conn error (1020)
Sep 12 09:13:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:54 ubuntu kernel: [3258551.012243] connection2:0: detected conn error (1020)
Sep 12 09:13:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:13:57 ubuntu kernel: [3258554.015858] connection2:0: detected conn error (1020)
Sep 12 09:13:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:13:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:14:00 ubuntu object-replicator: Nothing replicated for 0.00430917739868 seconds.
Sep 12 09:14:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:14:00 ubuntu kernel: [3258557.020087] connection2:0: detected conn error (1020)
Sep 12 09:14:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:03 ubuntu kernel: [3258560.024374] connection2:0: detected conn error (1020)
Sep 12 09:14:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:14:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:14:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00318 seconds (0.00000/s)
Sep 12 09:14:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:14:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:14:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:14:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:14:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:14:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00435 seconds (0.00000/s)
Sep 12 09:14:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:14:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:14:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:14:06 ubuntu kernel: [3258563.029365] connection2:0: detected conn error (1020)
Sep 12 09:14:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:09 ubuntu kernel: [3258566.033294] connection2:0: detected conn error (1020)
Sep 12 09:14:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:12 ubuntu kernel: [3258569.037250] connection2:0: detected conn error (1020)
Sep 12 09:14:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:16 ubuntu kernel: [3258572.041248] connection2:0: detected conn error (1020)
Sep 12 09:14:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:19 ubuntu kernel: [3258575.046100] connection2:0: detected conn error (1020)
Sep 12 09:14:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:21 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:14:21 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:14:21 ubuntu 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
Sep 12 09:14:21 ubuntu 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
Sep 12 09:14:22 ubuntu kernel: [3258578.050127] connection2:0: detected conn error (1020)
Sep 12 09:14:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:25 ubuntu kernel: [3258581.055549] connection2:0: detected conn error (1020)
Sep 12 09:14:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:28 ubuntu kernel: [3258584.059422] connection2:0: detected conn error (1020)
Sep 12 09:14:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:14:30 ubuntu object-replicator: Nothing replicated for 0.00315809249878 seconds.
Sep 12 09:14:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:14:31 ubuntu kernel: [3258587.063571] connection2:0: detected conn error (1020)
Sep 12 09:14:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:32 ubuntu container-updater: Begin container update sweep
Sep 12 09:14:32 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 09:14:34 ubuntu kernel: [3258590.067053] connection2:0: detected conn error (1020)
Sep 12 09:14:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:14:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:14:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00237 seconds (0.00000/s)
Sep 12 09:14:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:14:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:14:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:14:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:14:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:14:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00342 seconds (0.00000/s)
Sep 12 09:14:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:14:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:14:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:14:37 ubuntu kernel: [3258593.073812] connection2:0: detected conn error (1020)
Sep 12 09:14:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:40 ubuntu kernel: [3258596.078588] connection2:0: detected conn error (1020)
Sep 12 09:14:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:43 ubuntu kernel: [3258599.082701] connection2:0: detected conn error (1020)
Sep 12 09:14:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:43 ubuntu object-updater: Begin object update sweep
Sep 12 09:14:43 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 09:14:43 ubuntu object-updater: Object update sweep completed: 0.04s
Sep 12 09:14:46 ubuntu kernel: [3258602.086301] connection2:0: detected conn error (1020)
Sep 12 09:14:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:49 ubuntu kernel: [3258605.090811] connection2:0: detected conn error (1020)
Sep 12 09:14:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:51 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:14:51 ubuntu 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
Sep 12 09:14:51 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:14:51 ubuntu 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
Sep 12 09:14:51 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:14:51 ubuntu 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
Sep 12 09:14:52 ubuntu kernel: [3258608.094570] connection2:0: detected conn error (1020)
Sep 12 09:14:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:55 ubuntu kernel: [3258611.098234] connection2:0: detected conn error (1020)
Sep 12 09:14:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:14:58 ubuntu kernel: [3258614.102412] connection2:0: detected conn error (1020)
Sep 12 09:14:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:14:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:15:00 ubuntu object-replicator: Nothing replicated for 0.00455188751221 seconds.
Sep 12 09:15:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:15:01 ubuntu kernel: [3258617.106207] connection2:0: detected conn error (1020)
Sep 12 09:15:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:04 ubuntu kernel: [3258620.110160] connection2:0: detected conn error (1020)
Sep 12 09:15:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:15:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:15:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00344 seconds (0.00000/s)
Sep 12 09:15:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:15:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:15:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:15:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:15:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:15:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00758 seconds (0.00000/s)
Sep 12 09:15:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:15:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:15:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:15:07 ubuntu kernel: [3258623.113898] connection2:0: detected conn error (1020)
Sep 12 09:15:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:10 ubuntu kernel: [3258626.117258] connection2:0: detected conn error (1020)
Sep 12 09:15:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:13 ubuntu kernel: [3258629.121306] connection2:0: detected conn error (1020)
Sep 12 09:15:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:16 ubuntu kernel: [3258632.124746] connection2:0: detected conn error (1020)
Sep 12 09:15:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:19 ubuntu kernel: [3258635.129158] connection2:0: detected conn error (1020)
Sep 12 09:15:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:21 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:15:21 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:15:21 ubuntu 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
Sep 12 09:15:21 ubuntu 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
Sep 12 09:15:22 ubuntu kernel: [3258638.133998] connection2:0: detected conn error (1020)
Sep 12 09:15:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:25 ubuntu kernel: [3258641.137724] connection2:0: detected conn error (1020)
Sep 12 09:15:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:28 ubuntu kernel: [3258644.141318] connection2:0: detected conn error (1020)
Sep 12 09:15:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:15:30 ubuntu object-replicator: Nothing replicated for 0.00340604782104 seconds.
Sep 12 09:15:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:15:31 ubuntu kernel: [3258647.145260] connection2:0: detected conn error (1020)
Sep 12 09:15:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:34 ubuntu kernel: [3258650.150827] connection2:0: detected conn error (1020)
Sep 12 09:15:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:15:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:15:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00618 seconds (0.00000/s)
Sep 12 09:15:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:15:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:15:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:15:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:15:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:15:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00251 seconds (0.00000/s)
Sep 12 09:15:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:15:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:15:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:15:37 ubuntu kernel: [3258653.154556] connection2:0: detected conn error (1020)
Sep 12 09:15:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:40 ubuntu kernel: [3258656.158392] connection2:0: detected conn error (1020)
Sep 12 09:15:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:43 ubuntu kernel: [3258659.172066] connection2:0: detected conn error (1020)
Sep 12 09:15:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:46 ubuntu kernel: [3258662.176151] connection2:0: detected conn error (1020)
Sep 12 09:15:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:49 ubuntu kernel: [3258665.179937] connection2:0: detected conn error (1020)
Sep 12 09:15:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:52 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:15:52 ubuntu 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
Sep 12 09:15:52 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:15:52 ubuntu 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
Sep 12 09:15:52 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:15:52 ubuntu 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
Sep 12 09:15:52 ubuntu kernel: [3258668.186554] connection2:0: detected conn error (1020)
Sep 12 09:15:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:55 ubuntu kernel: [3258671.190718] connection2:0: detected conn error (1020)
Sep 12 09:15:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:15:58 ubuntu kernel: [3258674.194597] connection2:0: detected conn error (1020)
Sep 12 09:15:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:15:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:16:00 ubuntu object-replicator: Nothing replicated for 0.0146961212158 seconds.
Sep 12 09:16:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:16:01 ubuntu kernel: [3258677.197483] connection2:0: detected conn error (1020)
Sep 12 09:16:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:04 ubuntu kernel: [3258680.200918] connection2:0: detected conn error (1020)
Sep 12 09:16:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:16:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:16:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00225 seconds (0.00000/s)
Sep 12 09:16:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:16:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:16:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:16:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:16:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:16:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00559 seconds (0.00000/s)
Sep 12 09:16:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:16:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:16:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:16:07 ubuntu kernel: [3258683.204740] connection2:0: detected conn error (1020)
Sep 12 09:16:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:10 ubuntu kernel: [3258686.208204] connection2:0: detected conn error (1020)
Sep 12 09:16:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:13 ubuntu kernel: [3258689.212138] connection2:0: detected conn error (1020)
Sep 12 09:16:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:16 ubuntu kernel: [3258692.216317] connection2:0: detected conn error (1020)
Sep 12 09:16:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:19 ubuntu kernel: [3258695.220479] connection2:0: detected conn error (1020)
Sep 12 09:16:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:22 ubuntu kernel: [3258698.224112] connection2:0: detected conn error (1020)
Sep 12 09:16:22 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:16:22 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:16:22 ubuntu 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
Sep 12 09:16:22 ubuntu 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
Sep 12 09:16:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:25 ubuntu kernel: [3258701.228311] connection2:0: detected conn error (1020)
Sep 12 09:16:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:28 ubuntu kernel: [3258704.232564] connection2:0: detected conn error (1020)
Sep 12 09:16:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:16:30 ubuntu object-replicator: Nothing replicated for 0.00550508499146 seconds.
Sep 12 09:16:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:16:31 ubuntu kernel: [3258707.236635] connection2:0: detected conn error (1020)
Sep 12 09:16:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:34 ubuntu kernel: [3258710.240446] connection2:0: detected conn error (1020)
Sep 12 09:16:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:16:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:16:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00670 seconds (0.00000/s)
Sep 12 09:16:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:16:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:16:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:16:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:16:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:16:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00308 seconds (0.00000/s)
Sep 12 09:16:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:16:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:16:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:16:37 ubuntu kernel: [3258713.244857] connection2:0: detected conn error (1020)
Sep 12 09:16:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:40 ubuntu kernel: [3258716.249607] connection2:0: detected conn error (1020)
Sep 12 09:16:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:43 ubuntu kernel: [3258719.253592] connection2:0: detected conn error (1020)
Sep 12 09:16:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:46 ubuntu kernel: [3258722.258344] connection2:0: detected conn error (1020)
Sep 12 09:16:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:49 ubuntu kernel: [3258725.261835] connection2:0: detected conn error (1020)
Sep 12 09:16:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:52 ubuntu kernel: [3258728.266098] connection2:0: detected conn error (1020)
Sep 12 09:16:52 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:16:52 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:16:52 ubuntu 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
Sep 12 09:16:52 ubuntu 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
Sep 12 09:16:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:55 ubuntu kernel: [3258731.270184] connection2:0: detected conn error (1020)
Sep 12 09:16:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:16:58 ubuntu kernel: [3258734.274227] connection2:0: detected conn error (1020)
Sep 12 09:16:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:16:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:17:00 ubuntu object-replicator: Nothing replicated for 0.00767493247986 seconds.
Sep 12 09:17:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:17:01 ubuntu CRON[23646]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Sep 12 09:17:01 ubuntu kernel: [3258737.279175] connection2:0: detected conn error (1020)
Sep 12 09:17:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:04 ubuntu kernel: [3258740.283132] connection2:0: detected conn error (1020)
Sep 12 09:17:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:17:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:17:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00353 seconds (0.00000/s)
Sep 12 09:17:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:17:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:17:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:17:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:17:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:17:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00493 seconds (0.00000/s)
Sep 12 09:17:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:17:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:17:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:17:07 ubuntu kernel: [3258743.287068] connection2:0: detected conn error (1020)
Sep 12 09:17:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:10 ubuntu kernel: [3258746.290383] connection2:0: detected conn error (1020)
Sep 12 09:17:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:13 ubuntu kernel: [3258749.294258] connection2:0: detected conn error (1020)
Sep 12 09:17:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:16 ubuntu kernel: [3258752.298696] connection2:0: detected conn error (1020)
Sep 12 09:17:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:19 ubuntu kernel: [3258755.302743] connection2:0: detected conn error (1020)
Sep 12 09:17:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:22 ubuntu kernel: [3258758.306247] connection2:0: detected conn error (1020)
Sep 12 09:17:22 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:17:22 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:17:22 ubuntu 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
Sep 12 09:17:22 ubuntu 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
Sep 12 09:17:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:25 ubuntu kernel: [3258761.310026] connection2:0: detected conn error (1020)
Sep 12 09:17:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:28 ubuntu kernel: [3258764.314125] connection2:0: detected conn error (1020)
Sep 12 09:17:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:17:30 ubuntu object-replicator: Nothing replicated for 0.00615191459656 seconds.
Sep 12 09:17:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:17:31 ubuntu kernel: [3258767.318149] connection2:0: detected conn error (1020)
Sep 12 09:17:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:34 ubuntu kernel: [3258770.321832] connection2:0: detected conn error (1020)
Sep 12 09:17:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:17:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:17:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00373 seconds (0.00000/s)
Sep 12 09:17:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:17:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:17:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:17:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:17:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:17:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00221 seconds (0.00000/s)
Sep 12 09:17:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:17:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:17:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:17:37 ubuntu kernel: [3258773.325837] connection2:0: detected conn error (1020)
Sep 12 09:17:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:40 ubuntu kernel: [3258776.330318] connection2:0: detected conn error (1020)
Sep 12 09:17:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:43 ubuntu kernel: [3258779.334976] connection2:0: detected conn error (1020)
Sep 12 09:17:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:46 ubuntu kernel: [3258782.338616] connection2:0: detected conn error (1020)
Sep 12 09:17:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:49 ubuntu kernel: [3258785.343147] connection2:0: detected conn error (1020)
Sep 12 09:17:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:52 ubuntu kernel: [3258788.347705] connection2:0: detected conn error (1020)
Sep 12 09:17:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:52 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:17:52 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:17:52 ubuntu 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
Sep 12 09:17:52 ubuntu 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
Sep 12 09:17:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:55 ubuntu kernel: [3258791.351791] connection2:0: detected conn error (1020)
Sep 12 09:17:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:17:58 ubuntu kernel: [3258794.356133] connection2:0: detected conn error (1020)
Sep 12 09:17:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:17:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:18:00 ubuntu object-replicator: Nothing replicated for 0.00339984893799 seconds.
Sep 12 09:18:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:18:01 ubuntu kernel: [3258797.361275] connection2:0: detected conn error (1020)
Sep 12 09:18:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:04 ubuntu kernel: [3258800.366316] connection2:0: detected conn error (1020)
Sep 12 09:18:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:18:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:18:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00446 seconds (0.00000/s)
Sep 12 09:18:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:18:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:18:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:18:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:18:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:18:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00254 seconds (0.00000/s)
Sep 12 09:18:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:18:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:18:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:18:07 ubuntu kernel: [3258803.370971] connection2:0: detected conn error (1020)
Sep 12 09:18:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:10 ubuntu kernel: [3258806.374800] connection2:0: detected conn error (1020)
Sep 12 09:18:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:13 ubuntu kernel: [3258809.379193] connection2:0: detected conn error (1020)
Sep 12 09:18:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:16 ubuntu kernel: [3258812.383755] connection2:0: detected conn error (1020)
Sep 12 09:18:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:19 ubuntu kernel: [3258815.388288] connection2:0: detected conn error (1020)
Sep 12 09:18:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:22 ubuntu kernel: [3258818.393057] connection2:0: detected conn error (1020)
Sep 12 09:18:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:23 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:18:23 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:18:23 ubuntu 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
Sep 12 09:18:23 ubuntu 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
Sep 12 09:18:23 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:18:23 ubuntu 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
Sep 12 09:18:24 ubuntu container-auditor: Container audit pass completed: 0.00s
Sep 12 09:18:24 ubuntu container-auditor: Begin container audit pass.
Sep 12 09:18:25 ubuntu kernel: [3258821.397639] connection2:0: detected conn error (1020)
Sep 12 09:18:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:28 ubuntu kernel: [3258824.402238] connection2:0: detected conn error (1020)
Sep 12 09:18:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:18:30 ubuntu object-replicator: Nothing replicated for 0.00247406959534 seconds.
Sep 12 09:18:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:18:31 ubuntu kernel: [3258827.407459] connection2:0: detected conn error (1020)
Sep 12 09:18:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:34 ubuntu kernel: [3258830.411973] connection2:0: detected conn error (1020)
Sep 12 09:18:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:18:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:18:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00221 seconds (0.00000/s)
Sep 12 09:18:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:18:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:18:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:18:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:18:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:18:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00386 seconds (0.00000/s)
Sep 12 09:18:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:18:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:18:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:18:37 ubuntu kernel: [3258833.419169] connection2:0: detected conn error (1020)
Sep 12 09:18:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:40 ubuntu kernel: [3258836.423809] connection2:0: detected conn error (1020)
Sep 12 09:18:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:43 ubuntu kernel: [3258839.427284] connection2:0: detected conn error (1020)
Sep 12 09:18:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:46 ubuntu kernel: [3258842.430068] connection2:0: detected conn error (1020)
Sep 12 09:18:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:49 ubuntu kernel: [3258845.433882] connection2:0: detected conn error (1020)
Sep 12 09:18:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:52 ubuntu kernel: [3258848.437993] connection2:0: detected conn error (1020)
Sep 12 09:18:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:18:53 ubuntu 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
Sep 12 09:18:53 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:18:53 ubuntu 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
Sep 12 09:18:55 ubuntu kernel: [3258851.442760] connection2:0: detected conn error (1020)
Sep 12 09:18:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:18:58 ubuntu kernel: [3258854.447026] connection2:0: detected conn error (1020)
Sep 12 09:18:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:18:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:19:00 ubuntu object-replicator: Nothing replicated for 0.00321102142334 seconds.
Sep 12 09:19:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:19:01 ubuntu kernel: [3258857.451901] connection2:0: detected conn error (1020)
Sep 12 09:19:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:04 ubuntu kernel: [3258860.455929] connection2:0: detected conn error (1020)
Sep 12 09:19:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:19:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:19:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00376 seconds (0.00000/s)
Sep 12 09:19:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:19:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:19:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:19:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:19:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:19:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00421 seconds (0.00000/s)
Sep 12 09:19:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:19:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:19:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:19:07 ubuntu kernel: [3258863.459929] connection2:0: detected conn error (1020)
Sep 12 09:19:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:10 ubuntu kernel: [3258866.465749] connection2:0: detected conn error (1020)
Sep 12 09:19:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:13 ubuntu kernel: [3258869.470642] connection2:0: detected conn error (1020)
Sep 12 09:19:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:16 ubuntu kernel: [3258872.474700] connection2:0: detected conn error (1020)
Sep 12 09:19:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:19 ubuntu kernel: [3258875.479411] connection2:0: detected conn error (1020)
Sep 12 09:19:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:22 ubuntu kernel: [3258878.482912] connection2:0: detected conn error (1020)
Sep 12 09:19:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:23 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:19:23 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:19:23 ubuntu 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
Sep 12 09:19:23 ubuntu 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
Sep 12 09:19:25 ubuntu kernel: [3258881.488079] connection2:0: detected conn error (1020)
Sep 12 09:19:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:28 ubuntu kernel: [3258884.492901] connection2:0: detected conn error (1020)
Sep 12 09:19:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:19:30 ubuntu object-replicator: Nothing replicated for 0.00176119804382 seconds.
Sep 12 09:19:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:19:31 ubuntu kernel: [3258887.497265] connection2:0: detected conn error (1020)
Sep 12 09:19:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:32 ubuntu container-updater: Begin container update sweep
Sep 12 09:19:32 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 09:19:34 ubuntu kernel: [3258890.501982] connection2:0: detected conn error (1020)
Sep 12 09:19:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:19:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:19:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00358 seconds (0.00000/s)
Sep 12 09:19:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:19:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:19:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:19:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:19:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:19:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00250 seconds (0.00000/s)
Sep 12 09:19:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:19:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:19:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:19:37 ubuntu kernel: [3258893.506693] connection2:0: detected conn error (1020)
Sep 12 09:19:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:40 ubuntu kernel: [3258896.514254] connection2:0: detected conn error (1020)
Sep 12 09:19:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:43 ubuntu kernel: [3258899.517715] connection2:0: detected conn error (1020)
Sep 12 09:19:44 ubuntu object-updater: Begin object update sweep
Sep 12 09:19:44 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 09:19:44 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 09:19:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:46 ubuntu kernel: [3258902.521179] connection2:0: detected conn error (1020)
Sep 12 09:19:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:49 ubuntu kernel: [3258905.525696] connection2:0: detected conn error (1020)
Sep 12 09:19:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:52 ubuntu kernel: [3258908.529415] connection2:0: detected conn error (1020)
Sep 12 09:19:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:19:53 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:19:53 ubuntu 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
Sep 12 09:19:53 ubuntu 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
Sep 12 09:19:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:19:53 ubuntu 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
Sep 12 09:19:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:55 ubuntu kernel: [3258911.533588] connection2:0: detected conn error (1020)
Sep 12 09:19:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:19:58 ubuntu kernel: [3258914.539235] connection2:0: detected conn error (1020)
Sep 12 09:19:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:19:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:20:00 ubuntu object-replicator: Nothing replicated for 0.00468397140503 seconds.
Sep 12 09:20:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:20:01 ubuntu kernel: [3258917.542952] connection2:0: detected conn error (1020)
Sep 12 09:20:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:04 ubuntu kernel: [3258920.547201] connection2:0: detected conn error (1020)
Sep 12 09:20:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:20:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:20:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00409 seconds (0.00000/s)
Sep 12 09:20:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:20:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:20:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:20:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:20:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:20:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00385 seconds (0.00000/s)
Sep 12 09:20:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:20:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:20:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:20:07 ubuntu kernel: [3258923.551684] connection2:0: detected conn error (1020)
Sep 12 09:20:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:10 ubuntu kernel: [3258926.557388] connection2:0: detected conn error (1020)
Sep 12 09:20:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:13 ubuntu kernel: [3258929.561684] connection2:0: detected conn error (1020)
Sep 12 09:20:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:16 ubuntu kernel: [3258932.566454] connection2:0: detected conn error (1020)
Sep 12 09:20:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:19 ubuntu kernel: [3258935.570728] connection2:0: detected conn error (1020)
Sep 12 09:20:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:22 ubuntu kernel: [3258938.574399] connection2:0: detected conn error (1020)
Sep 12 09:20:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:23 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:20:23 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:20:23 ubuntu 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
Sep 12 09:20:23 ubuntu 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
Sep 12 09:20:25 ubuntu kernel: [3258941.580913] connection2:0: detected conn error (1020)
Sep 12 09:20:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:28 ubuntu kernel: [3258944.585666] connection2:0: detected conn error (1020)
Sep 12 09:20:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:20:30 ubuntu object-replicator: Nothing replicated for 0.00358414649963 seconds.
Sep 12 09:20:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:20:31 ubuntu kernel: [3258947.589727] connection2:0: detected conn error (1020)
Sep 12 09:20:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:34 ubuntu kernel: [3258950.594372] connection2:0: detected conn error (1020)
Sep 12 09:20:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:20:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:20:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00488 seconds (0.00000/s)
Sep 12 09:20:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:20:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:20:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:20:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:20:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:20:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00359 seconds (0.00000/s)
Sep 12 09:20:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:20:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:20:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:20:37 ubuntu kernel: [3258953.598768] connection2:0: detected conn error (1020)
Sep 12 09:20:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:40 ubuntu kernel: [3258956.603161] connection2:0: detected conn error (1020)
Sep 12 09:20:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:43 ubuntu kernel: [3258959.607634] connection2:0: detected conn error (1020)
Sep 12 09:20:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:46 ubuntu kernel: [3258962.613330] connection2:0: detected conn error (1020)
Sep 12 09:20:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:49 ubuntu kernel: [3258965.616850] connection2:0: detected conn error (1020)
Sep 12 09:20:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:52 ubuntu kernel: [3258968.620394] connection2:0: detected conn error (1020)
Sep 12 09:20:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:54 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:20:54 ubuntu 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
Sep 12 09:20:54 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:20:54 ubuntu 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
Sep 12 09:20:54 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:20:54 ubuntu 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
Sep 12 09:20:55 ubuntu kernel: [3258971.625795] connection2:0: detected conn error (1020)
Sep 12 09:20:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:20:58 ubuntu kernel: [3258974.629905] connection2:0: detected conn error (1020)
Sep 12 09:20:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:20:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:21:00 ubuntu object-replicator: Nothing replicated for 0.00413298606873 seconds.
Sep 12 09:21:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:21:01 ubuntu kernel: [3258977.633486] connection2:0: detected conn error (1020)
Sep 12 09:21:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:04 ubuntu kernel: [3258980.637587] connection2:0: detected conn error (1020)
Sep 12 09:21:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:21:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:21:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00472 seconds (0.00000/s)
Sep 12 09:21:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:21:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:21:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:21:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:21:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:21:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00435 seconds (0.00000/s)
Sep 12 09:21:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:21:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:21:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:21:07 ubuntu kernel: [3258983.641616] connection2:0: detected conn error (1020)
Sep 12 09:21:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:10 ubuntu kernel: [3258986.645727] connection2:0: detected conn error (1020)
Sep 12 09:21:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:13 ubuntu kernel: [3258989.650220] connection2:0: detected conn error (1020)
Sep 12 09:21:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:16 ubuntu kernel: [3258992.654585] connection2:0: detected conn error (1020)
Sep 12 09:21:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:19 ubuntu kernel: [3258995.657795] connection2:0: detected conn error (1020)
Sep 12 09:21:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:22 ubuntu kernel: [3258998.662496] connection2:0: detected conn error (1020)
Sep 12 09:21:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:24 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:21:24 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:21:24 ubuntu 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
Sep 12 09:21:24 ubuntu 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
Sep 12 09:21:25 ubuntu kernel: [3259001.666121] connection2:0: detected conn error (1020)
Sep 12 09:21:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:28 ubuntu kernel: [3259004.670172] connection2:0: detected conn error (1020)
Sep 12 09:21:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:21:30 ubuntu object-replicator: Nothing replicated for 0.00357294082642 seconds.
Sep 12 09:21:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:21:31 ubuntu kernel: [3259007.674221] connection2:0: detected conn error (1020)
Sep 12 09:21:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:34 ubuntu kernel: [3259010.678900] connection2:0: detected conn error (1020)
Sep 12 09:21:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:21:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:21:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00368 seconds (0.00000/s)
Sep 12 09:21:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:21:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:21:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:21:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:21:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:21:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00358 seconds (0.00000/s)
Sep 12 09:21:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:21:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:21:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:21:37 ubuntu kernel: [3259013.682976] connection2:0: detected conn error (1020)
Sep 12 09:21:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:40 ubuntu kernel: [3259016.686731] connection2:0: detected conn error (1020)
Sep 12 09:21:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:43 ubuntu kernel: [3259019.690406] connection2:0: detected conn error (1020)
Sep 12 09:21:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:46 ubuntu kernel: [3259022.707030] connection2:0: detected conn error (1020)
Sep 12 09:21:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:49 ubuntu kernel: [3259025.711220] connection2:0: detected conn error (1020)
Sep 12 09:21:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:52 ubuntu kernel: [3259028.715116] connection2:0: detected conn error (1020)
Sep 12 09:21:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:54 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:21:54 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:21:54 ubuntu 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
Sep 12 09:21:54 ubuntu 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
Sep 12 09:21:55 ubuntu kernel: [3259031.718612] connection2:0: detected conn error (1020)
Sep 12 09:21:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:21:58 ubuntu kernel: [3259034.722474] connection2:0: detected conn error (1020)
Sep 12 09:21:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:21:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:22:00 ubuntu object-replicator: Nothing replicated for 0.00780487060547 seconds.
Sep 12 09:22:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:22:01 ubuntu kernel: [3259037.728173] connection2:0: detected conn error (1020)
Sep 12 09:22:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:04 ubuntu kernel: [3259040.734686] connection2:0: detected conn error (1020)
Sep 12 09:22:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:22:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:22:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00220 seconds (0.00000/s)
Sep 12 09:22:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:22:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:22:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:22:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:22:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:22:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00353 seconds (0.00000/s)
Sep 12 09:22:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:22:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:22:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:22:07 ubuntu kernel: [3259043.739908] connection2:0: detected conn error (1020)
Sep 12 09:22:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:10 ubuntu kernel: [3259046.744844] connection2:0: detected conn error (1020)
Sep 12 09:22:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:13 ubuntu kernel: [3259049.749003] connection2:0: detected conn error (1020)
Sep 12 09:22:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:16 ubuntu kernel: [3259052.753205] connection2:0: detected conn error (1020)
Sep 12 09:22:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:19 ubuntu kernel: [3259055.757222] connection2:0: detected conn error (1020)
Sep 12 09:22:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:22 ubuntu kernel: [3259058.760974] connection2:0: detected conn error (1020)
Sep 12 09:22:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:24 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:22:24 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:22:24 ubuntu 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
Sep 12 09:22:24 ubuntu 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
Sep 12 09:22:24 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:22:24 ubuntu 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
Sep 12 09:22:25 ubuntu kernel: [3259061.765070] connection2:0: detected conn error (1020)
Sep 12 09:22:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:28 ubuntu kernel: [3259064.770720] connection2:0: detected conn error (1020)
Sep 12 09:22:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:22:30 ubuntu object-replicator: Nothing replicated for 0.00320506095886 seconds.
Sep 12 09:22:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:22:31 ubuntu kernel: [3259067.774634] connection2:0: detected conn error (1020)
Sep 12 09:22:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:34 ubuntu kernel: [3259070.779377] connection2:0: detected conn error (1020)
Sep 12 09:22:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:22:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:22:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00351 seconds (0.00000/s)
Sep 12 09:22:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:22:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:22:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:22:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:22:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:22:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00378 seconds (0.00000/s)
Sep 12 09:22:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:22:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:22:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:22:37 ubuntu kernel: [3259073.783373] connection2:0: detected conn error (1020)
Sep 12 09:22:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:40 ubuntu kernel: [3259076.788837] connection2:0: detected conn error (1020)
Sep 12 09:22:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:43 ubuntu kernel: [3259079.795075] connection2:0: detected conn error (1020)
Sep 12 09:22:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:47 ubuntu kernel: [3259082.815230] connection2:0: detected conn error (1020)
Sep 12 09:22:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:50 ubuntu kernel: [3259085.818552] connection2:0: detected conn error (1020)
Sep 12 09:22:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:53 ubuntu kernel: [3259088.822371] connection2:0: detected conn error (1020)
Sep 12 09:22:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:54 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:22:54 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:22:54 ubuntu 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
Sep 12 09:22:54 ubuntu 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
Sep 12 09:22:56 ubuntu kernel: [3259091.826960] connection2:0: detected conn error (1020)
Sep 12 09:22:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:22:59 ubuntu kernel: [3259094.831767] connection2:0: detected conn error (1020)
Sep 12 09:22:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:22:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:23:00 ubuntu object-replicator: Nothing replicated for 0.00375914573669 seconds.
Sep 12 09:23:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:23:02 ubuntu kernel: [3259097.835680] connection2:0: detected conn error (1020)
Sep 12 09:23:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:05 ubuntu kernel: [3259100.839954] connection2:0: detected conn error (1020)
Sep 12 09:23:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:23:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:23:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00427 seconds (0.00000/s)
Sep 12 09:23:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:23:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:23:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:23:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:23:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:23:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00368 seconds (0.00000/s)
Sep 12 09:23:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:23:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:23:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:23:08 ubuntu kernel: [3259103.844048] connection2:0: detected conn error (1020)
Sep 12 09:23:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:11 ubuntu kernel: [3259106.847991] connection2:0: detected conn error (1020)
Sep 12 09:23:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:14 ubuntu kernel: [3259109.852341] connection2:0: detected conn error (1020)
Sep 12 09:23:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:17 ubuntu kernel: [3259112.857585] connection2:0: detected conn error (1020)
Sep 12 09:23:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:20 ubuntu kernel: [3259115.864891] connection2:0: detected conn error (1020)
Sep 12 09:23:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:23 ubuntu kernel: [3259118.870170] connection2:0: detected conn error (1020)
Sep 12 09:23:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:25 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:23:25 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:23:25 ubuntu 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
Sep 12 09:23:25 ubuntu 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
Sep 12 09:23:26 ubuntu kernel: [3259121.873568] connection2:0: detected conn error (1020)
Sep 12 09:23:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:29 ubuntu kernel: [3259124.877083] connection2:0: detected conn error (1020)
Sep 12 09:23:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:23:30 ubuntu object-replicator: Nothing replicated for 0.00183510780334 seconds.
Sep 12 09:23:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:23:32 ubuntu kernel: [3259127.880864] connection2:0: detected conn error (1020)
Sep 12 09:23:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:35 ubuntu kernel: [3259130.885228] connection2:0: detected conn error (1020)
Sep 12 09:23:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:23:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:23:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00309 seconds (0.00000/s)
Sep 12 09:23:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:23:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:23:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:23:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:23:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:23:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00370 seconds (0.00000/s)
Sep 12 09:23:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:23:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:23:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:23:38 ubuntu kernel: [3259133.890694] connection2:0: detected conn error (1020)
Sep 12 09:23:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:41 ubuntu kernel: [3259136.894411] connection2:0: detected conn error (1020)
Sep 12 09:23:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:44 ubuntu kernel: [3259139.897994] connection2:0: detected conn error (1020)
Sep 12 09:23:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:47 ubuntu kernel: [3259142.901765] connection2:0: detected conn error (1020)
Sep 12 09:23:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:50 ubuntu kernel: [3259145.906818] connection2:0: detected conn error (1020)
Sep 12 09:23:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:53 ubuntu kernel: [3259148.910497] connection2:0: detected conn error (1020)
Sep 12 09:23:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:55 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:23:55 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:23:55 ubuntu 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
Sep 12 09:23:55 ubuntu 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
Sep 12 09:23:56 ubuntu kernel: [3259151.914128] connection2:0: detected conn error (1020)
Sep 12 09:23:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:23:59 ubuntu kernel: [3259154.918499] connection2:0: detected conn error (1020)
Sep 12 09:23:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:23:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:24:00 ubuntu object-replicator: Nothing replicated for 0.00511693954468 seconds.
Sep 12 09:24:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:24:02 ubuntu kernel: [3259157.922330] connection2:0: detected conn error (1020)
Sep 12 09:24:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:05 ubuntu kernel: [3259160.926140] connection2:0: detected conn error (1020)
Sep 12 09:24:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:24:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:24:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00362 seconds (0.00000/s)
Sep 12 09:24:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:24:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:24:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:24:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:24:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:24:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00356 seconds (0.00000/s)
Sep 12 09:24:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:24:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:24:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:24:08 ubuntu kernel: [3259163.931030] connection2:0: detected conn error (1020)
Sep 12 09:24:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:11 ubuntu kernel: [3259166.935394] connection2:0: detected conn error (1020)
Sep 12 09:24:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:14 ubuntu kernel: [3259169.938768] connection2:0: detected conn error (1020)
Sep 12 09:24:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:17 ubuntu kernel: [3259172.942393] connection2:0: detected conn error (1020)
Sep 12 09:24:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:20 ubuntu kernel: [3259175.945230] connection2:0: detected conn error (1020)
Sep 12 09:24:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:23 ubuntu kernel: [3259178.951221] connection2:0: detected conn error (1020)
Sep 12 09:24:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:25 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:24:25 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:24:25 ubuntu 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
Sep 12 09:24:25 ubuntu 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
Sep 12 09:24:26 ubuntu kernel: [3259181.955307] connection2:0: detected conn error (1020)
Sep 12 09:24:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:29 ubuntu kernel: [3259184.960082] connection2:0: detected conn error (1020)
Sep 12 09:24:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:24:30 ubuntu object-replicator: Nothing replicated for 0.0029559135437 seconds.
Sep 12 09:24:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:24:32 ubuntu kernel: [3259187.964508] connection2:0: detected conn error (1020)
Sep 12 09:24:32 ubuntu container-updater: Begin container update sweep
Sep 12 09:24:32 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 09:24:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:35 ubuntu kernel: [3259190.969424] connection2:0: detected conn error (1020)
Sep 12 09:24:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:24:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:24:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00622 seconds (0.00000/s)
Sep 12 09:24:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:24:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:24:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:24:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:36 ubuntu account-replicator: Beginning replication run
Sep 12 09:24:36 ubuntu account-replicator: Replication run OVER
Sep 12 09:24:36 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00434 seconds (0.00000/s)
Sep 12 09:24:36 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:24:36 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:24:36 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:24:38 ubuntu kernel: [3259193.973951] connection2:0: detected conn error (1020)
Sep 12 09:24:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:41 ubuntu kernel: [3259196.978883] connection2:0: detected conn error (1020)
Sep 12 09:24:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:44 ubuntu object-updater: Begin object update sweep
Sep 12 09:24:44 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 09:24:44 ubuntu object-updater: Object update sweep completed: 0.06s
Sep 12 09:24:44 ubuntu kernel: [3259199.982722] connection2:0: detected conn error (1020)
Sep 12 09:24:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:47 ubuntu kernel: [3259202.988462] connection2:0: detected conn error (1020)
Sep 12 09:24:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:50 ubuntu kernel: [3259205.991261] connection2:0: detected conn error (1020)
Sep 12 09:24:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:53 ubuntu kernel: [3259208.996658] connection2:0: detected conn error (1020)
Sep 12 09:24:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:55 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:24:55 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:24:55 ubuntu 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
Sep 12 09:24:55 ubuntu 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
Sep 12 09:24:55 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:24:55 ubuntu 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
Sep 12 09:24:56 ubuntu kernel: [3259212.000163] connection2:0: detected conn error (1020)
Sep 12 09:24:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:24:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:24:59 ubuntu kernel: [3259215.004699] connection2:0: detected conn error (1020)
Sep 12 09:24:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:25:00 ubuntu object-replicator: Nothing replicated for 0.00552606582642 seconds.
Sep 12 09:25:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:25:02 ubuntu kernel: [3259218.008486] connection2:0: detected conn error (1020)
Sep 12 09:25:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:05 ubuntu kernel: [3259221.015543] connection2:0: detected conn error (1020)
Sep 12 09:25:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:25:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:25:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00395 seconds (0.00000/s)
Sep 12 09:25:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:25:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:25:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:25:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:06 ubuntu account-replicator: Beginning replication run
Sep 12 09:25:06 ubuntu account-replicator: Replication run OVER
Sep 12 09:25:06 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00407 seconds (0.00000/s)
Sep 12 09:25:06 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:25:06 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:25:06 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:25:08 ubuntu kernel: [3259224.019439] connection2:0: detected conn error (1020)
Sep 12 09:25:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:11 ubuntu kernel: [3259227.023198] connection2:0: detected conn error (1020)
Sep 12 09:25:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:14 ubuntu kernel: [3259230.028972] connection2:0: detected conn error (1020)
Sep 12 09:25:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:17 ubuntu kernel: [3259233.032435] connection2:0: detected conn error (1020)
Sep 12 09:25:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:20 ubuntu kernel: [3259236.037997] connection2:0: detected conn error (1020)
Sep 12 09:25:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:23 ubuntu kernel: [3259239.043876] connection2:0: detected conn error (1020)
Sep 12 09:25:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:25 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:25:25 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:25:25 ubuntu 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
Sep 12 09:25:25 ubuntu 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
Sep 12 09:25:25 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:25:25 ubuntu 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
Sep 12 09:25:26 ubuntu kernel: [3259242.048928] connection2:0: detected conn error (1020)
Sep 12 09:25:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:29 ubuntu kernel: [3259245.053752] connection2:0: detected conn error (1020)
Sep 12 09:25:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:25:30 ubuntu object-replicator: Nothing replicated for 0.00703978538513 seconds.
Sep 12 09:25:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:25:32 ubuntu kernel: [3259248.057814] connection2:0: detected conn error (1020)
Sep 12 09:25:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:35 ubuntu kernel: [3259251.062166] connection2:0: detected conn error (1020)
Sep 12 09:25:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:25:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:25:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00407 seconds (0.00000/s)
Sep 12 09:25:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:25:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:25:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:25:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:25:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:25:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00433 seconds (0.00000/s)
Sep 12 09:25:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:25:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:25:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:25:38 ubuntu kernel: [3259254.066174] connection2:0: detected conn error (1020)
Sep 12 09:25:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:41 ubuntu kernel: [3259257.071085] connection2:0: detected conn error (1020)
Sep 12 09:25:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:44 ubuntu kernel: [3259260.075212] connection2:0: detected conn error (1020)
Sep 12 09:25:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:47 ubuntu kernel: [3259263.081635] connection2:0: detected conn error (1020)
Sep 12 09:25:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:50 ubuntu kernel: [3259266.085011] connection2:0: detected conn error (1020)
Sep 12 09:25:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:53 ubuntu kernel: [3259269.090517] connection2:0: detected conn error (1020)
Sep 12 09:25:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:56 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:25:56 ubuntu 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
Sep 12 09:25:56 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:25:56 ubuntu 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
Sep 12 09:25:56 ubuntu kernel: [3259272.094157] connection2:0: detected conn error (1020)
Sep 12 09:25:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:25:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:25:59 ubuntu kernel: [3259275.099413] connection2:0: detected conn error (1020)
Sep 12 09:25:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:26:00 ubuntu object-replicator: Nothing replicated for 0.00176382064819 seconds.
Sep 12 09:26:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:26:02 ubuntu kernel: [3259278.103198] connection2:0: detected conn error (1020)
Sep 12 09:26:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:05 ubuntu kernel: [3259281.108257] connection2:0: detected conn error (1020)
Sep 12 09:26:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:26:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:26:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00256 seconds (0.00000/s)
Sep 12 09:26:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:26:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:26:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:26:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:26:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:26:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00218 seconds (0.00000/s)
Sep 12 09:26:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:26:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:26:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:26:08 ubuntu kernel: [3259284.112459] connection2:0: detected conn error (1020)
Sep 12 09:26:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:11 ubuntu kernel: [3259287.117224] connection2:0: detected conn error (1020)
Sep 12 09:26:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:14 ubuntu kernel: [3259290.121747] connection2:0: detected conn error (1020)
Sep 12 09:26:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:17 ubuntu kernel: [3259293.126189] connection2:0: detected conn error (1020)
Sep 12 09:26:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:20 ubuntu kernel: [3259296.130264] connection2:0: detected conn error (1020)
Sep 12 09:26:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:21 ubuntu account-auditor: Account audit pass completed: 0.00s
Sep 12 09:26:21 ubuntu account-auditor: Begin account audit pass.
Sep 12 09:26:23 ubuntu kernel: [3259299.135876] connection2:0: detected conn error (1020)
Sep 12 09:26:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:26 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:26:26 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:26:26 ubuntu 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
Sep 12 09:26:26 ubuntu 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
Sep 12 09:26:26 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:26:26 ubuntu 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
Sep 12 09:26:26 ubuntu kernel: [3259302.139802] connection2:0: detected conn error (1020)
Sep 12 09:26:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:29 ubuntu kernel: [3259305.145895] connection2:0: detected conn error (1020)
Sep 12 09:26:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:26:30 ubuntu object-replicator: Nothing replicated for 0.00427913665771 seconds.
Sep 12 09:26:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:26:32 ubuntu kernel: [3259308.149881] connection2:0: detected conn error (1020)
Sep 12 09:26:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:35 ubuntu kernel: [3259311.154644] connection2:0: detected conn error (1020)
Sep 12 09:26:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:35 ubuntu container-replicator: Beginning replication run
Sep 12 09:26:35 ubuntu container-replicator: Replication run OVER
Sep 12 09:26:35 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00388 seconds (0.00000/s)
Sep 12 09:26:35 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:26:35 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:26:35 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:26:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:26:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:26:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00348 seconds (0.00000/s)
Sep 12 09:26:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:26:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:26:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:26:38 ubuntu kernel: [3259314.158928] connection2:0: detected conn error (1020)
Sep 12 09:26:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:41 ubuntu kernel: [3259317.162552] connection2:0: detected conn error (1020)
Sep 12 09:26:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:44 ubuntu kernel: [3259320.166271] connection2:0: detected conn error (1020)
Sep 12 09:26:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:47 ubuntu kernel: [3259323.170188] connection2:0: detected conn error (1020)
Sep 12 09:26:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:50 ubuntu kernel: [3259326.177669] connection2:0: detected conn error (1020)
Sep 12 09:26:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:53 ubuntu kernel: [3259329.181366] connection2:0: detected conn error (1020)
Sep 12 09:26:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:56 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:26:56 ubuntu 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
Sep 12 09:26:56 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:26:56 ubuntu 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
Sep 12 09:26:56 ubuntu kernel: [3259332.186004] connection2:0: detected conn error (1020)
Sep 12 09:26:56 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:26:56 ubuntu 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
Sep 12 09:26:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:26:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:26:59 ubuntu kernel: [3259335.192116] connection2:0: detected conn error (1020)
Sep 12 09:26:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:27:00 ubuntu object-replicator: Nothing replicated for 0.0068039894104 seconds.
Sep 12 09:27:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:27:02 ubuntu kernel: [3259338.195541] connection2:0: detected conn error (1020)
Sep 12 09:27:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:05 ubuntu kernel: [3259341.199974] connection2:0: detected conn error (1020)
Sep 12 09:27:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:05 ubuntu container-replicator: Beginning replication run
Sep 12 09:27:05 ubuntu container-replicator: Replication run OVER
Sep 12 09:27:05 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00525 seconds (0.00000/s)
Sep 12 09:27:05 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:27:05 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:27:05 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:27:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:27:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:27:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00408 seconds (0.00000/s)
Sep 12 09:27:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:27:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:27:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:27:08 ubuntu kernel: [3259344.205647] connection2:0: detected conn error (1020)
Sep 12 09:27:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:11 ubuntu kernel: [3259347.210483] connection2:0: detected conn error (1020)
Sep 12 09:27:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:14 ubuntu kernel: [3259350.215043] connection2:0: detected conn error (1020)
Sep 12 09:27:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:17 ubuntu kernel: [3259353.219687] connection2:0: detected conn error (1020)
Sep 12 09:27:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:20 ubuntu kernel: [3259356.228663] connection2:0: detected conn error (1020)
Sep 12 09:27:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:23 ubuntu kernel: [3259359.232677] connection2:0: detected conn error (1020)
Sep 12 09:27:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:26 ubuntu kernel: [3259362.237203] connection2:0: detected conn error (1020)
Sep 12 09:27:26 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:27:26 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:27:26 ubuntu 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
Sep 12 09:27:26 ubuntu 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
Sep 12 09:27:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:29 ubuntu kernel: [3259365.240701] connection2:0: detected conn error (1020)
Sep 12 09:27:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:27:30 ubuntu object-replicator: Nothing replicated for 0.00184607505798 seconds.
Sep 12 09:27:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:27:32 ubuntu kernel: [3259368.245032] connection2:0: detected conn error (1020)
Sep 12 09:27:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:35 ubuntu kernel: [3259371.250475] connection2:0: detected conn error (1020)
Sep 12 09:27:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:27:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:27:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00234 seconds (0.00000/s)
Sep 12 09:27:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:27:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:27:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:27:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:27:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:27:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00398 seconds (0.00000/s)
Sep 12 09:27:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:27:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:27:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:27:38 ubuntu kernel: [3259374.254211] connection2:0: detected conn error (1020)
Sep 12 09:27:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:41 ubuntu kernel: [3259377.257922] connection2:0: detected conn error (1020)
Sep 12 09:27:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:44 ubuntu kernel: [3259380.262835] connection2:0: detected conn error (1020)
Sep 12 09:27:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:47 ubuntu kernel: [3259383.267612] connection2:0: detected conn error (1020)
Sep 12 09:27:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:50 ubuntu kernel: [3259386.271923] connection2:0: detected conn error (1020)
Sep 12 09:27:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:53 ubuntu kernel: [3259389.276211] connection2:0: detected conn error (1020)
Sep 12 09:27:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:56 ubuntu kernel: [3259392.280205] connection2:0: detected conn error (1020)
Sep 12 09:27:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:27:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:27:57 ubuntu 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
Sep 12 09:27:57 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:27:57 ubuntu 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
Sep 12 09:27:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:27:57 ubuntu 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
Sep 12 09:27:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:27:59 ubuntu kernel: [3259395.284635] connection2:0: detected conn error (1020)
Sep 12 09:27:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:28:00 ubuntu object-replicator: Nothing replicated for 0.00519800186157 seconds.
Sep 12 09:28:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:28:02 ubuntu kernel: [3259398.288825] connection2:0: detected conn error (1020)
Sep 12 09:28:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:05 ubuntu kernel: [3259401.294025] connection2:0: detected conn error (1020)
Sep 12 09:28:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:28:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:28:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00354 seconds (0.00000/s)
Sep 12 09:28:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:28:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:28:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:28:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:28:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:28:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00407 seconds (0.00000/s)
Sep 12 09:28:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:28:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:28:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:28:08 ubuntu kernel: [3259404.298729] connection2:0: detected conn error (1020)
Sep 12 09:28:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:11 ubuntu kernel: [3259407.304547] connection2:0: detected conn error (1020)
Sep 12 09:28:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:14 ubuntu kernel: [3259410.308614] connection2:0: detected conn error (1020)
Sep 12 09:28:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:17 ubuntu kernel: [3259413.312617] connection2:0: detected conn error (1020)
Sep 12 09:28:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:20 ubuntu kernel: [3259416.318985] connection2:0: detected conn error (1020)
Sep 12 09:28:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:23 ubuntu kernel: [3259419.325678] connection2:0: detected conn error (1020)
Sep 12 09:28:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:26 ubuntu kernel: [3259422.329959] connection2:0: detected conn error (1020)
Sep 12 09:28:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:27 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:28:27 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:28:27 ubuntu 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
Sep 12 09:28:27 ubuntu 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
Sep 12 09:28:27 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:28:27 ubuntu 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
Sep 12 09:28:29 ubuntu kernel: [3259425.334541] connection2:0: detected conn error (1020)
Sep 12 09:28:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:28:30 ubuntu object-replicator: Nothing replicated for 0.0053858757019 seconds.
Sep 12 09:28:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:28:32 ubuntu kernel: [3259428.340442] connection2:0: detected conn error (1020)
Sep 12 09:28:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:35 ubuntu kernel: [3259431.344976] connection2:0: detected conn error (1020)
Sep 12 09:28:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:28:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:28:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00354 seconds (0.00000/s)
Sep 12 09:28:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:28:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:28:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:28:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:28:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:28:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00430 seconds (0.00000/s)
Sep 12 09:28:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:28:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:28:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:28:38 ubuntu kernel: [3259434.348639] connection2:0: detected conn error (1020)
Sep 12 09:28:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:41 ubuntu kernel: [3259437.353224] connection2:0: detected conn error (1020)
Sep 12 09:28:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:44 ubuntu kernel: [3259440.357467] connection2:0: detected conn error (1020)
Sep 12 09:28:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:47 ubuntu kernel: [3259443.363596] connection2:0: detected conn error (1020)
Sep 12 09:28:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:50 ubuntu kernel: [3259446.366659] connection2:0: detected conn error (1020)
Sep 12 09:28:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:53 ubuntu kernel: [3259449.371445] connection2:0: detected conn error (1020)
Sep 12 09:28:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:56 ubuntu kernel: [3259452.375604] connection2:0: detected conn error (1020)
Sep 12 09:28:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:28:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:28:57 ubuntu 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
Sep 12 09:28:57 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:28:57 ubuntu 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
Sep 12 09:28:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:28:57 ubuntu 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
Sep 12 09:28:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:28:59 ubuntu kernel: [3259455.387441] connection2:0: detected conn error (1020)
Sep 12 09:29:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:29:00 ubuntu object-replicator: Nothing replicated for 0.00181102752686 seconds.
Sep 12 09:29:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:29:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:02 ubuntu kernel: [3259458.391157] connection2:0: detected conn error (1020)
Sep 12 09:29:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:05 ubuntu kernel: [3259461.395496] connection2:0: detected conn error (1020)
Sep 12 09:29:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:29:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:29:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00348 seconds (0.00000/s)
Sep 12 09:29:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:29:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:29:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:29:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:29:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:29:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00523 seconds (0.00000/s)
Sep 12 09:29:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:29:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:29:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:29:08 ubuntu kernel: [3259464.400128] connection2:0: detected conn error (1020)
Sep 12 09:29:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:11 ubuntu kernel: [3259467.403985] connection2:0: detected conn error (1020)
Sep 12 09:29:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:14 ubuntu kernel: [3259470.408123] connection2:0: detected conn error (1020)
Sep 12 09:29:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:17 ubuntu kernel: [3259473.412891] connection2:0: detected conn error (1020)
Sep 12 09:29:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:20 ubuntu kernel: [3259476.416548] connection2:0: detected conn error (1020)
Sep 12 09:29:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:23 ubuntu kernel: [3259479.421162] connection2:0: detected conn error (1020)
Sep 12 09:29:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:26 ubuntu kernel: [3259482.425501] connection2:0: detected conn error (1020)
Sep 12 09:29:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:27 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:29:27 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:29:27 ubuntu 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
Sep 12 09:29:27 ubuntu 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
Sep 12 09:29:27 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:29:27 ubuntu 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
Sep 12 09:29:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:29 ubuntu kernel: [3259485.429076] connection2:0: detected conn error (1020)
Sep 12 09:29:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:29:30 ubuntu object-replicator: Nothing replicated for 0.00678205490112 seconds.
Sep 12 09:29:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:29:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:32 ubuntu container-updater: Begin container update sweep
Sep 12 09:29:32 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 09:29:32 ubuntu kernel: [3259488.433324] connection2:0: detected conn error (1020)
Sep 12 09:29:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:35 ubuntu kernel: [3259491.438483] connection2:0: detected conn error (1020)
Sep 12 09:29:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:29:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:29:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00374 seconds (0.00000/s)
Sep 12 09:29:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:29:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:29:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:29:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:29:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:29:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00434 seconds (0.00000/s)
Sep 12 09:29:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:29:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:29:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:29:38 ubuntu kernel: [3259494.443644] connection2:0: detected conn error (1020)
Sep 12 09:29:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:41 ubuntu kernel: [3259497.446920] connection2:0: detected conn error (1020)
Sep 12 09:29:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:44 ubuntu object-updater: Begin object update sweep
Sep 12 09:29:44 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 09:29:44 ubuntu object-updater: Object update sweep completed: 0.06s
Sep 12 09:29:44 ubuntu kernel: [3259500.451390] connection2:0: detected conn error (1020)
Sep 12 09:29:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:47 ubuntu kernel: [3259503.455315] connection2:0: detected conn error (1020)
Sep 12 09:29:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:50 ubuntu kernel: [3259506.459428] connection2:0: detected conn error (1020)
Sep 12 09:29:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:53 ubuntu kernel: [3259509.465377] connection2:0: detected conn error (1020)
Sep 12 09:29:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:56 ubuntu kernel: [3259512.470545] connection2:0: detected conn error (1020)
Sep 12 09:29:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:29:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:29:57 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:29:57 ubuntu 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
Sep 12 09:29:57 ubuntu 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
Sep 12 09:29:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:29:58 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:29:58 ubuntu 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
Sep 12 09:29:59 ubuntu kernel: [3259515.474702] connection2:0: detected conn error (1020)
Sep 12 09:30:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:30:00 ubuntu object-replicator: Nothing replicated for 0.00623989105225 seconds.
Sep 12 09:30:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:30:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:01 ubuntu CRON[25158]: (neutron) CMD (if [ -x /usr/bin/neutron-netns-cleanup ] ; then /usr/bin/neutron-netns-cleanup --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/dhcp_agent.ini >/dev/null 2>&1; fi)
Sep 12 09:30:02 ubuntu kernel: [3259518.478279] connection2:0: detected conn error (1020)
Sep 12 09:30:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:05 ubuntu kernel: [3259521.483511] connection2:0: detected conn error (1020)
Sep 12 09:30:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:30:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:30:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00513 seconds (0.00000/s)
Sep 12 09:30:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:30:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:30:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:30:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:30:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:30:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00587 seconds (0.00000/s)
Sep 12 09:30:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:30:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:30:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:30:08 ubuntu kernel: [3259524.492945] connection2:0: detected conn error (1020)
Sep 12 09:30:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:11 ubuntu kernel: [3259527.497292] connection2:0: detected conn error (1020)
Sep 12 09:30:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:14 ubuntu kernel: [3259530.501331] connection2:0: detected conn error (1020)
Sep 12 09:30:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:17 ubuntu kernel: [3259533.506171] connection2:0: detected conn error (1020)
Sep 12 09:30:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:20 ubuntu kernel: [3259536.510941] connection2:0: detected conn error (1020)
Sep 12 09:30:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:23 ubuntu kernel: [3259539.515295] connection2:0: detected conn error (1020)
Sep 12 09:30:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:26 ubuntu kernel: [3259542.519547] connection2:0: detected conn error (1020)
Sep 12 09:30:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:30:28 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:30:28 ubuntu 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
Sep 12 09:30:28 ubuntu 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
Sep 12 09:30:29 ubuntu kernel: [3259545.524070] connection2:0: detected conn error (1020)
Sep 12 09:30:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:30:30 ubuntu object-replicator: Nothing replicated for 0.00215315818787 seconds.
Sep 12 09:30:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:30:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:32 ubuntu kernel: [3259548.527578] connection2:0: detected conn error (1020)
Sep 12 09:30:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:35 ubuntu kernel: [3259551.532795] connection2:0: detected conn error (1020)
Sep 12 09:30:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:30:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:30:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00410 seconds (0.00000/s)
Sep 12 09:30:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:30:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:30:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:30:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:30:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:30:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00341 seconds (0.00000/s)
Sep 12 09:30:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:30:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:30:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:30:38 ubuntu kernel: [3259554.543389] connection2:0: detected conn error (1020)
Sep 12 09:30:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:41 ubuntu kernel: [3259557.548021] connection2:0: detected conn error (1020)
Sep 12 09:30:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:44 ubuntu kernel: [3259560.552229] connection2:0: detected conn error (1020)
Sep 12 09:30:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:47 ubuntu kernel: [3259563.556624] connection2:0: detected conn error (1020)
Sep 12 09:30:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:50 ubuntu kernel: [3259566.560153] connection2:0: detected conn error (1020)
Sep 12 09:30:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:53 ubuntu kernel: [3259569.566424] connection2:0: detected conn error (1020)
Sep 12 09:30:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:56 ubuntu kernel: [3259572.570612] connection2:0: detected conn error (1020)
Sep 12 09:30:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:30:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:30:58 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:30:58 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:30:58 ubuntu 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
Sep 12 09:30:58 ubuntu 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
Sep 12 09:30:59 ubuntu kernel: [3259575.575457] connection2:0: detected conn error (1020)
Sep 12 09:31:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:31:00 ubuntu object-replicator: Nothing replicated for 0.00366997718811 seconds.
Sep 12 09:31:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:31:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:02 ubuntu kernel: [3259578.579477] connection2:0: detected conn error (1020)
Sep 12 09:31:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:06 ubuntu kernel: [3259581.584473] connection2:0: detected conn error (1020)
Sep 12 09:31:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:31:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:31:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00795 seconds (0.00000/s)
Sep 12 09:31:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:31:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:31:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:31:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:31:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:31:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00220 seconds (0.00000/s)
Sep 12 09:31:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:31:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:31:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:31:09 ubuntu kernel: [3259584.588160] connection2:0: detected conn error (1020)
Sep 12 09:31:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:12 ubuntu kernel: [3259587.592349] connection2:0: detected conn error (1020)
Sep 12 09:31:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:15 ubuntu kernel: [3259590.608612] connection2:0: detected conn error (1020)
Sep 12 09:31:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:18 ubuntu kernel: [3259593.612877] connection2:0: detected conn error (1020)
Sep 12 09:31:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:21 ubuntu kernel: [3259596.617349] connection2:0: detected conn error (1020)
Sep 12 09:31:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:24 ubuntu kernel: [3259599.620829] connection2:0: detected conn error (1020)
Sep 12 09:31:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:27 ubuntu kernel: [3259602.624826] connection2:0: detected conn error (1020)
Sep 12 09:31:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:31:28 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:31:28 ubuntu 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
Sep 12 09:31:28 ubuntu 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
Sep 12 09:31:30 ubuntu kernel: [3259605.629536] connection2:0: detected conn error (1020)
Sep 12 09:31:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:31:30 ubuntu object-replicator: Nothing replicated for 0.00689792633057 seconds.
Sep 12 09:31:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:31:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:33 ubuntu kernel: [3259608.633380] connection2:0: detected conn error (1020)
Sep 12 09:31:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:36 ubuntu kernel: [3259611.637641] connection2:0: detected conn error (1020)
Sep 12 09:31:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:31:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:31:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00525 seconds (0.00000/s)
Sep 12 09:31:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:31:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:31:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:31:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:31:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:31:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00402 seconds (0.00000/s)
Sep 12 09:31:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:31:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:31:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:31:39 ubuntu kernel: [3259614.641781] connection2:0: detected conn error (1020)
Sep 12 09:31:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:42 ubuntu kernel: [3259617.646073] connection2:0: detected conn error (1020)
Sep 12 09:31:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:45 ubuntu kernel: [3259620.653413] connection2:0: detected conn error (1020)
Sep 12 09:31:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:48 ubuntu kernel: [3259623.656693] connection2:0: detected conn error (1020)
Sep 12 09:31:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:51 ubuntu kernel: [3259626.660846] connection2:0: detected conn error (1020)
Sep 12 09:31:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:54 ubuntu kernel: [3259629.664475] connection2:0: detected conn error (1020)
Sep 12 09:31:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:57 ubuntu kernel: [3259632.668719] connection2:0: detected conn error (1020)
Sep 12 09:31:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:31:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:31:58 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:31:58 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:31:58 ubuntu 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
Sep 12 09:31:58 ubuntu 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
Sep 12 09:32:00 ubuntu kernel: [3259635.672671] connection2:0: detected conn error (1020)
Sep 12 09:32:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:32:00 ubuntu object-replicator: Nothing replicated for 0.00645303726196 seconds.
Sep 12 09:32:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:32:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:03 ubuntu kernel: [3259638.676078] connection2:0: detected conn error (1020)
Sep 12 09:32:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:06 ubuntu kernel: [3259641.679700] connection2:0: detected conn error (1020)
Sep 12 09:32:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:32:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:32:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00371 seconds (0.00000/s)
Sep 12 09:32:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:32:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:32:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:32:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:32:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:32:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00277 seconds (0.00000/s)
Sep 12 09:32:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:32:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:32:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:32:09 ubuntu kernel: [3259644.683963] connection2:0: detected conn error (1020)
Sep 12 09:32:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:12 ubuntu kernel: [3259647.687656] connection2:0: detected conn error (1020)
Sep 12 09:32:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:15 ubuntu kernel: [3259650.691527] connection2:0: detected conn error (1020)
Sep 12 09:32:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:18 ubuntu kernel: [3259653.695118] connection2:0: detected conn error (1020)
Sep 12 09:32:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:21 ubuntu kernel: [3259656.698882] connection2:0: detected conn error (1020)
Sep 12 09:32:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:24 ubuntu kernel: [3259659.702117] connection2:0: detected conn error (1020)
Sep 12 09:32:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:27 ubuntu kernel: [3259662.707260] connection2:0: detected conn error (1020)
Sep 12 09:32:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:32:28 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:32:28 ubuntu 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
Sep 12 09:32:28 ubuntu object-auditor: Object audit (ZBF) "forever" mode completed: 0.01s. Total quarantined: 0, Total errors: 0, Total files/sec: 0.00, Total bytes/sec: 0.00, Auditing time: 0.00, Rate: 0.00
Sep 12 09:32:30 ubuntu kernel: [3259665.711131] connection2:0: detected conn error (1020)
Sep 12 09:32:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:32:30 ubuntu object-replicator: Nothing replicated for 0.00614905357361 seconds.
Sep 12 09:32:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:32:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:33 ubuntu kernel: [3259668.714774] connection2:0: detected conn error (1020)
Sep 12 09:32:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:36 ubuntu kernel: [3259671.718813] connection2:0: detected conn error (1020)
Sep 12 09:32:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:32:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:32:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00607 seconds (0.00000/s)
Sep 12 09:32:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:32:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:32:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:32:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:32:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:32:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00376 seconds (0.00000/s)
Sep 12 09:32:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:32:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:32:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:32:39 ubuntu kernel: [3259674.723079] connection2:0: detected conn error (1020)
Sep 12 09:32:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:42 ubuntu kernel: [3259677.727214] connection2:0: detected conn error (1020)
Sep 12 09:32:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:45 ubuntu kernel: [3259680.731126] connection2:0: detected conn error (1020)
Sep 12 09:32:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:48 ubuntu kernel: [3259683.734782] connection2:0: detected conn error (1020)
Sep 12 09:32:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:51 ubuntu kernel: [3259686.738974] connection2:0: detected conn error (1020)
Sep 12 09:32:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:54 ubuntu kernel: [3259689.742904] connection2:0: detected conn error (1020)
Sep 12 09:32:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:57 ubuntu kernel: [3259692.746946] connection2:0: detected conn error (1020)
Sep 12 09:32:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:32:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:32:59 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:32:59 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:32:59 ubuntu 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
Sep 12 09:32:59 ubuntu 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
Sep 12 09:33:00 ubuntu kernel: [3259695.751290] connection2:0: detected conn error (1020)
Sep 12 09:33:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:33:00 ubuntu object-replicator: Nothing replicated for 0.00666117668152 seconds.
Sep 12 09:33:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:33:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:03 ubuntu kernel: [3259698.755189] connection2:0: detected conn error (1020)
Sep 12 09:33:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:06 ubuntu kernel: [3259701.760494] connection2:0: detected conn error (1020)
Sep 12 09:33:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:33:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:33:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00527 seconds (0.00000/s)
Sep 12 09:33:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:33:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:33:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:33:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:33:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:33:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00400 seconds (0.00000/s)
Sep 12 09:33:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:33:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:33:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:33:09 ubuntu kernel: [3259704.764771] connection2:0: detected conn error (1020)
Sep 12 09:33:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:12 ubuntu kernel: [3259707.768481] connection2:0: detected conn error (1020)
Sep 12 09:33:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:15 ubuntu kernel: [3259710.773410] connection2:0: detected conn error (1020)
Sep 12 09:33:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:18 ubuntu kernel: [3259713.777452] connection2:0: detected conn error (1020)
Sep 12 09:33:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:21 ubuntu kernel: [3259716.781124] connection2:0: detected conn error (1020)
Sep 12 09:33:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:24 ubuntu kernel: [3259719.785325] connection2:0: detected conn error (1020)
Sep 12 09:33:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:27 ubuntu kernel: [3259722.789979] connection2:0: detected conn error (1020)
Sep 12 09:33:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:29 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:33:29 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:33:29 ubuntu 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
Sep 12 09:33:29 ubuntu 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
Sep 12 09:33:29 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:33:29 ubuntu 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
Sep 12 09:33:30 ubuntu kernel: [3259725.795353] connection2:0: detected conn error (1020)
Sep 12 09:33:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:33:30 ubuntu object-replicator: Nothing replicated for 0.00695300102234 seconds.
Sep 12 09:33:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:33:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:33 ubuntu kernel: [3259728.800770] connection2:0: detected conn error (1020)
Sep 12 09:33:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:36 ubuntu kernel: [3259731.805493] connection2:0: detected conn error (1020)
Sep 12 09:33:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:33:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:33:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00448 seconds (0.00000/s)
Sep 12 09:33:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:33:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:33:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:33:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:33:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:33:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00373 seconds (0.00000/s)
Sep 12 09:33:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:33:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:33:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:33:39 ubuntu kernel: [3259734.810002] connection2:0: detected conn error (1020)
Sep 12 09:33:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:42 ubuntu kernel: [3259737.814520] connection2:0: detected conn error (1020)
Sep 12 09:33:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:45 ubuntu kernel: [3259740.819060] connection2:0: detected conn error (1020)
Sep 12 09:33:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:48 ubuntu kernel: [3259743.822947] connection2:0: detected conn error (1020)
Sep 12 09:33:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:51 ubuntu kernel: [3259746.826824] connection2:0: detected conn error (1020)
Sep 12 09:33:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:54 ubuntu kernel: [3259749.832416] connection2:0: detected conn error (1020)
Sep 12 09:33:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:57 ubuntu kernel: [3259752.835721] connection2:0: detected conn error (1020)
Sep 12 09:33:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:33:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:33:59 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:33:59 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:33:59 ubuntu 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
Sep 12 09:33:59 ubuntu 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
Sep 12 09:34:00 ubuntu kernel: [3259755.840786] connection2:0: detected conn error (1020)
Sep 12 09:34:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:34:00 ubuntu object-replicator: Nothing replicated for 0.00567102432251 seconds.
Sep 12 09:34:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:34:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:03 ubuntu kernel: [3259758.845009] connection2:0: detected conn error (1020)
Sep 12 09:34:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:06 ubuntu kernel: [3259761.852631] connection2:0: detected conn error (1020)
Sep 12 09:34:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:34:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:34:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00469 seconds (0.00000/s)
Sep 12 09:34:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:34:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:34:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:34:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:34:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:34:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00386 seconds (0.00000/s)
Sep 12 09:34:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:34:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:34:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:34:09 ubuntu kernel: [3259764.856231] connection2:0: detected conn error (1020)
Sep 12 09:34:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:12 ubuntu kernel: [3259767.861097] connection2:0: detected conn error (1020)
Sep 12 09:34:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:15 ubuntu kernel: [3259770.865568] connection2:0: detected conn error (1020)
Sep 12 09:34:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:18 ubuntu kernel: [3259773.869852] connection2:0: detected conn error (1020)
Sep 12 09:34:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:21 ubuntu kernel: [3259776.874840] connection2:0: detected conn error (1020)
Sep 12 09:34:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:24 ubuntu kernel: [3259779.878968] connection2:0: detected conn error (1020)
Sep 12 09:34:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:27 ubuntu kernel: [3259782.883545] connection2:0: detected conn error (1020)
Sep 12 09:34:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:29 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:34:29 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:34:29 ubuntu 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
Sep 12 09:34:29 ubuntu 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
Sep 12 09:34:29 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:34:29 ubuntu 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
Sep 12 09:34:30 ubuntu kernel: [3259785.888029] connection2:0: detected conn error (1020)
Sep 12 09:34:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:34:30 ubuntu object-replicator: Nothing replicated for 0.00244402885437 seconds.
Sep 12 09:34:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:34:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:32 ubuntu container-updater: Begin container update sweep
Sep 12 09:34:32 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 09:34:33 ubuntu kernel: [3259788.891790] connection2:0: detected conn error (1020)
Sep 12 09:34:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:34:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:34:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00501 seconds (0.00000/s)
Sep 12 09:34:36 ubuntu kernel: [3259791.896011] connection2:0: detected conn error (1020)
Sep 12 09:34:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:34:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:34:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:34:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:34:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:34:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00222 seconds (0.00000/s)
Sep 12 09:34:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:34:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:34:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:34:39 ubuntu kernel: [3259794.900430] connection2:0: detected conn error (1020)
Sep 12 09:34:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:42 ubuntu kernel: [3259797.905216] connection2:0: detected conn error (1020)
Sep 12 09:34:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:44 ubuntu object-updater: Begin object update sweep
Sep 12 09:34:44 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 09:34:44 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 09:34:45 ubuntu kernel: [3259800.910656] connection2:0: detected conn error (1020)
Sep 12 09:34:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:48 ubuntu kernel: [3259803.914685] connection2:0: detected conn error (1020)
Sep 12 09:34:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:51 ubuntu kernel: [3259806.918671] connection2:0: detected conn error (1020)
Sep 12 09:34:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:54 ubuntu kernel: [3259809.923968] connection2:0: detected conn error (1020)
Sep 12 09:34:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:57 ubuntu kernel: [3259812.928263] connection2:0: detected conn error (1020)
Sep 12 09:34:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:34:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:34:59 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:34:59 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:34:59 ubuntu 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
Sep 12 09:34:59 ubuntu 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
Sep 12 09:35:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:35:00 ubuntu 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
Sep 12 09:35:00 ubuntu kernel: [3259815.933011] connection2:0: detected conn error (1020)
Sep 12 09:35:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:35:00 ubuntu object-replicator: Nothing replicated for 0.00181794166565 seconds.
Sep 12 09:35:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:35:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:03 ubuntu kernel: [3259818.937005] connection2:0: detected conn error (1020)
Sep 12 09:35:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:35:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:35:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00413 seconds (0.00000/s)
Sep 12 09:35:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:35:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:35:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:35:06 ubuntu kernel: [3259821.942100] connection2:0: detected conn error (1020)
Sep 12 09:35:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:35:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:35:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00365 seconds (0.00000/s)
Sep 12 09:35:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:35:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:35:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:35:09 ubuntu kernel: [3259824.945898] connection2:0: detected conn error (1020)
Sep 12 09:35:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:12 ubuntu kernel: [3259827.951985] connection2:0: detected conn error (1020)
Sep 12 09:35:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:15 ubuntu kernel: [3259830.956520] connection2:0: detected conn error (1020)
Sep 12 09:35:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:18 ubuntu kernel: [3259833.960315] connection2:0: detected conn error (1020)
Sep 12 09:35:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:21 ubuntu kernel: [3259836.964643] connection2:0: detected conn error (1020)
Sep 12 09:35:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:24 ubuntu kernel: [3259839.968612] connection2:0: detected conn error (1020)
Sep 12 09:35:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:27 ubuntu kernel: [3259842.973774] connection2:0: detected conn error (1020)
Sep 12 09:35:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:30 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:35:30 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:35:30 ubuntu 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
Sep 12 09:35:30 ubuntu 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
Sep 12 09:35:30 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:35:30 ubuntu 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
Sep 12 09:35:30 ubuntu kernel: [3259845.977658] connection2:0: detected conn error (1020)
Sep 12 09:35:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:35:30 ubuntu object-replicator: Nothing replicated for 0.00192379951477 seconds.
Sep 12 09:35:30 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:35:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:33 ubuntu kernel: [3259848.982742] connection2:0: detected conn error (1020)
Sep 12 09:35:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:35:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:35:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00356 seconds (0.00000/s)
Sep 12 09:35:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:35:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:35:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:35:36 ubuntu kernel: [3259851.988211] connection2:0: detected conn error (1020)
Sep 12 09:35:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:35:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:35:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00461 seconds (0.00000/s)
Sep 12 09:35:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:35:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:35:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:35:39 ubuntu kernel: [3259854.993052] connection2:0: detected conn error (1020)
Sep 12 09:35:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:42 ubuntu kernel: [3259857.998143] connection2:0: detected conn error (1020)
Sep 12 09:35:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:45 ubuntu kernel: [3259861.002103] connection2:0: detected conn error (1020)
Sep 12 09:35:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:48 ubuntu kernel: [3259864.006935] connection2:0: detected conn error (1020)
Sep 12 09:35:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:51 ubuntu kernel: [3259867.011786] connection2:0: detected conn error (1020)
Sep 12 09:35:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:54 ubuntu kernel: [3259870.016733] connection2:0: detected conn error (1020)
Sep 12 09:35:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:35:57 ubuntu kernel: [3259873.020083] connection2:0: detected conn error (1020)
Sep 12 09:35:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:35:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:36:00 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:36:00 ubuntu 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
Sep 12 09:36:00 ubuntu 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
Sep 12 09:36:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:36:00 ubuntu 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
Sep 12 09:36:00 ubuntu kernel: [3259876.025010] connection2:0: detected conn error (1020)
Sep 12 09:36:00 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:36:00 ubuntu object-replicator: Nothing replicated for 0.00544810295105 seconds.
Sep 12 09:36:00 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:36:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:03 ubuntu kernel: [3259879.029188] connection2:0: detected conn error (1020)
Sep 12 09:36:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:36:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:36:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00344 seconds (0.00000/s)
Sep 12 09:36:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:36:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:36:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:36:06 ubuntu kernel: [3259882.033432] connection2:0: detected conn error (1020)
Sep 12 09:36:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:36:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:36:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00532 seconds (0.00000/s)
Sep 12 09:36:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:36:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:36:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:36:09 ubuntu kernel: [3259885.037259] connection2:0: detected conn error (1020)
Sep 12 09:36:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:12 ubuntu kernel: [3259888.041331] connection2:0: detected conn error (1020)
Sep 12 09:36:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:15 ubuntu kernel: [3259891.045769] connection2:0: detected conn error (1020)
Sep 12 09:36:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:18 ubuntu kernel: [3259894.049514] connection2:0: detected conn error (1020)
Sep 12 09:36:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:21 ubuntu kernel: [3259897.053978] connection2:0: detected conn error (1020)
Sep 12 09:36:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:24 ubuntu kernel: [3259900.058612] connection2:0: detected conn error (1020)
Sep 12 09:36:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:27 ubuntu kernel: [3259903.063646] connection2:0: detected conn error (1020)
Sep 12 09:36:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:30 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:36:30 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:36:30 ubuntu 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
Sep 12 09:36:30 ubuntu 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
Sep 12 09:36:30 ubuntu kernel: [3259906.068502] connection2:0: detected conn error (1020)
Sep 12 09:36:30 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:36:30 ubuntu object-replicator: Nothing replicated for 0.00442695617676 seconds.
Sep 12 09:36:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:36:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:33 ubuntu kernel: [3259909.072165] connection2:0: detected conn error (1020)
Sep 12 09:36:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:36:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:36:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00405 seconds (0.00000/s)
Sep 12 09:36:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:36:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:36:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:36:36 ubuntu kernel: [3259912.076428] connection2:0: detected conn error (1020)
Sep 12 09:36:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:36:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:36:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00348 seconds (0.00000/s)
Sep 12 09:36:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:36:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:36:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:36:39 ubuntu kernel: [3259915.080238] connection2:0: detected conn error (1020)
Sep 12 09:36:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:42 ubuntu kernel: [3259918.084009] connection2:0: detected conn error (1020)
Sep 12 09:36:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:45 ubuntu kernel: [3259921.088166] connection2:0: detected conn error (1020)
Sep 12 09:36:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:48 ubuntu kernel: [3259924.091932] connection2:0: detected conn error (1020)
Sep 12 09:36:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:51 ubuntu kernel: [3259927.096086] connection2:0: detected conn error (1020)
Sep 12 09:36:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:54 ubuntu kernel: [3259930.100364] connection2:0: detected conn error (1020)
Sep 12 09:36:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:36:57 ubuntu kernel: [3259933.104910] connection2:0: detected conn error (1020)
Sep 12 09:36:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:36:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:00 ubuntu kernel: [3259936.109530] connection2:0: detected conn error (1020)
Sep 12 09:37:00 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:37:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:37:00 ubuntu 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
Sep 12 09:37:00 ubuntu 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
Sep 12 09:37:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:37:01 ubuntu object-replicator: Nothing replicated for 0.00592184066772 seconds.
Sep 12 09:37:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:37:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:03 ubuntu kernel: [3259939.113141] connection2:0: detected conn error (1020)
Sep 12 09:37:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:37:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:37:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00427 seconds (0.00000/s)
Sep 12 09:37:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:37:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:37:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:37:06 ubuntu kernel: [3259942.142103] connection2:0: detected conn error (1020)
Sep 12 09:37:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:37:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:37:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00434 seconds (0.00000/s)
Sep 12 09:37:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:37:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:37:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:37:09 ubuntu kernel: [3259945.147008] connection2:0: detected conn error (1020)
Sep 12 09:37:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:12 ubuntu kernel: [3259948.151289] connection2:0: detected conn error (1020)
Sep 12 09:37:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:15 ubuntu kernel: [3259951.154690] connection2:0: detected conn error (1020)
Sep 12 09:37:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:18 ubuntu kernel: [3259954.158874] connection2:0: detected conn error (1020)
Sep 12 09:37:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:21 ubuntu kernel: [3259957.163180] connection2:0: detected conn error (1020)
Sep 12 09:37:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:24 ubuntu kernel: [3259960.166176] connection2:0: detected conn error (1020)
Sep 12 09:37:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:27 ubuntu kernel: [3259963.170445] connection2:0: detected conn error (1020)
Sep 12 09:37:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:30 ubuntu kernel: [3259966.175145] connection2:0: detected conn error (1020)
Sep 12 09:37:30 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:37:30 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:37:30 ubuntu 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
Sep 12 09:37:30 ubuntu 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
Sep 12 09:37:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:37:31 ubuntu object-replicator: Nothing replicated for 0.00345087051392 seconds.
Sep 12 09:37:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:37:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:33 ubuntu kernel: [3259969.179215] connection2:0: detected conn error (1020)
Sep 12 09:37:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:37:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:37:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00225 seconds (0.00000/s)
Sep 12 09:37:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:37:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:37:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:37:36 ubuntu kernel: [3259972.183320] connection2:0: detected conn error (1020)
Sep 12 09:37:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:37:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:37:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00568 seconds (0.00000/s)
Sep 12 09:37:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:37:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:37:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:37:39 ubuntu kernel: [3259975.186762] connection2:0: detected conn error (1020)
Sep 12 09:37:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:42 ubuntu kernel: [3259978.190017] connection2:0: detected conn error (1020)
Sep 12 09:37:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:45 ubuntu kernel: [3259981.193961] connection2:0: detected conn error (1020)
Sep 12 09:37:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:48 ubuntu kernel: [3259984.197906] connection2:0: detected conn error (1020)
Sep 12 09:37:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:51 ubuntu kernel: [3259987.202528] connection2:0: detected conn error (1020)
Sep 12 09:37:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:54 ubuntu kernel: [3259990.206569] connection2:0: detected conn error (1020)
Sep 12 09:37:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:37:57 ubuntu kernel: [3259993.210256] connection2:0: detected conn error (1020)
Sep 12 09:37:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:37:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:00 ubuntu kernel: [3259996.214863] connection2:0: detected conn error (1020)
Sep 12 09:38:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:38:01 ubuntu object-replicator: Nothing replicated for 0.00263595581055 seconds.
Sep 12 09:38:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:38:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:01 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:38:01 ubuntu 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
Sep 12 09:38:01 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:38:01 ubuntu 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
Sep 12 09:38:01 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:38:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:01 ubuntu 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
Sep 12 09:38:03 ubuntu kernel: [3259999.220560] connection2:0: detected conn error (1020)
Sep 12 09:38:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:38:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:38:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00442 seconds (0.00000/s)
Sep 12 09:38:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:38:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:38:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:38:06 ubuntu kernel: [3260002.224556] connection2:0: detected conn error (1020)
Sep 12 09:38:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:38:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:38:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00359 seconds (0.00000/s)
Sep 12 09:38:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:38:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:38:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:38:09 ubuntu kernel: [3260005.227872] connection2:0: detected conn error (1020)
Sep 12 09:38:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:12 ubuntu kernel: [3260008.232660] connection2:0: detected conn error (1020)
Sep 12 09:38:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:15 ubuntu kernel: [3260011.237530] connection2:0: detected conn error (1020)
Sep 12 09:38:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:18 ubuntu kernel: [3260014.241475] connection2:0: detected conn error (1020)
Sep 12 09:38:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:21 ubuntu kernel: [3260017.245248] connection2:0: detected conn error (1020)
Sep 12 09:38:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:24 ubuntu kernel: [3260020.248343] connection2:0: detected conn error (1020)
Sep 12 09:38:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:27 ubuntu kernel: [3260023.252396] connection2:0: detected conn error (1020)
Sep 12 09:38:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:30 ubuntu kernel: [3260026.284428] connection2:0: detected conn error (1020)
Sep 12 09:38:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:38:31 ubuntu object-replicator: Nothing replicated for 0.00476908683777 seconds.
Sep 12 09:38:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:38:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:31 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:38:31 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:38:31 ubuntu 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
Sep 12 09:38:31 ubuntu 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
Sep 12 09:38:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:33 ubuntu kernel: [3260029.288273] connection2:0: detected conn error (1020)
Sep 12 09:38:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:38:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:38:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00417 seconds (0.00000/s)
Sep 12 09:38:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:38:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:38:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:38:36 ubuntu kernel: [3260032.293059] connection2:0: detected conn error (1020)
Sep 12 09:38:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:38:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:38:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00366 seconds (0.00000/s)
Sep 12 09:38:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:38:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:38:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:38:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:39 ubuntu kernel: [3260035.320788] connection2:0: detected conn error (1020)
Sep 12 09:38:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:42 ubuntu kernel: [3260038.324067] connection2:0: detected conn error (1020)
Sep 12 09:38:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:45 ubuntu kernel: [3260041.328699] connection2:0: detected conn error (1020)
Sep 12 09:38:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:48 ubuntu kernel: [3260044.332536] connection2:0: detected conn error (1020)
Sep 12 09:38:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:51 ubuntu kernel: [3260047.337286] connection2:0: detected conn error (1020)
Sep 12 09:38:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:54 ubuntu kernel: [3260050.341074] connection2:0: detected conn error (1020)
Sep 12 09:38:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:38:57 ubuntu kernel: [3260053.346565] connection2:0: detected conn error (1020)
Sep 12 09:38:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:38:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:01 ubuntu kernel: [3260056.375149] connection2:0: detected conn error (1020)
Sep 12 09:39:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:39:01 ubuntu object-replicator: Nothing replicated for 0.00339603424072 seconds.
Sep 12 09:39:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:39:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:01 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:39:01 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:39:01 ubuntu 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
Sep 12 09:39:01 ubuntu 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
Sep 12 09:39:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:04 ubuntu kernel: [3260059.379059] connection2:0: detected conn error (1020)
Sep 12 09:39:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:39:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:39:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00449 seconds (0.00000/s)
Sep 12 09:39:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:39:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:39:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:39:07 ubuntu kernel: [3260062.383197] connection2:0: detected conn error (1020)
Sep 12 09:39:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:39:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:39:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00389 seconds (0.00000/s)
Sep 12 09:39:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:39:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:39:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:39:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:10 ubuntu kernel: [3260065.401472] connection2:0: detected conn error (1020)
Sep 12 09:39:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:13 ubuntu kernel: [3260068.404841] connection2:0: detected conn error (1020)
Sep 12 09:39:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:16 ubuntu kernel: [3260071.408460] connection2:0: detected conn error (1020)
Sep 12 09:39:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:19 ubuntu kernel: [3260074.414395] connection2:0: detected conn error (1020)
Sep 12 09:39:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:22 ubuntu kernel: [3260077.418624] connection2:0: detected conn error (1020)
Sep 12 09:39:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:25 ubuntu kernel: [3260080.423254] connection2:0: detected conn error (1020)
Sep 12 09:39:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:28 ubuntu kernel: [3260083.428735] connection2:0: detected conn error (1020)
Sep 12 09:39:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:31 ubuntu kernel: [3260086.433055] connection2:0: detected conn error (1020)
Sep 12 09:39:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:39:31 ubuntu object-replicator: Nothing replicated for 0.00372219085693 seconds.
Sep 12 09:39:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:39:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:31 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:39:31 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:39:31 ubuntu 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
Sep 12 09:39:31 ubuntu 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
Sep 12 09:39:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:32 ubuntu container-updater: Begin container update sweep
Sep 12 09:39:32 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 09:39:34 ubuntu kernel: [3260089.436493] connection2:0: detected conn error (1020)
Sep 12 09:39:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:39:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:39:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00411 seconds (0.00000/s)
Sep 12 09:39:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:39:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:39:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:39:37 ubuntu kernel: [3260092.439827] connection2:0: detected conn error (1020)
Sep 12 09:39:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:39:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:39:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00353 seconds (0.00000/s)
Sep 12 09:39:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:39:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:39:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:39:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:40 ubuntu kernel: [3260095.472053] connection2:0: detected conn error (1020)
Sep 12 09:39:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:43 ubuntu kernel: [3260098.475718] connection2:0: detected conn error (1020)
Sep 12 09:39:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:44 ubuntu object-updater: Begin object update sweep
Sep 12 09:39:44 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 09:39:44 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 09:39:46 ubuntu kernel: [3260101.479314] connection2:0: detected conn error (1020)
Sep 12 09:39:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:49 ubuntu kernel: [3260104.485617] connection2:0: detected conn error (1020)
Sep 12 09:39:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:52 ubuntu kernel: [3260107.490242] connection2:0: detected conn error (1020)
Sep 12 09:39:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:55 ubuntu kernel: [3260110.498636] connection2:0: detected conn error (1020)
Sep 12 09:39:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:39:58 ubuntu kernel: [3260113.502972] connection2:0: detected conn error (1020)
Sep 12 09:39:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:39:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:40:01 ubuntu object-replicator: Nothing replicated for 0.00398397445679 seconds.
Sep 12 09:40:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:40:01 ubuntu kernel: [3260116.507083] connection2:0: detected conn error (1020)
Sep 12 09:40:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:02 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:40:02 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:40:02 ubuntu 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
Sep 12 09:40:02 ubuntu 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
Sep 12 09:40:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:04 ubuntu kernel: [3260119.510835] connection2:0: detected conn error (1020)
Sep 12 09:40:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:40:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:40:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00361 seconds (0.00000/s)
Sep 12 09:40:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:40:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:40:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:40:07 ubuntu kernel: [3260122.514286] connection2:0: detected conn error (1020)
Sep 12 09:40:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:40:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:40:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00369 seconds (0.00000/s)
Sep 12 09:40:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:40:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:40:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:40:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:10 ubuntu kernel: [3260125.519913] connection2:0: detected conn error (1020)
Sep 12 09:40:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:13 ubuntu kernel: [3260128.523173] connection2:0: detected conn error (1020)
Sep 12 09:40:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:16 ubuntu kernel: [3260131.527978] connection2:0: detected conn error (1020)
Sep 12 09:40:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:19 ubuntu kernel: [3260134.532544] connection2:0: detected conn error (1020)
Sep 12 09:40:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:22 ubuntu kernel: [3260137.536374] connection2:0: detected conn error (1020)
Sep 12 09:40:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:25 ubuntu kernel: [3260140.540946] connection2:0: detected conn error (1020)
Sep 12 09:40:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:28 ubuntu kernel: [3260143.544908] connection2:0: detected conn error (1020)
Sep 12 09:40:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:40:31 ubuntu object-replicator: Nothing replicated for 0.0104298591614 seconds.
Sep 12 09:40:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:40:31 ubuntu kernel: [3260146.548771] connection2:0: detected conn error (1020)
Sep 12 09:40:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:32 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:40:32 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:40:32 ubuntu 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
Sep 12 09:40:32 ubuntu 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
Sep 12 09:40:34 ubuntu kernel: [3260149.553027] connection2:0: detected conn error (1020)
Sep 12 09:40:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:40:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:40:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00331 seconds (0.00000/s)
Sep 12 09:40:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:40:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:40:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:40:37 ubuntu kernel: [3260152.557011] connection2:0: detected conn error (1020)
Sep 12 09:40:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:40:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:40:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00395 seconds (0.00000/s)
Sep 12 09:40:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:40:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:40:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:40:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:40 ubuntu kernel: [3260155.560718] connection2:0: detected conn error (1020)
Sep 12 09:40:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:43 ubuntu kernel: [3260158.565242] connection2:0: detected conn error (1020)
Sep 12 09:40:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:46 ubuntu kernel: [3260161.569096] connection2:0: detected conn error (1020)
Sep 12 09:40:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:49 ubuntu kernel: [3260164.572964] connection2:0: detected conn error (1020)
Sep 12 09:40:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:52 ubuntu kernel: [3260167.576806] connection2:0: detected conn error (1020)
Sep 12 09:40:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:55 ubuntu kernel: [3260170.580966] connection2:0: detected conn error (1020)
Sep 12 09:40:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:40:58 ubuntu kernel: [3260173.585449] connection2:0: detected conn error (1020)
Sep 12 09:40:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:40:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:41:01 ubuntu object-replicator: Nothing replicated for 0.00447487831116 seconds.
Sep 12 09:41:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:41:01 ubuntu kernel: [3260176.589498] connection2:0: detected conn error (1020)
Sep 12 09:41:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:02 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:41:02 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:41:02 ubuntu 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
Sep 12 09:41:02 ubuntu 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
Sep 12 09:41:02 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:41:02 ubuntu 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
Sep 12 09:41:04 ubuntu kernel: [3260179.592896] connection2:0: detected conn error (1020)
Sep 12 09:41:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:41:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:41:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00390 seconds (0.00000/s)
Sep 12 09:41:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:41:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:41:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:41:07 ubuntu kernel: [3260182.596113] connection2:0: detected conn error (1020)
Sep 12 09:41:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:41:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:41:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00361 seconds (0.00000/s)
Sep 12 09:41:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:41:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:41:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:41:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:10 ubuntu kernel: [3260185.599983] connection2:0: detected conn error (1020)
Sep 12 09:41:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:13 ubuntu kernel: [3260188.604308] connection2:0: detected conn error (1020)
Sep 12 09:41:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:16 ubuntu kernel: [3260191.608441] connection2:0: detected conn error (1020)
Sep 12 09:41:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:19 ubuntu kernel: [3260194.613440] connection2:0: detected conn error (1020)
Sep 12 09:41:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:22 ubuntu kernel: [3260197.617156] connection2:0: detected conn error (1020)
Sep 12 09:41:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:25 ubuntu kernel: [3260200.621553] connection2:0: detected conn error (1020)
Sep 12 09:41:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:28 ubuntu kernel: [3260203.625725] connection2:0: detected conn error (1020)
Sep 12 09:41:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:41:31 ubuntu object-replicator: Nothing replicated for 0.00684094429016 seconds.
Sep 12 09:41:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:41:31 ubuntu kernel: [3260206.630330] connection2:0: detected conn error (1020)
Sep 12 09:41:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:32 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:41:32 ubuntu 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
Sep 12 09:41:32 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:41:32 ubuntu 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
Sep 12 09:41:34 ubuntu kernel: [3260209.634399] connection2:0: detected conn error (1020)
Sep 12 09:41:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:41:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:41:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00470 seconds (0.00000/s)
Sep 12 09:41:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:41:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:41:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:41:37 ubuntu kernel: [3260212.638141] connection2:0: detected conn error (1020)
Sep 12 09:41:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:41:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:41:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00501 seconds (0.00000/s)
Sep 12 09:41:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:41:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:41:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:41:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:40 ubuntu kernel: [3260215.642617] connection2:0: detected conn error (1020)
Sep 12 09:41:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:43 ubuntu kernel: [3260218.646599] connection2:0: detected conn error (1020)
Sep 12 09:41:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:46 ubuntu kernel: [3260221.650902] connection2:0: detected conn error (1020)
Sep 12 09:41:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:49 ubuntu kernel: [3260224.654485] connection2:0: detected conn error (1020)
Sep 12 09:41:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:52 ubuntu kernel: [3260227.658768] connection2:0: detected conn error (1020)
Sep 12 09:41:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:55 ubuntu kernel: [3260230.664007] connection2:0: detected conn error (1020)
Sep 12 09:41:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:41:58 ubuntu kernel: [3260233.668850] connection2:0: detected conn error (1020)
Sep 12 09:41:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:41:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:42:01 ubuntu object-replicator: Nothing replicated for 0.00449705123901 seconds.
Sep 12 09:42:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:42:01 ubuntu kernel: [3260236.672344] connection2:0: detected conn error (1020)
Sep 12 09:42:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:02 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:42:02 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:42:02 ubuntu 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
Sep 12 09:42:02 ubuntu 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
Sep 12 09:42:02 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:42:02 ubuntu 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
Sep 12 09:42:04 ubuntu kernel: [3260239.677044] connection2:0: detected conn error (1020)
Sep 12 09:42:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:42:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:42:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00440 seconds (0.00000/s)
Sep 12 09:42:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:42:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:42:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:42:07 ubuntu kernel: [3260242.681316] connection2:0: detected conn error (1020)
Sep 12 09:42:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:42:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:42:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00343 seconds (0.00000/s)
Sep 12 09:42:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:42:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:42:07 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:42:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:10 ubuntu kernel: [3260245.686339] connection2:0: detected conn error (1020)
Sep 12 09:42:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:13 ubuntu kernel: [3260248.689729] connection2:0: detected conn error (1020)
Sep 12 09:42:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:16 ubuntu kernel: [3260251.693227] connection2:0: detected conn error (1020)
Sep 12 09:42:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:19 ubuntu kernel: [3260254.696678] connection2:0: detected conn error (1020)
Sep 12 09:42:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:22 ubuntu kernel: [3260257.700503] connection2:0: detected conn error (1020)
Sep 12 09:42:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:25 ubuntu kernel: [3260260.704234] connection2:0: detected conn error (1020)
Sep 12 09:42:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:28 ubuntu kernel: [3260263.710106] connection2:0: detected conn error (1020)
Sep 12 09:42:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:42:31 ubuntu object-replicator: Nothing replicated for 0.0032651424408 seconds.
Sep 12 09:42:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:42:31 ubuntu kernel: [3260266.714482] connection2:0: detected conn error (1020)
Sep 12 09:42:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:33 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:42:33 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:42:33 ubuntu 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
Sep 12 09:42:33 ubuntu 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
Sep 12 09:42:34 ubuntu kernel: [3260269.718409] connection2:0: detected conn error (1020)
Sep 12 09:42:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:42:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:42:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00370 seconds (0.00000/s)
Sep 12 09:42:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:42:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:42:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:42:37 ubuntu kernel: [3260272.722223] connection2:0: detected conn error (1020)
Sep 12 09:42:37 ubuntu account-replicator: Beginning replication run
Sep 12 09:42:37 ubuntu account-replicator: Replication run OVER
Sep 12 09:42:37 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00360 seconds (0.00000/s)
Sep 12 09:42:37 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:42:37 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:42:37 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:42:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:40 ubuntu kernel: [3260275.726615] connection2:0: detected conn error (1020)
Sep 12 09:42:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:43 ubuntu kernel: [3260278.730690] connection2:0: detected conn error (1020)
Sep 12 09:42:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:46 ubuntu kernel: [3260281.734986] connection2:0: detected conn error (1020)
Sep 12 09:42:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:49 ubuntu kernel: [3260284.739168] connection2:0: detected conn error (1020)
Sep 12 09:42:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:52 ubuntu kernel: [3260287.743394] connection2:0: detected conn error (1020)
Sep 12 09:42:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:55 ubuntu kernel: [3260290.747800] connection2:0: detected conn error (1020)
Sep 12 09:42:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:42:58 ubuntu kernel: [3260293.752379] connection2:0: detected conn error (1020)
Sep 12 09:42:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:42:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:43:01 ubuntu object-replicator: Nothing replicated for 0.00311303138733 seconds.
Sep 12 09:43:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:43:01 ubuntu kernel: [3260296.756673] connection2:0: detected conn error (1020)
Sep 12 09:43:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:03 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:43:03 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:43:03 ubuntu 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
Sep 12 09:43:03 ubuntu 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
Sep 12 09:43:04 ubuntu kernel: [3260299.760621] connection2:0: detected conn error (1020)
Sep 12 09:43:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:43:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:43:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00373 seconds (0.00000/s)
Sep 12 09:43:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:43:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:43:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:43:07 ubuntu kernel: [3260302.765258] connection2:0: detected conn error (1020)
Sep 12 09:43:07 ubuntu account-replicator: Beginning replication run
Sep 12 09:43:07 ubuntu account-replicator: Replication run OVER
Sep 12 09:43:07 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00382 seconds (0.00000/s)
Sep 12 09:43:07 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:43:07 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:43:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:43:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:10 ubuntu kernel: [3260305.770143] connection2:0: detected conn error (1020)
Sep 12 09:43:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:13 ubuntu kernel: [3260308.774578] connection2:0: detected conn error (1020)
Sep 12 09:43:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:16 ubuntu kernel: [3260311.778391] connection2:0: detected conn error (1020)
Sep 12 09:43:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:19 ubuntu kernel: [3260314.782333] connection2:0: detected conn error (1020)
Sep 12 09:43:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:22 ubuntu kernel: [3260317.786756] connection2:0: detected conn error (1020)
Sep 12 09:43:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:25 ubuntu kernel: [3260320.790568] connection2:0: detected conn error (1020)
Sep 12 09:43:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:28 ubuntu kernel: [3260323.794947] connection2:0: detected conn error (1020)
Sep 12 09:43:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:43:31 ubuntu object-replicator: Nothing replicated for 0.00344896316528 seconds.
Sep 12 09:43:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:43:31 ubuntu kernel: [3260326.798845] connection2:0: detected conn error (1020)
Sep 12 09:43:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:33 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:43:33 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:43:33 ubuntu 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
Sep 12 09:43:33 ubuntu 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
Sep 12 09:43:33 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:43:33 ubuntu 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
Sep 12 09:43:34 ubuntu kernel: [3260329.802947] connection2:0: detected conn error (1020)
Sep 12 09:43:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:43:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:43:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00543 seconds (0.00000/s)
Sep 12 09:43:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:43:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:43:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:43:37 ubuntu kernel: [3260332.807779] connection2:0: detected conn error (1020)
Sep 12 09:43:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:43:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:43:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00427 seconds (0.00000/s)
Sep 12 09:43:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:43:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:43:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:43:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:40 ubuntu kernel: [3260335.811667] connection2:0: detected conn error (1020)
Sep 12 09:43:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:43 ubuntu kernel: [3260338.815530] connection2:0: detected conn error (1020)
Sep 12 09:43:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:46 ubuntu kernel: [3260341.820297] connection2:0: detected conn error (1020)
Sep 12 09:43:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:49 ubuntu kernel: [3260344.824860] connection2:0: detected conn error (1020)
Sep 12 09:43:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:52 ubuntu kernel: [3260347.829112] connection2:0: detected conn error (1020)
Sep 12 09:43:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:55 ubuntu kernel: [3260350.834326] connection2:0: detected conn error (1020)
Sep 12 09:43:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:43:58 ubuntu kernel: [3260353.838461] connection2:0: detected conn error (1020)
Sep 12 09:43:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:43:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:44:01 ubuntu object-replicator: Nothing replicated for 0.00313401222229 seconds.
Sep 12 09:44:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:44:01 ubuntu kernel: [3260356.842242] connection2:0: detected conn error (1020)
Sep 12 09:44:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:03 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:44:03 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:44:03 ubuntu 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
Sep 12 09:44:03 ubuntu 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
Sep 12 09:44:04 ubuntu kernel: [3260359.846615] connection2:0: detected conn error (1020)
Sep 12 09:44:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:06 ubuntu container-replicator: Beginning replication run
Sep 12 09:44:06 ubuntu container-replicator: Replication run OVER
Sep 12 09:44:06 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00262 seconds (0.00000/s)
Sep 12 09:44:06 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:44:06 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:44:06 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:44:07 ubuntu kernel: [3260362.851392] connection2:0: detected conn error (1020)
Sep 12 09:44:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:44:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:44:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00446 seconds (0.00000/s)
Sep 12 09:44:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:44:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:44:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:44:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:10 ubuntu kernel: [3260365.857033] connection2:0: detected conn error (1020)
Sep 12 09:44:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:13 ubuntu kernel: [3260368.860541] connection2:0: detected conn error (1020)
Sep 12 09:44:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:16 ubuntu kernel: [3260371.864577] connection2:0: detected conn error (1020)
Sep 12 09:44:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:19 ubuntu kernel: [3260374.868969] connection2:0: detected conn error (1020)
Sep 12 09:44:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:22 ubuntu kernel: [3260377.872955] connection2:0: detected conn error (1020)
Sep 12 09:44:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:25 ubuntu kernel: [3260380.876631] connection2:0: detected conn error (1020)
Sep 12 09:44:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:28 ubuntu kernel: [3260383.880823] connection2:0: detected conn error (1020)
Sep 12 09:44:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:44:31 ubuntu object-replicator: Nothing replicated for 0.00499701499939 seconds.
Sep 12 09:44:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:44:31 ubuntu kernel: [3260386.884671] connection2:0: detected conn error (1020)
Sep 12 09:44:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:32 ubuntu container-updater: Begin container update sweep
Sep 12 09:44:32 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 09:44:33 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:44:33 ubuntu 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
Sep 12 09:44:33 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:44:33 ubuntu 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
Sep 12 09:44:33 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:44:33 ubuntu 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
Sep 12 09:44:34 ubuntu kernel: [3260389.889179] connection2:0: detected conn error (1020)
Sep 12 09:44:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:36 ubuntu container-replicator: Beginning replication run
Sep 12 09:44:36 ubuntu container-replicator: Replication run OVER
Sep 12 09:44:36 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00382 seconds (0.00000/s)
Sep 12 09:44:36 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:44:36 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:44:36 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:44:37 ubuntu kernel: [3260392.894972] connection2:0: detected conn error (1020)
Sep 12 09:44:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:44:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:44:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.01627 seconds (0.00000/s)
Sep 12 09:44:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:44:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:44:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:44:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:40 ubuntu kernel: [3260395.898440] connection2:0: detected conn error (1020)
Sep 12 09:44:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:43 ubuntu kernel: [3260398.902564] connection2:0: detected conn error (1020)
Sep 12 09:44:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:44 ubuntu object-updater: Begin object update sweep
Sep 12 09:44:44 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 09:44:44 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 09:44:46 ubuntu kernel: [3260401.906345] connection2:0: detected conn error (1020)
Sep 12 09:44:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:49 ubuntu kernel: [3260404.910563] connection2:0: detected conn error (1020)
Sep 12 09:44:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:52 ubuntu kernel: [3260407.914891] connection2:0: detected conn error (1020)
Sep 12 09:44:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:55 ubuntu kernel: [3260410.918902] connection2:0: detected conn error (1020)
Sep 12 09:44:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:44:58 ubuntu kernel: [3260413.923577] connection2:0: detected conn error (1020)
Sep 12 09:44:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:44:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:45:01 ubuntu object-replicator: Nothing replicated for 0.00341486930847 seconds.
Sep 12 09:45:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:45:01 ubuntu kernel: [3260416.928291] connection2:0: detected conn error (1020)
Sep 12 09:45:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:04 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:45:04 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:45:04 ubuntu 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
Sep 12 09:45:04 ubuntu 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
Sep 12 09:45:04 ubuntu kernel: [3260419.931968] connection2:0: detected conn error (1020)
Sep 12 09:45:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:07 ubuntu container-replicator: Beginning replication run
Sep 12 09:45:07 ubuntu container-replicator: Replication run OVER
Sep 12 09:45:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00373 seconds (0.00000/s)
Sep 12 09:45:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:45:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:45:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:45:07 ubuntu kernel: [3260422.935241] connection2:0: detected conn error (1020)
Sep 12 09:45:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:45:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:45:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00254 seconds (0.00000/s)
Sep 12 09:45:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:45:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:45:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:45:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:10 ubuntu kernel: [3260425.939548] connection2:0: detected conn error (1020)
Sep 12 09:45:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:13 ubuntu kernel: [3260428.943312] connection2:0: detected conn error (1020)
Sep 12 09:45:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:16 ubuntu kernel: [3260431.947080] connection2:0: detected conn error (1020)
Sep 12 09:45:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:19 ubuntu kernel: [3260434.950862] connection2:0: detected conn error (1020)
Sep 12 09:45:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:22 ubuntu kernel: [3260437.954762] connection2:0: detected conn error (1020)
Sep 12 09:45:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:25 ubuntu kernel: [3260440.958805] connection2:0: detected conn error (1020)
Sep 12 09:45:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:28 ubuntu kernel: [3260443.962991] connection2:0: detected conn error (1020)
Sep 12 09:45:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:45:31 ubuntu object-replicator: Nothing replicated for 0.00278997421265 seconds.
Sep 12 09:45:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:45:31 ubuntu kernel: [3260446.966975] connection2:0: detected conn error (1020)
Sep 12 09:45:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:34 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:45:34 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:45:34 ubuntu 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
Sep 12 09:45:34 ubuntu 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
Sep 12 09:45:34 ubuntu kernel: [3260449.971459] connection2:0: detected conn error (1020)
Sep 12 09:45:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:37 ubuntu container-replicator: Beginning replication run
Sep 12 09:45:37 ubuntu container-replicator: Replication run OVER
Sep 12 09:45:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00409 seconds (0.00000/s)
Sep 12 09:45:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:45:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:45:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:45:37 ubuntu kernel: [3260452.975228] connection2:0: detected conn error (1020)
Sep 12 09:45:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:45:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:45:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00325 seconds (0.00000/s)
Sep 12 09:45:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:45:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:45:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:45:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:40 ubuntu kernel: [3260455.978779] connection2:0: detected conn error (1020)
Sep 12 09:45:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:43 ubuntu kernel: [3260458.982534] connection2:0: detected conn error (1020)
Sep 12 09:45:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:46 ubuntu kernel: [3260461.987295] connection2:0: detected conn error (1020)
Sep 12 09:45:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:49 ubuntu kernel: [3260464.992540] connection2:0: detected conn error (1020)
Sep 12 09:45:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:52 ubuntu kernel: [3260467.996912] connection2:0: detected conn error (1020)
Sep 12 09:45:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:55 ubuntu kernel: [3260471.000865] connection2:0: detected conn error (1020)
Sep 12 09:45:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:45:58 ubuntu kernel: [3260474.004942] connection2:0: detected conn error (1020)
Sep 12 09:45:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:45:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:46:01 ubuntu object-replicator: Nothing replicated for 0.00280904769897 seconds.
Sep 12 09:46:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:46:01 ubuntu kernel: [3260477.008853] connection2:0: detected conn error (1020)
Sep 12 09:46:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:04 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:46:04 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:46:04 ubuntu 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
Sep 12 09:46:04 ubuntu 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
Sep 12 09:46:04 ubuntu kernel: [3260480.012694] connection2:0: detected conn error (1020)
Sep 12 09:46:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:07 ubuntu container-replicator: Beginning replication run
Sep 12 09:46:07 ubuntu container-replicator: Replication run OVER
Sep 12 09:46:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.01008 seconds (0.00000/s)
Sep 12 09:46:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:46:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:46:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:46:07 ubuntu kernel: [3260483.016159] connection2:0: detected conn error (1020)
Sep 12 09:46:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:46:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:46:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00938 seconds (0.00000/s)
Sep 12 09:46:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:46:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:46:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:46:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:10 ubuntu kernel: [3260486.022501] connection2:0: detected conn error (1020)
Sep 12 09:46:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:13 ubuntu kernel: [3260489.026264] connection2:0: detected conn error (1020)
Sep 12 09:46:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:16 ubuntu kernel: [3260492.030576] connection2:0: detected conn error (1020)
Sep 12 09:46:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:19 ubuntu kernel: [3260495.035115] connection2:0: detected conn error (1020)
Sep 12 09:46:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:22 ubuntu kernel: [3260498.038972] connection2:0: detected conn error (1020)
Sep 12 09:46:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:25 ubuntu kernel: [3260501.043321] connection2:0: detected conn error (1020)
Sep 12 09:46:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:28 ubuntu kernel: [3260504.046524] connection2:0: detected conn error (1020)
Sep 12 09:46:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:46:31 ubuntu object-replicator: Nothing replicated for 0.00390005111694 seconds.
Sep 12 09:46:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:46:31 ubuntu kernel: [3260507.050038] connection2:0: detected conn error (1020)
Sep 12 09:46:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:34 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:46:34 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:46:34 ubuntu 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
Sep 12 09:46:34 ubuntu 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
Sep 12 09:46:34 ubuntu kernel: [3260510.053820] connection2:0: detected conn error (1020)
Sep 12 09:46:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:37 ubuntu container-replicator: Beginning replication run
Sep 12 09:46:37 ubuntu container-replicator: Replication run OVER
Sep 12 09:46:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00637 seconds (0.00000/s)
Sep 12 09:46:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:46:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:46:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:46:37 ubuntu kernel: [3260513.058346] connection2:0: detected conn error (1020)
Sep 12 09:46:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:46:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:46:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00394 seconds (0.00000/s)
Sep 12 09:46:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:46:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:46:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:46:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:40 ubuntu kernel: [3260516.062448] connection2:0: detected conn error (1020)
Sep 12 09:46:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:43 ubuntu kernel: [3260519.066990] connection2:0: detected conn error (1020)
Sep 12 09:46:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:46 ubuntu kernel: [3260522.070930] connection2:0: detected conn error (1020)
Sep 12 09:46:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:49 ubuntu kernel: [3260525.076284] connection2:0: detected conn error (1020)
Sep 12 09:46:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:52 ubuntu kernel: [3260528.080243] connection2:0: detected conn error (1020)
Sep 12 09:46:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:55 ubuntu kernel: [3260531.083992] connection2:0: detected conn error (1020)
Sep 12 09:46:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:46:58 ubuntu kernel: [3260534.087394] connection2:0: detected conn error (1020)
Sep 12 09:46:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:46:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:47:01 ubuntu object-replicator: Nothing replicated for 0.0137150287628 seconds.
Sep 12 09:47:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:47:01 ubuntu kernel: [3260537.091018] connection2:0: detected conn error (1020)
Sep 12 09:47:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:04 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:47:04 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:47:04 ubuntu 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
Sep 12 09:47:04 ubuntu 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
Sep 12 09:47:04 ubuntu kernel: [3260540.095552] connection2:0: detected conn error (1020)
Sep 12 09:47:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:07 ubuntu container-replicator: Beginning replication run
Sep 12 09:47:07 ubuntu container-replicator: Replication run OVER
Sep 12 09:47:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00743 seconds (0.00000/s)
Sep 12 09:47:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:47:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:47:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:47:07 ubuntu kernel: [3260543.099413] connection2:0: detected conn error (1020)
Sep 12 09:47:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:47:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:47:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00703 seconds (0.00000/s)
Sep 12 09:47:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:47:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:47:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:47:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:10 ubuntu kernel: [3260546.103503] connection2:0: detected conn error (1020)
Sep 12 09:47:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:13 ubuntu kernel: [3260549.107045] connection2:0: detected conn error (1020)
Sep 12 09:47:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:16 ubuntu kernel: [3260552.111549] connection2:0: detected conn error (1020)
Sep 12 09:47:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:19 ubuntu kernel: [3260555.115683] connection2:0: detected conn error (1020)
Sep 12 09:47:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:22 ubuntu kernel: [3260558.120679] connection2:0: detected conn error (1020)
Sep 12 09:47:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:25 ubuntu kernel: [3260561.124990] connection2:0: detected conn error (1020)
Sep 12 09:47:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:28 ubuntu kernel: [3260564.128696] connection2:0: detected conn error (1020)
Sep 12 09:47:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:47:31 ubuntu object-replicator: Nothing replicated for 0.00359582901001 seconds.
Sep 12 09:47:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:47:32 ubuntu kernel: [3260567.132769] connection2:0: detected conn error (1020)
Sep 12 09:47:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:34 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:47:34 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:47:34 ubuntu 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
Sep 12 09:47:34 ubuntu 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
Sep 12 09:47:35 ubuntu kernel: [3260570.138010] connection2:0: detected conn error (1020)
Sep 12 09:47:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:37 ubuntu container-replicator: Beginning replication run
Sep 12 09:47:37 ubuntu container-replicator: Replication run OVER
Sep 12 09:47:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00554 seconds (0.00000/s)
Sep 12 09:47:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:47:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:47:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:47:38 ubuntu kernel: [3260573.141742] connection2:0: detected conn error (1020)
Sep 12 09:47:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:47:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:47:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00461 seconds (0.00000/s)
Sep 12 09:47:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:47:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:47:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:47:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:41 ubuntu kernel: [3260576.146283] connection2:0: detected conn error (1020)
Sep 12 09:47:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:44 ubuntu kernel: [3260579.152880] connection2:0: detected conn error (1020)
Sep 12 09:47:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:47 ubuntu kernel: [3260582.157771] connection2:0: detected conn error (1020)
Sep 12 09:47:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:50 ubuntu kernel: [3260585.161365] connection2:0: detected conn error (1020)
Sep 12 09:47:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:53 ubuntu kernel: [3260588.165222] connection2:0: detected conn error (1020)
Sep 12 09:47:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:56 ubuntu kernel: [3260591.168669] connection2:0: detected conn error (1020)
Sep 12 09:47:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:47:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:47:59 ubuntu kernel: [3260594.172199] connection2:0: detected conn error (1020)
Sep 12 09:47:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:48:01 ubuntu object-replicator: Nothing replicated for 0.00320887565613 seconds.
Sep 12 09:48:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:48:02 ubuntu kernel: [3260597.181071] connection2:0: detected conn error (1020)
Sep 12 09:48:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:05 ubuntu kernel: [3260600.185179] connection2:0: detected conn error (1020)
Sep 12 09:48:05 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:48:05 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:48:05 ubuntu 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
Sep 12 09:48:05 ubuntu 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
Sep 12 09:48:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:07 ubuntu container-replicator: Beginning replication run
Sep 12 09:48:07 ubuntu container-replicator: Replication run OVER
Sep 12 09:48:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00550 seconds (0.00000/s)
Sep 12 09:48:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:48:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:48:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:48:08 ubuntu kernel: [3260603.189082] connection2:0: detected conn error (1020)
Sep 12 09:48:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:48:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:48:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00350 seconds (0.00000/s)
Sep 12 09:48:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:48:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:48:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:48:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:11 ubuntu kernel: [3260606.192876] connection2:0: detected conn error (1020)
Sep 12 09:48:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:14 ubuntu kernel: [3260609.196950] connection2:0: detected conn error (1020)
Sep 12 09:48:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:17 ubuntu kernel: [3260612.202873] connection2:0: detected conn error (1020)
Sep 12 09:48:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:20 ubuntu kernel: [3260615.207250] connection2:0: detected conn error (1020)
Sep 12 09:48:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:23 ubuntu kernel: [3260618.210506] connection2:0: detected conn error (1020)
Sep 12 09:48:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:24 ubuntu container-auditor: Container audit pass completed: 0.00s
Sep 12 09:48:24 ubuntu container-auditor: Begin container audit pass.
Sep 12 09:48:26 ubuntu kernel: [3260621.216948] connection2:0: detected conn error (1020)
Sep 12 09:48:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:29 ubuntu kernel: [3260624.220748] connection2:0: detected conn error (1020)
Sep 12 09:48:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:48:31 ubuntu object-replicator: Nothing replicated for 0.00348377227783 seconds.
Sep 12 09:48:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:48:32 ubuntu kernel: [3260627.225029] connection2:0: detected conn error (1020)
Sep 12 09:48:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:35 ubuntu kernel: [3260630.229874] connection2:0: detected conn error (1020)
Sep 12 09:48:35 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:48:35 ubuntu 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
Sep 12 09:48:35 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:48:35 ubuntu 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
Sep 12 09:48:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:37 ubuntu container-replicator: Beginning replication run
Sep 12 09:48:37 ubuntu container-replicator: Replication run OVER
Sep 12 09:48:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00601 seconds (0.00000/s)
Sep 12 09:48:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:48:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:48:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:48:38 ubuntu kernel: [3260633.234362] connection2:0: detected conn error (1020)
Sep 12 09:48:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:48:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:48:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00447 seconds (0.00000/s)
Sep 12 09:48:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:48:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:48:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:48:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:41 ubuntu kernel: [3260636.239801] connection2:0: detected conn error (1020)
Sep 12 09:48:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:44 ubuntu kernel: [3260639.244481] connection2:0: detected conn error (1020)
Sep 12 09:48:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:47 ubuntu kernel: [3260642.248685] connection2:0: detected conn error (1020)
Sep 12 09:48:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:50 ubuntu kernel: [3260645.253463] connection2:0: detected conn error (1020)
Sep 12 09:48:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:53 ubuntu kernel: [3260648.259910] connection2:0: detected conn error (1020)
Sep 12 09:48:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:56 ubuntu kernel: [3260651.264909] connection2:0: detected conn error (1020)
Sep 12 09:48:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:48:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:48:59 ubuntu kernel: [3260654.268748] connection2:0: detected conn error (1020)
Sep 12 09:48:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:49:01 ubuntu object-replicator: Nothing replicated for 0.00257802009583 seconds.
Sep 12 09:49:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:49:02 ubuntu kernel: [3260657.272646] connection2:0: detected conn error (1020)
Sep 12 09:49:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:05 ubuntu kernel: [3260660.276045] connection2:0: detected conn error (1020)
Sep 12 09:49:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:05 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:49:05 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:49:05 ubuntu 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
Sep 12 09:49:05 ubuntu 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
Sep 12 09:49:05 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:49:05 ubuntu 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
Sep 12 09:49:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:07 ubuntu container-replicator: Beginning replication run
Sep 12 09:49:07 ubuntu container-replicator: Replication run OVER
Sep 12 09:49:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00535 seconds (0.00000/s)
Sep 12 09:49:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:49:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:49:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:49:08 ubuntu kernel: [3260663.282073] connection2:0: detected conn error (1020)
Sep 12 09:49:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:49:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:49:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00508 seconds (0.00000/s)
Sep 12 09:49:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:49:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:49:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:49:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:11 ubuntu kernel: [3260666.286526] connection2:0: detected conn error (1020)
Sep 12 09:49:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:14 ubuntu kernel: [3260669.294459] connection2:0: detected conn error (1020)
Sep 12 09:49:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:17 ubuntu kernel: [3260672.299946] connection2:0: detected conn error (1020)
Sep 12 09:49:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:20 ubuntu kernel: [3260675.304897] connection2:0: detected conn error (1020)
Sep 12 09:49:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:23 ubuntu kernel: [3260678.309785] connection2:0: detected conn error (1020)
Sep 12 09:49:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:26 ubuntu kernel: [3260681.314064] connection2:0: detected conn error (1020)
Sep 12 09:49:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:29 ubuntu kernel: [3260684.318039] connection2:0: detected conn error (1020)
Sep 12 09:49:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:49:31 ubuntu object-replicator: Nothing replicated for 0.00171494483948 seconds.
Sep 12 09:49:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:49:32 ubuntu kernel: [3260687.322021] connection2:0: detected conn error (1020)
Sep 12 09:49:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:33 ubuntu container-updater: Begin container update sweep
Sep 12 09:49:33 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 09:49:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:35 ubuntu kernel: [3260690.326763] connection2:0: detected conn error (1020)
Sep 12 09:49:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:35 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:49:35 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:49:35 ubuntu 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
Sep 12 09:49:35 ubuntu 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
Sep 12 09:49:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:37 ubuntu container-replicator: Beginning replication run
Sep 12 09:49:37 ubuntu container-replicator: Replication run OVER
Sep 12 09:49:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00603 seconds (0.00000/s)
Sep 12 09:49:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:49:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:49:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:49:38 ubuntu kernel: [3260693.330675] connection2:0: detected conn error (1020)
Sep 12 09:49:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:49:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:49:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00347 seconds (0.00000/s)
Sep 12 09:49:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:49:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:49:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:49:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:41 ubuntu kernel: [3260696.335072] connection2:0: detected conn error (1020)
Sep 12 09:49:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:44 ubuntu kernel: [3260699.338813] connection2:0: detected conn error (1020)
Sep 12 09:49:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:44 ubuntu object-updater: Begin object update sweep
Sep 12 09:49:44 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 09:49:44 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 09:49:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:47 ubuntu kernel: [3260702.343636] connection2:0: detected conn error (1020)
Sep 12 09:49:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:50 ubuntu kernel: [3260705.348096] connection2:0: detected conn error (1020)
Sep 12 09:49:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:53 ubuntu kernel: [3260708.351543] connection2:0: detected conn error (1020)
Sep 12 09:49:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:56 ubuntu kernel: [3260711.356008] connection2:0: detected conn error (1020)
Sep 12 09:49:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:49:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:49:59 ubuntu kernel: [3260714.359685] connection2:0: detected conn error (1020)
Sep 12 09:49:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:50:01 ubuntu object-replicator: Nothing replicated for 0.00691413879395 seconds.
Sep 12 09:50:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:50:02 ubuntu kernel: [3260717.363787] connection2:0: detected conn error (1020)
Sep 12 09:50:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:05 ubuntu kernel: [3260720.369142] connection2:0: detected conn error (1020)
Sep 12 09:50:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:05 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:50:05 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:50:05 ubuntu 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
Sep 12 09:50:05 ubuntu 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
Sep 12 09:50:06 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:50:06 ubuntu 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
Sep 12 09:50:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:07 ubuntu container-replicator: Beginning replication run
Sep 12 09:50:07 ubuntu container-replicator: Replication run OVER
Sep 12 09:50:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00515 seconds (0.00000/s)
Sep 12 09:50:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:50:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:50:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:50:08 ubuntu kernel: [3260723.374271] connection2:0: detected conn error (1020)
Sep 12 09:50:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:50:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:50:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00378 seconds (0.00000/s)
Sep 12 09:50:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:50:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:50:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:50:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:11 ubuntu kernel: [3260726.377795] connection2:0: detected conn error (1020)
Sep 12 09:50:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:14 ubuntu kernel: [3260729.382733] connection2:0: detected conn error (1020)
Sep 12 09:50:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:17 ubuntu kernel: [3260732.386772] connection2:0: detected conn error (1020)
Sep 12 09:50:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:20 ubuntu kernel: [3260735.393877] connection2:0: detected conn error (1020)
Sep 12 09:50:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:23 ubuntu kernel: [3260738.397824] connection2:0: detected conn error (1020)
Sep 12 09:50:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:26 ubuntu kernel: [3260741.402441] connection2:0: detected conn error (1020)
Sep 12 09:50:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:29 ubuntu kernel: [3260744.407703] connection2:0: detected conn error (1020)
Sep 12 09:50:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:50:31 ubuntu object-replicator: Nothing replicated for 0.00238990783691 seconds.
Sep 12 09:50:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:50:32 ubuntu kernel: [3260747.412913] connection2:0: detected conn error (1020)
Sep 12 09:50:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:35 ubuntu kernel: [3260750.417297] connection2:0: detected conn error (1020)
Sep 12 09:50:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:36 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:50:36 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:50:36 ubuntu 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
Sep 12 09:50:36 ubuntu 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
Sep 12 09:50:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:37 ubuntu container-replicator: Beginning replication run
Sep 12 09:50:37 ubuntu container-replicator: Replication run OVER
Sep 12 09:50:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00372 seconds (0.00000/s)
Sep 12 09:50:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:50:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:50:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:50:38 ubuntu kernel: [3260753.422485] connection2:0: detected conn error (1020)
Sep 12 09:50:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:50:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:50:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00437 seconds (0.00000/s)
Sep 12 09:50:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:50:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:50:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:50:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:41 ubuntu kernel: [3260756.426700] connection2:0: detected conn error (1020)
Sep 12 09:50:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:44 ubuntu kernel: [3260759.429985] connection2:0: detected conn error (1020)
Sep 12 09:50:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:47 ubuntu kernel: [3260762.434240] connection2:0: detected conn error (1020)
Sep 12 09:50:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:50 ubuntu kernel: [3260765.438585] connection2:0: detected conn error (1020)
Sep 12 09:50:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:53 ubuntu kernel: [3260768.442956] connection2:0: detected conn error (1020)
Sep 12 09:50:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:56 ubuntu kernel: [3260771.448629] connection2:0: detected conn error (1020)
Sep 12 09:50:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:50:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:50:59 ubuntu kernel: [3260774.452848] connection2:0: detected conn error (1020)
Sep 12 09:50:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:51:01 ubuntu object-replicator: Nothing replicated for 0.00373291969299 seconds.
Sep 12 09:51:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:51:02 ubuntu kernel: [3260777.457250] connection2:0: detected conn error (1020)
Sep 12 09:51:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:05 ubuntu kernel: [3260780.461161] connection2:0: detected conn error (1020)
Sep 12 09:51:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:06 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:51:06 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:51:06 ubuntu 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
Sep 12 09:51:06 ubuntu 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
Sep 12 09:51:06 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:51:06 ubuntu 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
Sep 12 09:51:07 ubuntu container-replicator: Beginning replication run
Sep 12 09:51:07 ubuntu container-replicator: Replication run OVER
Sep 12 09:51:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00477 seconds (0.00000/s)
Sep 12 09:51:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:51:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:51:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:51:08 ubuntu kernel: [3260783.466695] connection2:0: detected conn error (1020)
Sep 12 09:51:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:51:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:51:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00597 seconds (0.00000/s)
Sep 12 09:51:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:51:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:51:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:51:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:11 ubuntu kernel: [3260786.470587] connection2:0: detected conn error (1020)
Sep 12 09:51:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:14 ubuntu kernel: [3260789.473648] connection2:0: detected conn error (1020)
Sep 12 09:51:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:17 ubuntu kernel: [3260792.476940] connection2:0: detected conn error (1020)
Sep 12 09:51:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:20 ubuntu kernel: [3260795.481370] connection2:0: detected conn error (1020)
Sep 12 09:51:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:23 ubuntu kernel: [3260798.485898] connection2:0: detected conn error (1020)
Sep 12 09:51:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:26 ubuntu kernel: [3260801.489535] connection2:0: detected conn error (1020)
Sep 12 09:51:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:29 ubuntu kernel: [3260804.493933] connection2:0: detected conn error (1020)
Sep 12 09:51:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:51:31 ubuntu object-replicator: Nothing replicated for 0.0018298625946 seconds.
Sep 12 09:51:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:51:32 ubuntu kernel: [3260807.497583] connection2:0: detected conn error (1020)
Sep 12 09:51:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:35 ubuntu kernel: [3260810.518050] connection2:0: detected conn error (1020)
Sep 12 09:51:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:36 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:51:36 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:51:36 ubuntu 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
Sep 12 09:51:36 ubuntu 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
Sep 12 09:51:36 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:51:36 ubuntu 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
Sep 12 09:51:37 ubuntu container-replicator: Beginning replication run
Sep 12 09:51:37 ubuntu container-replicator: Replication run OVER
Sep 12 09:51:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00384 seconds (0.00000/s)
Sep 12 09:51:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:51:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:51:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:51:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:51:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:51:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00368 seconds (0.00000/s)
Sep 12 09:51:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:51:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:51:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:51:38 ubuntu kernel: [3260813.522422] connection2:0: detected conn error (1020)
Sep 12 09:51:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:41 ubuntu kernel: [3260816.527052] connection2:0: detected conn error (1020)
Sep 12 09:51:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:44 ubuntu kernel: [3260819.530881] connection2:0: detected conn error (1020)
Sep 12 09:51:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:47 ubuntu kernel: [3260822.534717] connection2:0: detected conn error (1020)
Sep 12 09:51:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:50 ubuntu kernel: [3260825.538020] connection2:0: detected conn error (1020)
Sep 12 09:51:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:53 ubuntu kernel: [3260828.542773] connection2:0: detected conn error (1020)
Sep 12 09:51:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:56 ubuntu kernel: [3260831.548482] connection2:0: detected conn error (1020)
Sep 12 09:51:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:51:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:51:59 ubuntu kernel: [3260834.552582] connection2:0: detected conn error (1020)
Sep 12 09:52:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:52:01 ubuntu object-replicator: Nothing replicated for 0.00517988204956 seconds.
Sep 12 09:52:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:52:02 ubuntu kernel: [3260837.556864] connection2:0: detected conn error (1020)
Sep 12 09:52:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:05 ubuntu kernel: [3260840.561203] connection2:0: detected conn error (1020)
Sep 12 09:52:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:06 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:52:06 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:52:06 ubuntu 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
Sep 12 09:52:06 ubuntu 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
Sep 12 09:52:07 ubuntu container-replicator: Beginning replication run
Sep 12 09:52:07 ubuntu container-replicator: Replication run OVER
Sep 12 09:52:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00355 seconds (0.00000/s)
Sep 12 09:52:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:52:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:52:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:52:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:52:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:52:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00358 seconds (0.00000/s)
Sep 12 09:52:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:52:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:52:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:52:08 ubuntu kernel: [3260843.566054] connection2:0: detected conn error (1020)
Sep 12 09:52:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:11 ubuntu kernel: [3260846.569475] connection2:0: detected conn error (1020)
Sep 12 09:52:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:14 ubuntu kernel: [3260849.573375] connection2:0: detected conn error (1020)
Sep 12 09:52:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:17 ubuntu kernel: [3260852.577869] connection2:0: detected conn error (1020)
Sep 12 09:52:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:20 ubuntu kernel: [3260855.582107] connection2:0: detected conn error (1020)
Sep 12 09:52:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:23 ubuntu kernel: [3260858.585794] connection2:0: detected conn error (1020)
Sep 12 09:52:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:26 ubuntu kernel: [3260861.590007] connection2:0: detected conn error (1020)
Sep 12 09:52:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:29 ubuntu kernel: [3260864.594149] connection2:0: detected conn error (1020)
Sep 12 09:52:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:52:31 ubuntu object-replicator: Nothing replicated for 0.00844502449036 seconds.
Sep 12 09:52:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:52:32 ubuntu kernel: [3260867.598401] connection2:0: detected conn error (1020)
Sep 12 09:52:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:35 ubuntu kernel: [3260870.602878] connection2:0: detected conn error (1020)
Sep 12 09:52:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:37 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:52:37 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:52:37 ubuntu 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
Sep 12 09:52:37 ubuntu 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
Sep 12 09:52:37 ubuntu container-replicator: Beginning replication run
Sep 12 09:52:37 ubuntu container-replicator: Replication run OVER
Sep 12 09:52:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00354 seconds (0.00000/s)
Sep 12 09:52:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:52:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:52:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:52:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:52:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:52:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00361 seconds (0.00000/s)
Sep 12 09:52:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:52:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:52:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:52:38 ubuntu kernel: [3260873.608075] connection2:0: detected conn error (1020)
Sep 12 09:52:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:41 ubuntu kernel: [3260876.612551] connection2:0: detected conn error (1020)
Sep 12 09:52:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:44 ubuntu kernel: [3260879.616177] connection2:0: detected conn error (1020)
Sep 12 09:52:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:47 ubuntu kernel: [3260882.619807] connection2:0: detected conn error (1020)
Sep 12 09:52:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:50 ubuntu kernel: [3260885.623427] connection2:0: detected conn error (1020)
Sep 12 09:52:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:53 ubuntu kernel: [3260888.627512] connection2:0: detected conn error (1020)
Sep 12 09:52:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:56 ubuntu kernel: [3260891.630959] connection2:0: detected conn error (1020)
Sep 12 09:52:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:52:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:52:59 ubuntu kernel: [3260894.634766] connection2:0: detected conn error (1020)
Sep 12 09:53:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:53:01 ubuntu object-replicator: Nothing replicated for 0.0051748752594 seconds.
Sep 12 09:53:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:53:02 ubuntu kernel: [3260897.638530] connection2:0: detected conn error (1020)
Sep 12 09:53:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:05 ubuntu kernel: [3260900.641534] connection2:0: detected conn error (1020)
Sep 12 09:53:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:07 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:53:07 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:53:07 ubuntu 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
Sep 12 09:53:07 ubuntu 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
Sep 12 09:53:07 ubuntu container-replicator: Beginning replication run
Sep 12 09:53:07 ubuntu container-replicator: Replication run OVER
Sep 12 09:53:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00864 seconds (0.00000/s)
Sep 12 09:53:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:53:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:53:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:53:07 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:53:07 ubuntu 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
Sep 12 09:53:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:53:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:53:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00398 seconds (0.00000/s)
Sep 12 09:53:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:53:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:53:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:53:08 ubuntu kernel: [3260903.645187] connection2:0: detected conn error (1020)
Sep 12 09:53:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:11 ubuntu kernel: [3260906.648910] connection2:0: detected conn error (1020)
Sep 12 09:53:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:14 ubuntu kernel: [3260909.653975] connection2:0: detected conn error (1020)
Sep 12 09:53:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:17 ubuntu kernel: [3260912.657304] connection2:0: detected conn error (1020)
Sep 12 09:53:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:20 ubuntu kernel: [3260915.661079] connection2:0: detected conn error (1020)
Sep 12 09:53:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:23 ubuntu kernel: [3260918.665372] connection2:0: detected conn error (1020)
Sep 12 09:53:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:26 ubuntu kernel: [3260921.668910] connection2:0: detected conn error (1020)
Sep 12 09:53:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:29 ubuntu kernel: [3260924.676366] connection2:0: detected conn error (1020)
Sep 12 09:53:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:53:31 ubuntu object-replicator: Nothing replicated for 0.00674915313721 seconds.
Sep 12 09:53:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:53:32 ubuntu kernel: [3260927.681461] connection2:0: detected conn error (1020)
Sep 12 09:53:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:35 ubuntu kernel: [3260930.685606] connection2:0: detected conn error (1020)
Sep 12 09:53:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:37 ubuntu container-replicator: Beginning replication run
Sep 12 09:53:37 ubuntu container-replicator: Replication run OVER
Sep 12 09:53:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00359 seconds (0.00000/s)
Sep 12 09:53:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:53:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:53:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:53:37 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:53:37 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:53:37 ubuntu 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
Sep 12 09:53:37 ubuntu 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
Sep 12 09:53:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:53:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:53:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00360 seconds (0.00000/s)
Sep 12 09:53:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:53:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:53:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:53:38 ubuntu kernel: [3260933.689926] connection2:0: detected conn error (1020)
Sep 12 09:53:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:41 ubuntu kernel: [3260936.694179] connection2:0: detected conn error (1020)
Sep 12 09:53:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:44 ubuntu kernel: [3260939.698781] connection2:0: detected conn error (1020)
Sep 12 09:53:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:47 ubuntu kernel: [3260942.702693] connection2:0: detected conn error (1020)
Sep 12 09:53:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:50 ubuntu kernel: [3260945.706339] connection2:0: detected conn error (1020)
Sep 12 09:53:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:53 ubuntu kernel: [3260948.711677] connection2:0: detected conn error (1020)
Sep 12 09:53:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:56 ubuntu kernel: [3260951.715821] connection2:0: detected conn error (1020)
Sep 12 09:53:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:53:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:53:59 ubuntu kernel: [3260954.719925] connection2:0: detected conn error (1020)
Sep 12 09:54:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:54:01 ubuntu object-replicator: Nothing replicated for 0.0045530796051 seconds.
Sep 12 09:54:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:54:02 ubuntu kernel: [3260957.724014] connection2:0: detected conn error (1020)
Sep 12 09:54:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:05 ubuntu kernel: [3260960.727881] connection2:0: detected conn error (1020)
Sep 12 09:54:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:07 ubuntu container-replicator: Beginning replication run
Sep 12 09:54:07 ubuntu container-replicator: Replication run OVER
Sep 12 09:54:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00276 seconds (0.00000/s)
Sep 12 09:54:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:54:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:54:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:54:07 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:54:07 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:54:07 ubuntu 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
Sep 12 09:54:07 ubuntu 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
Sep 12 09:54:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:54:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:54:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00398 seconds (0.00000/s)
Sep 12 09:54:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:54:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:54:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:54:08 ubuntu kernel: [3260963.731888] connection2:0: detected conn error (1020)
Sep 12 09:54:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:11 ubuntu kernel: [3260966.735688] connection2:0: detected conn error (1020)
Sep 12 09:54:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:14 ubuntu kernel: [3260969.740104] connection2:0: detected conn error (1020)
Sep 12 09:54:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:17 ubuntu kernel: [3260972.744129] connection2:0: detected conn error (1020)
Sep 12 09:54:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:20 ubuntu kernel: [3260975.748291] connection2:0: detected conn error (1020)
Sep 12 09:54:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:23 ubuntu kernel: [3260978.751868] connection2:0: detected conn error (1020)
Sep 12 09:54:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:26 ubuntu kernel: [3260981.755756] connection2:0: detected conn error (1020)
Sep 12 09:54:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:29 ubuntu kernel: [3260984.759410] connection2:0: detected conn error (1020)
Sep 12 09:54:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:54:31 ubuntu object-replicator: Nothing replicated for 0.00173091888428 seconds.
Sep 12 09:54:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:54:32 ubuntu kernel: [3260987.764591] connection2:0: detected conn error (1020)
Sep 12 09:54:33 ubuntu container-updater: Begin container update sweep
Sep 12 09:54:33 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 09:54:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:35 ubuntu kernel: [3260990.768538] connection2:0: detected conn error (1020)
Sep 12 09:54:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:37 ubuntu container-replicator: Beginning replication run
Sep 12 09:54:37 ubuntu container-replicator: Replication run OVER
Sep 12 09:54:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00396 seconds (0.00000/s)
Sep 12 09:54:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:54:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:54:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:54:38 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:54:38 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:54:38 ubuntu 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
Sep 12 09:54:38 ubuntu 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
Sep 12 09:54:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:54:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:54:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00379 seconds (0.00000/s)
Sep 12 09:54:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:54:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:54:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:54:38 ubuntu kernel: [3260993.772024] connection2:0: detected conn error (1020)
Sep 12 09:54:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:41 ubuntu kernel: [3260996.776561] connection2:0: detected conn error (1020)
Sep 12 09:54:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:44 ubuntu object-updater: Begin object update sweep
Sep 12 09:54:44 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 09:54:44 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 09:54:44 ubuntu kernel: [3260999.779995] connection2:0: detected conn error (1020)
Sep 12 09:54:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:47 ubuntu kernel: [3261002.783423] connection2:0: detected conn error (1020)
Sep 12 09:54:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:50 ubuntu kernel: [3261005.787168] connection2:0: detected conn error (1020)
Sep 12 09:54:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:53 ubuntu kernel: [3261008.791001] connection2:0: detected conn error (1020)
Sep 12 09:54:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:56 ubuntu kernel: [3261011.794731] connection2:0: detected conn error (1020)
Sep 12 09:54:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:54:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:54:59 ubuntu kernel: [3261014.797723] connection2:0: detected conn error (1020)
Sep 12 09:55:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:55:01 ubuntu object-replicator: Nothing replicated for 0.00492811203003 seconds.
Sep 12 09:55:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:55:02 ubuntu kernel: [3261017.801835] connection2:0: detected conn error (1020)
Sep 12 09:55:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:05 ubuntu kernel: [3261020.805973] connection2:0: detected conn error (1020)
Sep 12 09:55:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:07 ubuntu container-replicator: Beginning replication run
Sep 12 09:55:07 ubuntu container-replicator: Replication run OVER
Sep 12 09:55:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00402 seconds (0.00000/s)
Sep 12 09:55:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:55:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:55:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:55:08 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:55:08 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:55:08 ubuntu 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
Sep 12 09:55:08 ubuntu 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
Sep 12 09:55:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:55:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:55:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00306 seconds (0.00000/s)
Sep 12 09:55:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:55:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:55:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:55:08 ubuntu kernel: [3261023.810009] connection2:0: detected conn error (1020)
Sep 12 09:55:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:11 ubuntu kernel: [3261026.814295] connection2:0: detected conn error (1020)
Sep 12 09:55:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:14 ubuntu kernel: [3261029.818652] connection2:0: detected conn error (1020)
Sep 12 09:55:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:17 ubuntu kernel: [3261032.823610] connection2:0: detected conn error (1020)
Sep 12 09:55:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:20 ubuntu kernel: [3261035.827289] connection2:0: detected conn error (1020)
Sep 12 09:55:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:23 ubuntu kernel: [3261038.831323] connection2:0: detected conn error (1020)
Sep 12 09:55:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:26 ubuntu kernel: [3261041.835594] connection2:0: detected conn error (1020)
Sep 12 09:55:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:29 ubuntu kernel: [3261044.840973] connection2:0: detected conn error (1020)
Sep 12 09:55:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:55:31 ubuntu object-replicator: Nothing replicated for 0.0036518573761 seconds.
Sep 12 09:55:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:55:32 ubuntu kernel: [3261047.845423] connection2:0: detected conn error (1020)
Sep 12 09:55:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:35 ubuntu kernel: [3261050.849163] connection2:0: detected conn error (1020)
Sep 12 09:55:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:37 ubuntu container-replicator: Beginning replication run
Sep 12 09:55:37 ubuntu container-replicator: Replication run OVER
Sep 12 09:55:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00385 seconds (0.00000/s)
Sep 12 09:55:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:55:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:55:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:55:38 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:55:38 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:55:38 ubuntu 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
Sep 12 09:55:38 ubuntu 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
Sep 12 09:55:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:55:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:55:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00563 seconds (0.00000/s)
Sep 12 09:55:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:55:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:55:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:55:38 ubuntu kernel: [3261053.853076] connection2:0: detected conn error (1020)
Sep 12 09:55:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:41 ubuntu kernel: [3261056.857397] connection2:0: detected conn error (1020)
Sep 12 09:55:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:44 ubuntu kernel: [3261059.861904] connection2:0: detected conn error (1020)
Sep 12 09:55:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:47 ubuntu kernel: [3261062.866216] connection2:0: detected conn error (1020)
Sep 12 09:55:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:50 ubuntu kernel: [3261065.871094] connection2:0: detected conn error (1020)
Sep 12 09:55:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:53 ubuntu kernel: [3261068.875116] connection2:0: detected conn error (1020)
Sep 12 09:55:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:56 ubuntu kernel: [3261071.879022] connection2:0: detected conn error (1020)
Sep 12 09:55:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:55:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:55:59 ubuntu kernel: [3261074.882296] connection2:0: detected conn error (1020)
Sep 12 09:56:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:56:01 ubuntu object-replicator: Nothing replicated for 0.00310182571411 seconds.
Sep 12 09:56:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:56:02 ubuntu kernel: [3261077.887062] connection2:0: detected conn error (1020)
Sep 12 09:56:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:05 ubuntu kernel: [3261080.891072] connection2:0: detected conn error (1020)
Sep 12 09:56:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:07 ubuntu container-replicator: Beginning replication run
Sep 12 09:56:07 ubuntu container-replicator: Replication run OVER
Sep 12 09:56:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00375 seconds (0.00000/s)
Sep 12 09:56:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:56:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:56:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:56:08 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:56:08 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:56:08 ubuntu 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
Sep 12 09:56:08 ubuntu 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
Sep 12 09:56:08 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:56:08 ubuntu 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
Sep 12 09:56:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:56:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:56:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00509 seconds (0.00000/s)
Sep 12 09:56:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:56:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:56:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:56:09 ubuntu kernel: [3261083.896384] connection2:0: detected conn error (1020)
Sep 12 09:56:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:12 ubuntu kernel: [3261086.899933] connection2:0: detected conn error (1020)
Sep 12 09:56:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:15 ubuntu kernel: [3261089.904183] connection2:0: detected conn error (1020)
Sep 12 09:56:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:18 ubuntu kernel: [3261092.908615] connection2:0: detected conn error (1020)
Sep 12 09:56:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:21 ubuntu kernel: [3261095.911591] connection2:0: detected conn error (1020)
Sep 12 09:56:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:21 ubuntu account-auditor: Account audit pass completed: 0.00s
Sep 12 09:56:21 ubuntu account-auditor: Begin account audit pass.
Sep 12 09:56:24 ubuntu kernel: [3261098.916059] connection2:0: detected conn error (1020)
Sep 12 09:56:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:27 ubuntu kernel: [3261101.919635] connection2:0: detected conn error (1020)
Sep 12 09:56:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:30 ubuntu kernel: [3261104.923724] connection2:0: detected conn error (1020)
Sep 12 09:56:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:56:31 ubuntu object-replicator: Nothing replicated for 0.00284910202026 seconds.
Sep 12 09:56:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:56:33 ubuntu kernel: [3261107.927294] connection2:0: detected conn error (1020)
Sep 12 09:56:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:36 ubuntu kernel: [3261110.931648] connection2:0: detected conn error (1020)
Sep 12 09:56:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:37 ubuntu container-replicator: Beginning replication run
Sep 12 09:56:37 ubuntu container-replicator: Replication run OVER
Sep 12 09:56:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00354 seconds (0.00000/s)
Sep 12 09:56:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:56:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:56:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:56:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:56:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:56:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00363 seconds (0.00000/s)
Sep 12 09:56:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:56:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:56:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:56:38 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:56:38 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:56:38 ubuntu 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
Sep 12 09:56:38 ubuntu 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
Sep 12 09:56:38 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:56:38 ubuntu 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
Sep 12 09:56:39 ubuntu kernel: [3261113.936175] connection2:0: detected conn error (1020)
Sep 12 09:56:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:42 ubuntu kernel: [3261116.940075] connection2:0: detected conn error (1020)
Sep 12 09:56:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:45 ubuntu kernel: [3261119.948212] connection2:0: detected conn error (1020)
Sep 12 09:56:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:48 ubuntu kernel: [3261122.952943] connection2:0: detected conn error (1020)
Sep 12 09:56:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:51 ubuntu kernel: [3261125.956997] connection2:0: detected conn error (1020)
Sep 12 09:56:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:54 ubuntu kernel: [3261128.961442] connection2:0: detected conn error (1020)
Sep 12 09:56:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:56:57 ubuntu kernel: [3261131.966123] connection2:0: detected conn error (1020)
Sep 12 09:56:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:56:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:00 ubuntu kernel: [3261134.969919] connection2:0: detected conn error (1020)
Sep 12 09:57:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:57:01 ubuntu object-replicator: Nothing replicated for 0.00899696350098 seconds.
Sep 12 09:57:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:57:03 ubuntu kernel: [3261137.974425] connection2:0: detected conn error (1020)
Sep 12 09:57:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:06 ubuntu kernel: [3261140.977855] connection2:0: detected conn error (1020)
Sep 12 09:57:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:07 ubuntu container-replicator: Beginning replication run
Sep 12 09:57:07 ubuntu container-replicator: Replication run OVER
Sep 12 09:57:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00346 seconds (0.00000/s)
Sep 12 09:57:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:57:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:57:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:57:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:57:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:57:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00365 seconds (0.00000/s)
Sep 12 09:57:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:57:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:57:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:57:09 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:57:09 ubuntu 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
Sep 12 09:57:09 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:57:09 ubuntu 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
Sep 12 09:57:09 ubuntu kernel: [3261143.982302] connection2:0: detected conn error (1020)
Sep 12 09:57:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:12 ubuntu kernel: [3261146.986850] connection2:0: detected conn error (1020)
Sep 12 09:57:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:15 ubuntu kernel: [3261149.991575] connection2:0: detected conn error (1020)
Sep 12 09:57:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:18 ubuntu kernel: [3261152.995660] connection2:0: detected conn error (1020)
Sep 12 09:57:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:21 ubuntu kernel: [3261155.999713] connection2:0: detected conn error (1020)
Sep 12 09:57:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:24 ubuntu kernel: [3261159.005394] connection2:0: detected conn error (1020)
Sep 12 09:57:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:27 ubuntu kernel: [3261162.010177] connection2:0: detected conn error (1020)
Sep 12 09:57:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:30 ubuntu kernel: [3261165.014092] connection2:0: detected conn error (1020)
Sep 12 09:57:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:57:31 ubuntu object-replicator: Nothing replicated for 0.00594305992126 seconds.
Sep 12 09:57:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:57:33 ubuntu kernel: [3261168.018589] connection2:0: detected conn error (1020)
Sep 12 09:57:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:36 ubuntu kernel: [3261171.022901] connection2:0: detected conn error (1020)
Sep 12 09:57:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:37 ubuntu container-replicator: Beginning replication run
Sep 12 09:57:37 ubuntu container-replicator: Replication run OVER
Sep 12 09:57:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00363 seconds (0.00000/s)
Sep 12 09:57:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:57:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:57:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:57:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:57:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:57:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00443 seconds (0.00000/s)
Sep 12 09:57:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:57:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:57:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:57:39 ubuntu kernel: [3261174.027025] connection2:0: detected conn error (1020)
Sep 12 09:57:39 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:57:39 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:57:39 ubuntu 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
Sep 12 09:57:39 ubuntu 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
Sep 12 09:57:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:42 ubuntu kernel: [3261177.030997] connection2:0: detected conn error (1020)
Sep 12 09:57:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:45 ubuntu kernel: [3261180.034968] connection2:0: detected conn error (1020)
Sep 12 09:57:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:48 ubuntu kernel: [3261183.039099] connection2:0: detected conn error (1020)
Sep 12 09:57:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:51 ubuntu kernel: [3261186.044167] connection2:0: detected conn error (1020)
Sep 12 09:57:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:54 ubuntu kernel: [3261189.083464] connection2:0: detected conn error (1020)
Sep 12 09:57:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:57:57 ubuntu kernel: [3261192.087309] connection2:0: detected conn error (1020)
Sep 12 09:57:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:57:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:00 ubuntu kernel: [3261195.092422] connection2:0: detected conn error (1020)
Sep 12 09:58:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:58:01 ubuntu object-replicator: Nothing replicated for 0.0040180683136 seconds.
Sep 12 09:58:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:58:03 ubuntu kernel: [3261198.096653] connection2:0: detected conn error (1020)
Sep 12 09:58:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:06 ubuntu kernel: [3261201.102719] connection2:0: detected conn error (1020)
Sep 12 09:58:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:07 ubuntu container-replicator: Beginning replication run
Sep 12 09:58:07 ubuntu container-replicator: Replication run OVER
Sep 12 09:58:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00364 seconds (0.00000/s)
Sep 12 09:58:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:58:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:58:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:58:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:58:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:58:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00428 seconds (0.00000/s)
Sep 12 09:58:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:58:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:58:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:58:09 ubuntu kernel: [3261204.107142] connection2:0: detected conn error (1020)
Sep 12 09:58:09 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:58:09 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:58:09 ubuntu 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
Sep 12 09:58:09 ubuntu 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
Sep 12 09:58:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:09 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:58:09 ubuntu 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
Sep 12 09:58:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:12 ubuntu kernel: [3261207.111711] connection2:0: detected conn error (1020)
Sep 12 09:58:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:15 ubuntu kernel: [3261210.116803] connection2:0: detected conn error (1020)
Sep 12 09:58:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:18 ubuntu kernel: [3261213.122447] connection2:0: detected conn error (1020)
Sep 12 09:58:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:21 ubuntu kernel: [3261216.127129] connection2:0: detected conn error (1020)
Sep 12 09:58:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:24 ubuntu kernel: [3261219.132619] connection2:0: detected conn error (1020)
Sep 12 09:58:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:27 ubuntu kernel: [3261222.139162] connection2:0: detected conn error (1020)
Sep 12 09:58:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:30 ubuntu kernel: [3261225.142965] connection2:0: detected conn error (1020)
Sep 12 09:58:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:58:31 ubuntu object-replicator: Nothing replicated for 0.00425791740417 seconds.
Sep 12 09:58:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:58:33 ubuntu kernel: [3261228.147404] connection2:0: detected conn error (1020)
Sep 12 09:58:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:36 ubuntu kernel: [3261231.153168] connection2:0: detected conn error (1020)
Sep 12 09:58:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:37 ubuntu container-replicator: Beginning replication run
Sep 12 09:58:37 ubuntu container-replicator: Replication run OVER
Sep 12 09:58:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00350 seconds (0.00000/s)
Sep 12 09:58:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:58:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:58:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:58:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:58:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:58:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00658 seconds (0.00000/s)
Sep 12 09:58:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:58:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:58:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:58:39 ubuntu kernel: [3261234.168353] connection2:0: detected conn error (1020)
Sep 12 09:58:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:39 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:58:39 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:58:39 ubuntu 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
Sep 12 09:58:39 ubuntu 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
Sep 12 09:58:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:42 ubuntu kernel: [3261237.171863] connection2:0: detected conn error (1020)
Sep 12 09:58:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:45 ubuntu kernel: [3261240.177652] connection2:0: detected conn error (1020)
Sep 12 09:58:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:48 ubuntu kernel: [3261243.181693] connection2:0: detected conn error (1020)
Sep 12 09:58:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:51 ubuntu kernel: [3261246.186890] connection2:0: detected conn error (1020)
Sep 12 09:58:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:54 ubuntu kernel: [3261249.190720] connection2:0: detected conn error (1020)
Sep 12 09:58:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:58:57 ubuntu kernel: [3261252.195833] connection2:0: detected conn error (1020)
Sep 12 09:58:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:58:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:00 ubuntu kernel: [3261255.200565] connection2:0: detected conn error (1020)
Sep 12 09:59:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:59:01 ubuntu object-replicator: Nothing replicated for 0.00270795822144 seconds.
Sep 12 09:59:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:59:03 ubuntu kernel: [3261258.205663] connection2:0: detected conn error (1020)
Sep 12 09:59:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:06 ubuntu kernel: [3261261.209488] connection2:0: detected conn error (1020)
Sep 12 09:59:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:07 ubuntu container-replicator: Beginning replication run
Sep 12 09:59:07 ubuntu container-replicator: Replication run OVER
Sep 12 09:59:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00360 seconds (0.00000/s)
Sep 12 09:59:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:59:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:59:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:59:08 ubuntu account-replicator: Beginning replication run
Sep 12 09:59:08 ubuntu account-replicator: Replication run OVER
Sep 12 09:59:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00575 seconds (0.00000/s)
Sep 12 09:59:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:59:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:59:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:59:09 ubuntu kernel: [3261264.212351] connection2:0: detected conn error (1020)
Sep 12 09:59:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:09 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:59:09 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:59:09 ubuntu 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
Sep 12 09:59:09 ubuntu 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
Sep 12 09:59:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:12 ubuntu kernel: [3261267.216183] connection2:0: detected conn error (1020)
Sep 12 09:59:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:15 ubuntu kernel: [3261270.220864] connection2:0: detected conn error (1020)
Sep 12 09:59:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:18 ubuntu kernel: [3261273.224956] connection2:0: detected conn error (1020)
Sep 12 09:59:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:21 ubuntu kernel: [3261276.229142] connection2:0: detected conn error (1020)
Sep 12 09:59:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:24 ubuntu kernel: [3261279.233996] connection2:0: detected conn error (1020)
Sep 12 09:59:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:27 ubuntu kernel: [3261282.237969] connection2:0: detected conn error (1020)
Sep 12 09:59:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:30 ubuntu kernel: [3261285.241983] connection2:0: detected conn error (1020)
Sep 12 09:59:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 09:59:31 ubuntu object-replicator: Nothing replicated for 0.00185990333557 seconds.
Sep 12 09:59:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 09:59:33 ubuntu container-updater: Begin container update sweep
Sep 12 09:59:33 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 09:59:33 ubuntu kernel: [3261288.245953] connection2:0: detected conn error (1020)
Sep 12 09:59:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:36 ubuntu kernel: [3261291.250325] connection2:0: detected conn error (1020)
Sep 12 09:59:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:37 ubuntu container-replicator: Beginning replication run
Sep 12 09:59:37 ubuntu container-replicator: Replication run OVER
Sep 12 09:59:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00345 seconds (0.00000/s)
Sep 12 09:59:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 09:59:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 09:59:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:59:38 ubuntu account-replicator: Beginning replication run
Sep 12 09:59:38 ubuntu account-replicator: Replication run OVER
Sep 12 09:59:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00388 seconds (0.00000/s)
Sep 12 09:59:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 09:59:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 09:59:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 09:59:39 ubuntu kernel: [3261294.261230] connection2:0: detected conn error (1020)
Sep 12 09:59:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:40 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 09:59:40 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 09:59:40 ubuntu 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
Sep 12 09:59:40 ubuntu 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
Sep 12 09:59:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:42 ubuntu kernel: [3261297.265750] connection2:0: detected conn error (1020)
Sep 12 09:59:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:44 ubuntu object-updater: Begin object update sweep
Sep 12 09:59:44 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 09:59:44 ubuntu object-updater: Object update sweep completed: 0.08s
Sep 12 09:59:45 ubuntu kernel: [3261300.269677] connection2:0: detected conn error (1020)
Sep 12 09:59:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:48 ubuntu kernel: [3261303.276445] connection2:0: detected conn error (1020)
Sep 12 09:59:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:51 ubuntu kernel: [3261306.281002] connection2:0: detected conn error (1020)
Sep 12 09:59:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:54 ubuntu kernel: [3261309.286255] connection2:0: detected conn error (1020)
Sep 12 09:59:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 09:59:57 ubuntu kernel: [3261312.289809] connection2:0: detected conn error (1020)
Sep 12 09:59:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 09:59:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:00 ubuntu kernel: [3261315.293113] connection2:0: detected conn error (1020)
Sep 12 10:00:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:01 ubuntu CRON[28658]: (neutron) CMD (if [ -x /usr/bin/neutron-netns-cleanup ] ; then /usr/bin/neutron-netns-cleanup --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini >/dev/null 2>&1; fi)
Sep 12 10:00:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:00:01 ubuntu object-replicator: Nothing replicated for 0.00179505348206 seconds.
Sep 12 10:00:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:00:03 ubuntu kernel: [3261318.298218] connection2:0: detected conn error (1020)
Sep 12 10:00:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:06 ubuntu kernel: [3261321.301916] connection2:0: detected conn error (1020)
Sep 12 10:00:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:07 ubuntu container-replicator: Beginning replication run
Sep 12 10:00:07 ubuntu container-replicator: Replication run OVER
Sep 12 10:00:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00350 seconds (0.00000/s)
Sep 12 10:00:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:00:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:00:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:00:08 ubuntu account-replicator: Beginning replication run
Sep 12 10:00:08 ubuntu account-replicator: Replication run OVER
Sep 12 10:00:08 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00625 seconds (0.00000/s)
Sep 12 10:00:08 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:00:08 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:00:08 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:00:09 ubuntu kernel: [3261324.305287] connection2:0: detected conn error (1020)
Sep 12 10:00:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:10 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:00:10 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:00:10 ubuntu 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
Sep 12 10:00:10 ubuntu 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
Sep 12 10:00:10 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:00:10 ubuntu 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
Sep 12 10:00:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:12 ubuntu kernel: [3261327.309735] connection2:0: detected conn error (1020)
Sep 12 10:00:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:15 ubuntu kernel: [3261330.314523] connection2:0: detected conn error (1020)
Sep 12 10:00:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:18 ubuntu kernel: [3261333.318405] connection2:0: detected conn error (1020)
Sep 12 10:00:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:21 ubuntu kernel: [3261336.322061] connection2:0: detected conn error (1020)
Sep 12 10:00:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:24 ubuntu kernel: [3261339.326252] connection2:0: detected conn error (1020)
Sep 12 10:00:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:27 ubuntu kernel: [3261342.329602] connection2:0: detected conn error (1020)
Sep 12 10:00:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:30 ubuntu kernel: [3261345.333407] connection2:0: detected conn error (1020)
Sep 12 10:00:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:00:31 ubuntu object-replicator: Nothing replicated for 0.0025269985199 seconds.
Sep 12 10:00:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:00:33 ubuntu kernel: [3261348.338785] connection2:0: detected conn error (1020)
Sep 12 10:00:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:36 ubuntu kernel: [3261351.342591] connection2:0: detected conn error (1020)
Sep 12 10:00:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:37 ubuntu container-replicator: Beginning replication run
Sep 12 10:00:37 ubuntu container-replicator: Replication run OVER
Sep 12 10:00:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00346 seconds (0.00000/s)
Sep 12 10:00:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:00:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:00:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:00:38 ubuntu account-replicator: Beginning replication run
Sep 12 10:00:38 ubuntu account-replicator: Replication run OVER
Sep 12 10:00:38 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00385 seconds (0.00000/s)
Sep 12 10:00:38 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:00:38 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:00:38 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:00:39 ubuntu kernel: [3261354.348698] connection2:0: detected conn error (1020)
Sep 12 10:00:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:40 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:00:40 ubuntu 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
Sep 12 10:00:40 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:00:40 ubuntu 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
Sep 12 10:00:42 ubuntu kernel: [3261357.353309] connection2:0: detected conn error (1020)
Sep 12 10:00:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:45 ubuntu kernel: [3261360.358288] connection2:0: detected conn error (1020)
Sep 12 10:00:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:48 ubuntu kernel: [3261363.362735] connection2:0: detected conn error (1020)
Sep 12 10:00:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:51 ubuntu kernel: [3261366.365820] connection2:0: detected conn error (1020)
Sep 12 10:00:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:54 ubuntu kernel: [3261369.369829] connection2:0: detected conn error (1020)
Sep 12 10:00:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:00:57 ubuntu kernel: [3261372.373581] connection2:0: detected conn error (1020)
Sep 12 10:00:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:00:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:00 ubuntu kernel: [3261375.378273] connection2:0: detected conn error (1020)
Sep 12 10:01:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:01:01 ubuntu object-replicator: Nothing replicated for 0.00774693489075 seconds.
Sep 12 10:01:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:01:03 ubuntu kernel: [3261378.382010] connection2:0: detected conn error (1020)
Sep 12 10:01:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:06 ubuntu kernel: [3261381.385992] connection2:0: detected conn error (1020)
Sep 12 10:01:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:07 ubuntu container-replicator: Beginning replication run
Sep 12 10:01:07 ubuntu container-replicator: Replication run OVER
Sep 12 10:01:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00356 seconds (0.00000/s)
Sep 12 10:01:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:01:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:01:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:01:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:01:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:01:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00384 seconds (0.00000/s)
Sep 12 10:01:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:01:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:01:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:01:09 ubuntu kernel: [3261384.390586] connection2:0: detected conn error (1020)
Sep 12 10:01:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:10 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:01:10 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:01:10 ubuntu 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
Sep 12 10:01:10 ubuntu 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
Sep 12 10:01:10 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:01:10 ubuntu 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
Sep 12 10:01:12 ubuntu kernel: [3261387.395287] connection2:0: detected conn error (1020)
Sep 12 10:01:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:15 ubuntu kernel: [3261390.399518] connection2:0: detected conn error (1020)
Sep 12 10:01:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:18 ubuntu kernel: [3261393.402971] connection2:0: detected conn error (1020)
Sep 12 10:01:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:21 ubuntu kernel: [3261396.406622] connection2:0: detected conn error (1020)
Sep 12 10:01:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:24 ubuntu kernel: [3261399.410344] connection2:0: detected conn error (1020)
Sep 12 10:01:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:27 ubuntu kernel: [3261402.415272] connection2:0: detected conn error (1020)
Sep 12 10:01:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:30 ubuntu kernel: [3261405.419137] connection2:0: detected conn error (1020)
Sep 12 10:01:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:01:31 ubuntu object-replicator: Nothing replicated for 0.00339794158936 seconds.
Sep 12 10:01:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:01:33 ubuntu kernel: [3261408.423658] connection2:0: detected conn error (1020)
Sep 12 10:01:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:36 ubuntu kernel: [3261411.428129] connection2:0: detected conn error (1020)
Sep 12 10:01:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:37 ubuntu container-replicator: Beginning replication run
Sep 12 10:01:37 ubuntu container-replicator: Replication run OVER
Sep 12 10:01:37 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00363 seconds (0.00000/s)
Sep 12 10:01:37 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:01:37 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:01:37 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:01:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:01:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:01:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00606 seconds (0.00000/s)
Sep 12 10:01:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:01:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:01:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:01:39 ubuntu kernel: [3261414.432895] connection2:0: detected conn error (1020)
Sep 12 10:01:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:40 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:01:40 ubuntu 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
Sep 12 10:01:40 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:01:40 ubuntu 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
Sep 12 10:01:40 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:01:40 ubuntu 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
Sep 12 10:01:42 ubuntu kernel: [3261417.437732] connection2:0: detected conn error (1020)
Sep 12 10:01:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:45 ubuntu kernel: [3261420.442053] connection2:0: detected conn error (1020)
Sep 12 10:01:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:48 ubuntu kernel: [3261423.446407] connection2:0: detected conn error (1020)
Sep 12 10:01:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:51 ubuntu kernel: [3261426.450504] connection2:0: detected conn error (1020)
Sep 12 10:01:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:54 ubuntu kernel: [3261429.454965] connection2:0: detected conn error (1020)
Sep 12 10:01:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:01:57 ubuntu kernel: [3261432.458728] connection2:0: detected conn error (1020)
Sep 12 10:01:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:01:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:00 ubuntu kernel: [3261435.463254] connection2:0: detected conn error (1020)
Sep 12 10:02:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:02:01 ubuntu object-replicator: Nothing replicated for 0.00640201568604 seconds.
Sep 12 10:02:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:02:03 ubuntu kernel: [3261438.468384] connection2:0: detected conn error (1020)
Sep 12 10:02:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:06 ubuntu kernel: [3261441.473673] connection2:0: detected conn error (1020)
Sep 12 10:02:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:07 ubuntu container-replicator: Beginning replication run
Sep 12 10:02:07 ubuntu container-replicator: Replication run OVER
Sep 12 10:02:07 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00477 seconds (0.00000/s)
Sep 12 10:02:07 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:02:07 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:02:07 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:02:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:02:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:02:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00390 seconds (0.00000/s)
Sep 12 10:02:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:02:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:02:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:02:09 ubuntu kernel: [3261444.476785] connection2:0: detected conn error (1020)
Sep 12 10:02:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:02:11 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:02:11 ubuntu 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
Sep 12 10:02:11 ubuntu 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
Sep 12 10:02:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:02:11 ubuntu 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
Sep 12 10:02:12 ubuntu kernel: [3261447.480835] connection2:0: detected conn error (1020)
Sep 12 10:02:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:15 ubuntu kernel: [3261450.485303] connection2:0: detected conn error (1020)
Sep 12 10:02:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:18 ubuntu kernel: [3261453.489375] connection2:0: detected conn error (1020)
Sep 12 10:02:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:21 ubuntu kernel: [3261456.493943] connection2:0: detected conn error (1020)
Sep 12 10:02:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:24 ubuntu kernel: [3261459.500027] connection2:0: detected conn error (1020)
Sep 12 10:02:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:27 ubuntu kernel: [3261462.504815] connection2:0: detected conn error (1020)
Sep 12 10:02:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:30 ubuntu kernel: [3261465.508715] connection2:0: detected conn error (1020)
Sep 12 10:02:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:02:31 ubuntu object-replicator: Nothing replicated for 0.00199294090271 seconds.
Sep 12 10:02:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:02:33 ubuntu kernel: [3261468.512388] connection2:0: detected conn error (1020)
Sep 12 10:02:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:36 ubuntu kernel: [3261471.516647] connection2:0: detected conn error (1020)
Sep 12 10:02:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:02:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:02:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00442 seconds (0.00000/s)
Sep 12 10:02:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:02:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:02:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:02:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:02:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:02:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00307 seconds (0.00000/s)
Sep 12 10:02:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:02:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:02:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:02:39 ubuntu kernel: [3261474.521074] connection2:0: detected conn error (1020)
Sep 12 10:02:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:02:41 ubuntu 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
Sep 12 10:02:41 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:02:41 ubuntu 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
Sep 12 10:02:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:02:41 ubuntu 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
Sep 12 10:02:42 ubuntu kernel: [3261477.525617] connection2:0: detected conn error (1020)
Sep 12 10:02:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:45 ubuntu kernel: [3261480.536300] connection2:0: detected conn error (1020)
Sep 12 10:02:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:48 ubuntu kernel: [3261483.540544] connection2:0: detected conn error (1020)
Sep 12 10:02:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:51 ubuntu kernel: [3261486.545510] connection2:0: detected conn error (1020)
Sep 12 10:02:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:54 ubuntu kernel: [3261489.549410] connection2:0: detected conn error (1020)
Sep 12 10:02:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:02:57 ubuntu kernel: [3261492.553857] connection2:0: detected conn error (1020)
Sep 12 10:02:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:02:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:00 ubuntu kernel: [3261495.558693] connection2:0: detected conn error (1020)
Sep 12 10:03:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:03:01 ubuntu object-replicator: Nothing replicated for 0.00674915313721 seconds.
Sep 12 10:03:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:03:03 ubuntu kernel: [3261498.563638] connection2:0: detected conn error (1020)
Sep 12 10:03:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:06 ubuntu kernel: [3261501.567812] connection2:0: detected conn error (1020)
Sep 12 10:03:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:03:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:03:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00582 seconds (0.00000/s)
Sep 12 10:03:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:03:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:03:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:03:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:03:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:03:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00363 seconds (0.00000/s)
Sep 12 10:03:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:03:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:03:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:03:09 ubuntu kernel: [3261504.572007] connection2:0: detected conn error (1020)
Sep 12 10:03:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:11 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:03:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:03:11 ubuntu 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
Sep 12 10:03:11 ubuntu 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
Sep 12 10:03:12 ubuntu kernel: [3261507.576324] connection2:0: detected conn error (1020)
Sep 12 10:03:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:15 ubuntu kernel: [3261510.580703] connection2:0: detected conn error (1020)
Sep 12 10:03:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:18 ubuntu kernel: [3261513.584744] connection2:0: detected conn error (1020)
Sep 12 10:03:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:21 ubuntu kernel: [3261516.588876] connection2:0: detected conn error (1020)
Sep 12 10:03:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:24 ubuntu kernel: [3261519.592951] connection2:0: detected conn error (1020)
Sep 12 10:03:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:27 ubuntu kernel: [3261522.597782] connection2:0: detected conn error (1020)
Sep 12 10:03:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:30 ubuntu kernel: [3261525.602078] connection2:0: detected conn error (1020)
Sep 12 10:03:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:03:31 ubuntu object-replicator: Nothing replicated for 0.00562000274658 seconds.
Sep 12 10:03:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:03:33 ubuntu kernel: [3261528.605987] connection2:0: detected conn error (1020)
Sep 12 10:03:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:36 ubuntu kernel: [3261531.610155] connection2:0: detected conn error (1020)
Sep 12 10:03:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:03:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:03:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00444 seconds (0.00000/s)
Sep 12 10:03:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:03:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:03:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:03:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:03:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:03:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00408 seconds (0.00000/s)
Sep 12 10:03:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:03:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:03:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:03:39 ubuntu kernel: [3261534.614591] connection2:0: detected conn error (1020)
Sep 12 10:03:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:03:41 ubuntu 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
Sep 12 10:03:41 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:03:41 ubuntu 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
Sep 12 10:03:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:03:41 ubuntu 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
Sep 12 10:03:42 ubuntu kernel: [3261537.618675] connection2:0: detected conn error (1020)
Sep 12 10:03:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:45 ubuntu kernel: [3261540.622672] connection2:0: detected conn error (1020)
Sep 12 10:03:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:48 ubuntu kernel: [3261543.626899] connection2:0: detected conn error (1020)
Sep 12 10:03:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:51 ubuntu kernel: [3261546.630963] connection2:0: detected conn error (1020)
Sep 12 10:03:52 ubuntu account-reaper: Devices pass completed: 0.00s
Sep 12 10:03:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:54 ubuntu kernel: [3261549.634600] connection2:0: detected conn error (1020)
Sep 12 10:03:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:03:57 ubuntu kernel: [3261552.638974] connection2:0: detected conn error (1020)
Sep 12 10:03:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:03:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:00 ubuntu kernel: [3261555.642815] connection2:0: detected conn error (1020)
Sep 12 10:04:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:04:01 ubuntu object-replicator: Nothing replicated for 0.00521993637085 seconds.
Sep 12 10:04:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:04:03 ubuntu kernel: [3261558.647639] connection2:0: detected conn error (1020)
Sep 12 10:04:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:06 ubuntu kernel: [3261561.651048] connection2:0: detected conn error (1020)
Sep 12 10:04:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:04:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:04:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00410 seconds (0.00000/s)
Sep 12 10:04:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:04:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:04:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:04:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:04:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:04:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00435 seconds (0.00000/s)
Sep 12 10:04:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:04:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:04:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:04:09 ubuntu kernel: [3261564.654190] connection2:0: detected conn error (1020)
Sep 12 10:04:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:04:11 ubuntu 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
Sep 12 10:04:11 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:04:11 ubuntu 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
Sep 12 10:04:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:04:12 ubuntu 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
Sep 12 10:04:12 ubuntu kernel: [3261567.658857] connection2:0: detected conn error (1020)
Sep 12 10:04:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:15 ubuntu kernel: [3261570.664902] connection2:0: detected conn error (1020)
Sep 12 10:04:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:19 ubuntu kernel: [3261573.671301] connection2:0: detected conn error (1020)
Sep 12 10:04:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:22 ubuntu kernel: [3261576.675524] connection2:0: detected conn error (1020)
Sep 12 10:04:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:25 ubuntu kernel: [3261579.679341] connection2:0: detected conn error (1020)
Sep 12 10:04:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:28 ubuntu kernel: [3261582.683490] connection2:0: detected conn error (1020)
Sep 12 10:04:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:31 ubuntu kernel: [3261585.688742] connection2:0: detected conn error (1020)
Sep 12 10:04:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:04:31 ubuntu object-replicator: Nothing replicated for 0.00506401062012 seconds.
Sep 12 10:04:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:04:33 ubuntu container-updater: Begin container update sweep
Sep 12 10:04:33 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 10:04:34 ubuntu kernel: [3261588.692381] connection2:0: detected conn error (1020)
Sep 12 10:04:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:37 ubuntu kernel: [3261591.696804] connection2:0: detected conn error (1020)
Sep 12 10:04:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:04:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:04:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00382 seconds (0.00000/s)
Sep 12 10:04:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:04:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:04:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:04:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:04:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:04:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00399 seconds (0.00000/s)
Sep 12 10:04:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:04:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:04:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:04:40 ubuntu kernel: [3261594.700375] connection2:0: detected conn error (1020)
Sep 12 10:04:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:42 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:04:42 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:04:42 ubuntu 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
Sep 12 10:04:42 ubuntu 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
Sep 12 10:04:43 ubuntu kernel: [3261597.704933] connection2:0: detected conn error (1020)
Sep 12 10:04:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:44 ubuntu object-updater: Begin object update sweep
Sep 12 10:04:44 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 10:04:45 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 10:04:46 ubuntu kernel: [3261600.709626] connection2:0: detected conn error (1020)
Sep 12 10:04:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:49 ubuntu kernel: [3261603.714876] connection2:0: detected conn error (1020)
Sep 12 10:04:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:52 ubuntu kernel: [3261606.718947] connection2:0: detected conn error (1020)
Sep 12 10:04:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:55 ubuntu kernel: [3261609.723453] connection2:0: detected conn error (1020)
Sep 12 10:04:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:04:58 ubuntu kernel: [3261612.727208] connection2:0: detected conn error (1020)
Sep 12 10:04:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:04:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:01 ubuntu kernel: [3261615.731505] connection2:0: detected conn error (1020)
Sep 12 10:05:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:05:01 ubuntu object-replicator: Nothing replicated for 0.00601696968079 seconds.
Sep 12 10:05:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:05:04 ubuntu kernel: [3261618.735536] connection2:0: detected conn error (1020)
Sep 12 10:05:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:07 ubuntu kernel: [3261621.739591] connection2:0: detected conn error (1020)
Sep 12 10:05:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:05:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:05:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00330 seconds (0.00000/s)
Sep 12 10:05:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:05:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:05:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:05:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:05:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:05:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00217 seconds (0.00000/s)
Sep 12 10:05:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:05:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:05:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:05:10 ubuntu kernel: [3261624.743632] connection2:0: detected conn error (1020)
Sep 12 10:05:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:12 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:05:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:05:12 ubuntu 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
Sep 12 10:05:12 ubuntu 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
Sep 12 10:05:13 ubuntu kernel: [3261627.747593] connection2:0: detected conn error (1020)
Sep 12 10:05:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:16 ubuntu kernel: [3261630.751586] connection2:0: detected conn error (1020)
Sep 12 10:05:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:19 ubuntu kernel: [3261633.755090] connection2:0: detected conn error (1020)
Sep 12 10:05:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:22 ubuntu kernel: [3261636.760821] connection2:0: detected conn error (1020)
Sep 12 10:05:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:25 ubuntu kernel: [3261639.765239] connection2:0: detected conn error (1020)
Sep 12 10:05:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:28 ubuntu kernel: [3261642.770535] connection2:0: detected conn error (1020)
Sep 12 10:05:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:31 ubuntu kernel: [3261645.774726] connection2:0: detected conn error (1020)
Sep 12 10:05:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:05:31 ubuntu object-replicator: Nothing replicated for 0.00879096984863 seconds.
Sep 12 10:05:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:05:34 ubuntu kernel: [3261648.778482] connection2:0: detected conn error (1020)
Sep 12 10:05:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:37 ubuntu kernel: [3261651.782767] connection2:0: detected conn error (1020)
Sep 12 10:05:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:05:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:05:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00356 seconds (0.00000/s)
Sep 12 10:05:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:05:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:05:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:05:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:05:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:05:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00510 seconds (0.00000/s)
Sep 12 10:05:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:05:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:05:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:05:40 ubuntu kernel: [3261654.787107] connection2:0: detected conn error (1020)
Sep 12 10:05:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:42 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:05:42 ubuntu 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
Sep 12 10:05:42 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:05:42 ubuntu 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
Sep 12 10:05:43 ubuntu kernel: [3261657.792412] connection2:0: detected conn error (1020)
Sep 12 10:05:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:46 ubuntu kernel: [3261660.796287] connection2:0: detected conn error (1020)
Sep 12 10:05:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:49 ubuntu kernel: [3261663.800189] connection2:0: detected conn error (1020)
Sep 12 10:05:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:52 ubuntu kernel: [3261666.804646] connection2:0: detected conn error (1020)
Sep 12 10:05:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:55 ubuntu kernel: [3261669.809050] connection2:0: detected conn error (1020)
Sep 12 10:05:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:05:58 ubuntu kernel: [3261672.812805] connection2:0: detected conn error (1020)
Sep 12 10:05:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:05:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:01 ubuntu kernel: [3261675.816584] connection2:0: detected conn error (1020)
Sep 12 10:06:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:06:01 ubuntu object-replicator: Nothing replicated for 0.00372695922852 seconds.
Sep 12 10:06:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:06:04 ubuntu kernel: [3261678.820744] connection2:0: detected conn error (1020)
Sep 12 10:06:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:07 ubuntu kernel: [3261681.825148] connection2:0: detected conn error (1020)
Sep 12 10:06:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:06:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:06:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00384 seconds (0.00000/s)
Sep 12 10:06:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:06:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:06:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:06:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:06:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:06:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00878 seconds (0.00000/s)
Sep 12 10:06:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:06:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:06:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:06:10 ubuntu kernel: [3261684.828926] connection2:0: detected conn error (1020)
Sep 12 10:06:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:12 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:06:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:06:12 ubuntu 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
Sep 12 10:06:12 ubuntu 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
Sep 12 10:06:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:06:12 ubuntu 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
Sep 12 10:06:13 ubuntu kernel: [3261687.833162] connection2:0: detected conn error (1020)
Sep 12 10:06:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:16 ubuntu kernel: [3261690.836896] connection2:0: detected conn error (1020)
Sep 12 10:06:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:19 ubuntu kernel: [3261693.842345] connection2:0: detected conn error (1020)
Sep 12 10:06:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:22 ubuntu kernel: [3261696.847084] connection2:0: detected conn error (1020)
Sep 12 10:06:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:25 ubuntu kernel: [3261699.852277] connection2:0: detected conn error (1020)
Sep 12 10:06:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:28 ubuntu kernel: [3261702.856994] connection2:0: detected conn error (1020)
Sep 12 10:06:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:31 ubuntu kernel: [3261705.860953] connection2:0: detected conn error (1020)
Sep 12 10:06:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:06:31 ubuntu object-replicator: Nothing replicated for 0.0082380771637 seconds.
Sep 12 10:06:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:06:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:34 ubuntu kernel: [3261708.864631] connection2:0: detected conn error (1020)
Sep 12 10:06:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:37 ubuntu kernel: [3261711.868944] connection2:0: detected conn error (1020)
Sep 12 10:06:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:06:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:06:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00411 seconds (0.00000/s)
Sep 12 10:06:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:06:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:06:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:06:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:06:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:06:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00455 seconds (0.00000/s)
Sep 12 10:06:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:06:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:06:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:06:40 ubuntu kernel: [3261714.874093] connection2:0: detected conn error (1020)
Sep 12 10:06:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:42 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:06:42 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:06:42 ubuntu 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
Sep 12 10:06:42 ubuntu 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
Sep 12 10:06:43 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:06:43 ubuntu 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
Sep 12 10:06:43 ubuntu kernel: [3261717.878752] connection2:0: detected conn error (1020)
Sep 12 10:06:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:46 ubuntu kernel: [3261720.883478] connection2:0: detected conn error (1020)
Sep 12 10:06:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:49 ubuntu kernel: [3261723.889836] connection2:0: detected conn error (1020)
Sep 12 10:06:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:52 ubuntu kernel: [3261726.895209] connection2:0: detected conn error (1020)
Sep 12 10:06:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:55 ubuntu kernel: [3261729.900066] connection2:0: detected conn error (1020)
Sep 12 10:06:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:06:58 ubuntu kernel: [3261732.907442] connection2:0: detected conn error (1020)
Sep 12 10:06:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:06:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:01 ubuntu kernel: [3261735.912315] connection2:0: detected conn error (1020)
Sep 12 10:07:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:07:01 ubuntu object-replicator: Nothing replicated for 0.00745916366577 seconds.
Sep 12 10:07:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:07:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:04 ubuntu kernel: [3261738.918032] connection2:0: detected conn error (1020)
Sep 12 10:07:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:07 ubuntu kernel: [3261741.922269] connection2:0: detected conn error (1020)
Sep 12 10:07:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:07:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:07:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00362 seconds (0.00000/s)
Sep 12 10:07:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:07:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:07:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:07:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:07:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:07:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00466 seconds (0.00000/s)
Sep 12 10:07:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:07:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:07:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:07:10 ubuntu kernel: [3261744.926659] connection2:0: detected conn error (1020)
Sep 12 10:07:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:13 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:07:13 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:07:13 ubuntu 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
Sep 12 10:07:13 ubuntu 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
Sep 12 10:07:13 ubuntu kernel: [3261747.930522] connection2:0: detected conn error (1020)
Sep 12 10:07:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:16 ubuntu kernel: [3261750.934598] connection2:0: detected conn error (1020)
Sep 12 10:07:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:19 ubuntu kernel: [3261753.939201] connection2:0: detected conn error (1020)
Sep 12 10:07:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:22 ubuntu kernel: [3261756.946177] connection2:0: detected conn error (1020)
Sep 12 10:07:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:25 ubuntu kernel: [3261759.950440] connection2:0: detected conn error (1020)
Sep 12 10:07:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:28 ubuntu kernel: [3261762.955497] connection2:0: detected conn error (1020)
Sep 12 10:07:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:31 ubuntu kernel: [3261765.959628] connection2:0: detected conn error (1020)
Sep 12 10:07:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:07:31 ubuntu object-replicator: Nothing replicated for 0.00302600860596 seconds.
Sep 12 10:07:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:07:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:34 ubuntu kernel: [3261768.964988] connection2:0: detected conn error (1020)
Sep 12 10:07:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:37 ubuntu kernel: [3261771.969178] connection2:0: detected conn error (1020)
Sep 12 10:07:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:07:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:07:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00409 seconds (0.00000/s)
Sep 12 10:07:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:07:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:07:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:07:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:07:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:07:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00530 seconds (0.00000/s)
Sep 12 10:07:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:07:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:07:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:07:40 ubuntu kernel: [3261774.973074] connection2:0: detected conn error (1020)
Sep 12 10:07:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:43 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:07:43 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:07:43 ubuntu 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
Sep 12 10:07:43 ubuntu 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
Sep 12 10:07:43 ubuntu kernel: [3261777.976328] connection2:0: detected conn error (1020)
Sep 12 10:07:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:46 ubuntu kernel: [3261780.979938] connection2:0: detected conn error (1020)
Sep 12 10:07:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:49 ubuntu kernel: [3261783.984364] connection2:0: detected conn error (1020)
Sep 12 10:07:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:52 ubuntu kernel: [3261786.989254] connection2:0: detected conn error (1020)
Sep 12 10:07:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:55 ubuntu kernel: [3261789.993345] connection2:0: detected conn error (1020)
Sep 12 10:07:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:07:58 ubuntu kernel: [3261792.997636] connection2:0: detected conn error (1020)
Sep 12 10:07:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:07:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:01 ubuntu kernel: [3261796.002028] connection2:0: detected conn error (1020)
Sep 12 10:08:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:08:01 ubuntu object-replicator: Nothing replicated for 0.00545811653137 seconds.
Sep 12 10:08:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:08:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:04 ubuntu kernel: [3261799.005862] connection2:0: detected conn error (1020)
Sep 12 10:08:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:07 ubuntu kernel: [3261802.009991] connection2:0: detected conn error (1020)
Sep 12 10:08:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:08:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:08:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00414 seconds (0.00000/s)
Sep 12 10:08:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:08:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:08:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:08:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:08:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:08:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00277 seconds (0.00000/s)
Sep 12 10:08:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:08:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:08:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:08:10 ubuntu kernel: [3261805.014522] connection2:0: detected conn error (1020)
Sep 12 10:08:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:13 ubuntu kernel: [3261808.021668] connection2:0: detected conn error (1020)
Sep 12 10:08:13 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:08:13 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:08:13 ubuntu 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
Sep 12 10:08:13 ubuntu 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
Sep 12 10:08:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:16 ubuntu kernel: [3261811.026634] connection2:0: detected conn error (1020)
Sep 12 10:08:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:19 ubuntu kernel: [3261814.030882] connection2:0: detected conn error (1020)
Sep 12 10:08:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:22 ubuntu kernel: [3261817.035396] connection2:0: detected conn error (1020)
Sep 12 10:08:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:25 ubuntu kernel: [3261820.039350] connection2:0: detected conn error (1020)
Sep 12 10:08:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:28 ubuntu kernel: [3261823.043764] connection2:0: detected conn error (1020)
Sep 12 10:08:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:31 ubuntu kernel: [3261826.047132] connection2:0: detected conn error (1020)
Sep 12 10:08:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:08:31 ubuntu object-replicator: Nothing replicated for 0.00274014472961 seconds.
Sep 12 10:08:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:08:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:34 ubuntu kernel: [3261829.052871] connection2:0: detected conn error (1020)
Sep 12 10:08:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:37 ubuntu kernel: [3261832.056502] connection2:0: detected conn error (1020)
Sep 12 10:08:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:08:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:08:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00359 seconds (0.00000/s)
Sep 12 10:08:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:08:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:08:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:08:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:08:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:08:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00636 seconds (0.00000/s)
Sep 12 10:08:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:08:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:08:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:08:40 ubuntu kernel: [3261835.061283] connection2:0: detected conn error (1020)
Sep 12 10:08:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:43 ubuntu kernel: [3261838.066095] connection2:0: detected conn error (1020)
Sep 12 10:08:43 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:08:43 ubuntu object-auditor: Object audit (ZBF) "forever" mode completed: 0.01s. Total quarantined: 0, Total errors: 0, Total files/sec: 0.00, Total bytes/sec: 0.00, Auditing time: 0.00, Rate: 0.00
Sep 12 10:08:43 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:08:43 ubuntu 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
Sep 12 10:08:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:46 ubuntu kernel: [3261841.070649] connection2:0: detected conn error (1020)
Sep 12 10:08:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:49 ubuntu kernel: [3261844.073837] connection2:0: detected conn error (1020)
Sep 12 10:08:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:52 ubuntu kernel: [3261847.078165] connection2:0: detected conn error (1020)
Sep 12 10:08:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:55 ubuntu kernel: [3261850.082657] connection2:0: detected conn error (1020)
Sep 12 10:08:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:08:58 ubuntu kernel: [3261853.086181] connection2:0: detected conn error (1020)
Sep 12 10:08:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:08:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:01 ubuntu kernel: [3261856.089985] connection2:0: detected conn error (1020)
Sep 12 10:09:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:09:01 ubuntu object-replicator: Nothing replicated for 0.0036199092865 seconds.
Sep 12 10:09:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:09:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:04 ubuntu kernel: [3261859.094457] connection2:0: detected conn error (1020)
Sep 12 10:09:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:07 ubuntu kernel: [3261862.097741] connection2:0: detected conn error (1020)
Sep 12 10:09:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:09:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:09:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00380 seconds (0.00000/s)
Sep 12 10:09:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:09:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:09:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:09:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:09:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:09:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00349 seconds (0.00000/s)
Sep 12 10:09:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:09:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:09:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:09:10 ubuntu kernel: [3261865.101870] connection2:0: detected conn error (1020)
Sep 12 10:09:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:13 ubuntu kernel: [3261868.105696] connection2:0: detected conn error (1020)
Sep 12 10:09:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:13 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:09:13 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:09:13 ubuntu 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
Sep 12 10:09:13 ubuntu 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
Sep 12 10:09:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:16 ubuntu kernel: [3261871.110983] connection2:0: detected conn error (1020)
Sep 12 10:09:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:19 ubuntu kernel: [3261874.114987] connection2:0: detected conn error (1020)
Sep 12 10:09:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:22 ubuntu kernel: [3261877.118950] connection2:0: detected conn error (1020)
Sep 12 10:09:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:25 ubuntu kernel: [3261880.124267] connection2:0: detected conn error (1020)
Sep 12 10:09:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:28 ubuntu kernel: [3261883.128002] connection2:0: detected conn error (1020)
Sep 12 10:09:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:31 ubuntu kernel: [3261886.132156] connection2:0: detected conn error (1020)
Sep 12 10:09:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:09:31 ubuntu object-replicator: Nothing replicated for 0.00453305244446 seconds.
Sep 12 10:09:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:09:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:33 ubuntu container-updater: Begin container update sweep
Sep 12 10:09:33 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 10:09:34 ubuntu kernel: [3261889.137223] connection2:0: detected conn error (1020)
Sep 12 10:09:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:37 ubuntu kernel: [3261892.140989] connection2:0: detected conn error (1020)
Sep 12 10:09:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:09:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:09:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00466 seconds (0.00000/s)
Sep 12 10:09:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:09:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:09:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:09:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:09:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:09:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00410 seconds (0.00000/s)
Sep 12 10:09:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:09:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:09:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:09:40 ubuntu kernel: [3261895.144599] connection2:0: detected conn error (1020)
Sep 12 10:09:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:43 ubuntu kernel: [3261898.148161] connection2:0: detected conn error (1020)
Sep 12 10:09:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:44 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:09:44 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:09:44 ubuntu 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
Sep 12 10:09:44 ubuntu 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
Sep 12 10:09:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:45 ubuntu object-updater: Begin object update sweep
Sep 12 10:09:45 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 10:09:45 ubuntu object-updater: Object update sweep completed: 0.09s
Sep 12 10:09:46 ubuntu kernel: [3261901.151725] connection2:0: detected conn error (1020)
Sep 12 10:09:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:49 ubuntu kernel: [3261904.154504] connection2:0: detected conn error (1020)
Sep 12 10:09:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:52 ubuntu kernel: [3261907.158436] connection2:0: detected conn error (1020)
Sep 12 10:09:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:55 ubuntu kernel: [3261910.162232] connection2:0: detected conn error (1020)
Sep 12 10:09:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:09:58 ubuntu kernel: [3261913.166494] connection2:0: detected conn error (1020)
Sep 12 10:09:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:09:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:01 ubuntu kernel: [3261916.170699] connection2:0: detected conn error (1020)
Sep 12 10:10:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:10:01 ubuntu object-replicator: Nothing replicated for 0.00267100334167 seconds.
Sep 12 10:10:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:10:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:04 ubuntu kernel: [3261919.174281] connection2:0: detected conn error (1020)
Sep 12 10:10:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:07 ubuntu kernel: [3261922.179658] connection2:0: detected conn error (1020)
Sep 12 10:10:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:10:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:10:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00393 seconds (0.00000/s)
Sep 12 10:10:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:10:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:10:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:10:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:10:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:10:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00350 seconds (0.00000/s)
Sep 12 10:10:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:10:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:10:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:10:10 ubuntu kernel: [3261925.186469] connection2:0: detected conn error (1020)
Sep 12 10:10:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:13 ubuntu kernel: [3261928.191659] connection2:0: detected conn error (1020)
Sep 12 10:10:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:14 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:10:14 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:10:14 ubuntu 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
Sep 12 10:10:14 ubuntu 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
Sep 12 10:10:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:16 ubuntu kernel: [3261931.195502] connection2:0: detected conn error (1020)
Sep 12 10:10:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:19 ubuntu kernel: [3261934.199513] connection2:0: detected conn error (1020)
Sep 12 10:10:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:22 ubuntu kernel: [3261937.205179] connection2:0: detected conn error (1020)
Sep 12 10:10:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:25 ubuntu kernel: [3261940.209725] connection2:0: detected conn error (1020)
Sep 12 10:10:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:28 ubuntu kernel: [3261943.213818] connection2:0: detected conn error (1020)
Sep 12 10:10:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:31 ubuntu kernel: [3261946.218107] connection2:0: detected conn error (1020)
Sep 12 10:10:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:10:31 ubuntu object-replicator: Nothing replicated for 0.00322604179382 seconds.
Sep 12 10:10:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:10:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:34 ubuntu kernel: [3261949.222182] connection2:0: detected conn error (1020)
Sep 12 10:10:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:37 ubuntu kernel: [3261952.226361] connection2:0: detected conn error (1020)
Sep 12 10:10:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:10:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:10:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00441 seconds (0.00000/s)
Sep 12 10:10:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:10:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:10:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:10:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:10:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:10:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00436 seconds (0.00000/s)
Sep 12 10:10:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:10:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:10:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:10:40 ubuntu kernel: [3261955.230054] connection2:0: detected conn error (1020)
Sep 12 10:10:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:43 ubuntu kernel: [3261958.233633] connection2:0: detected conn error (1020)
Sep 12 10:10:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:44 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:10:44 ubuntu 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
Sep 12 10:10:44 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:10:44 ubuntu 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
Sep 12 10:10:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:44 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:10:44 ubuntu 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
Sep 12 10:10:46 ubuntu kernel: [3261961.238038] connection2:0: detected conn error (1020)
Sep 12 10:10:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:49 ubuntu kernel: [3261964.243317] connection2:0: detected conn error (1020)
Sep 12 10:10:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:52 ubuntu kernel: [3261967.247086] connection2:0: detected conn error (1020)
Sep 12 10:10:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:55 ubuntu kernel: [3261970.251255] connection2:0: detected conn error (1020)
Sep 12 10:10:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:10:58 ubuntu kernel: [3261973.255494] connection2:0: detected conn error (1020)
Sep 12 10:10:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:10:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:01 ubuntu kernel: [3261976.259868] connection2:0: detected conn error (1020)
Sep 12 10:11:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:11:01 ubuntu object-replicator: Nothing replicated for 0.00287699699402 seconds.
Sep 12 10:11:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:11:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:04 ubuntu kernel: [3261979.264228] connection2:0: detected conn error (1020)
Sep 12 10:11:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:07 ubuntu kernel: [3261982.271771] connection2:0: detected conn error (1020)
Sep 12 10:11:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:11:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:11:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00381 seconds (0.00000/s)
Sep 12 10:11:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:11:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:11:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:11:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:11:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:11:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00397 seconds (0.00000/s)
Sep 12 10:11:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:11:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:11:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:11:10 ubuntu kernel: [3261985.275450] connection2:0: detected conn error (1020)
Sep 12 10:11:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:13 ubuntu kernel: [3261988.279235] connection2:0: detected conn error (1020)
Sep 12 10:11:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:14 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:11:14 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:11:14 ubuntu 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
Sep 12 10:11:14 ubuntu 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
Sep 12 10:11:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:16 ubuntu kernel: [3261991.283038] connection2:0: detected conn error (1020)
Sep 12 10:11:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:19 ubuntu kernel: [3261994.286994] connection2:0: detected conn error (1020)
Sep 12 10:11:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:22 ubuntu kernel: [3261997.291121] connection2:0: detected conn error (1020)
Sep 12 10:11:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:25 ubuntu kernel: [3262000.295023] connection2:0: detected conn error (1020)
Sep 12 10:11:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:28 ubuntu kernel: [3262003.299573] connection2:0: detected conn error (1020)
Sep 12 10:11:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:31 ubuntu kernel: [3262006.303807] connection2:0: detected conn error (1020)
Sep 12 10:11:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:11:31 ubuntu object-replicator: Nothing replicated for 0.00600910186768 seconds.
Sep 12 10:11:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:11:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:34 ubuntu kernel: [3262009.309317] connection2:0: detected conn error (1020)
Sep 12 10:11:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:37 ubuntu kernel: [3262012.313179] connection2:0: detected conn error (1020)
Sep 12 10:11:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:11:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:11:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00358 seconds (0.00000/s)
Sep 12 10:11:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:11:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:11:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:11:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:11:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:11:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00226 seconds (0.00000/s)
Sep 12 10:11:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:11:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:11:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:11:40 ubuntu kernel: [3262015.320130] connection2:0: detected conn error (1020)
Sep 12 10:11:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:43 ubuntu kernel: [3262018.323782] connection2:0: detected conn error (1020)
Sep 12 10:11:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:44 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:11:44 ubuntu 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
Sep 12 10:11:44 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:11:44 ubuntu 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
Sep 12 10:11:44 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:11:44 ubuntu 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
Sep 12 10:11:46 ubuntu kernel: [3262021.326991] connection2:0: detected conn error (1020)
Sep 12 10:11:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:49 ubuntu kernel: [3262024.339530] connection2:0: detected conn error (1020)
Sep 12 10:11:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:52 ubuntu kernel: [3262027.342824] connection2:0: detected conn error (1020)
Sep 12 10:11:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:55 ubuntu kernel: [3262030.345693] connection2:0: detected conn error (1020)
Sep 12 10:11:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:11:58 ubuntu kernel: [3262033.349703] connection2:0: detected conn error (1020)
Sep 12 10:11:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:11:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:01 ubuntu kernel: [3262036.353374] connection2:0: detected conn error (1020)
Sep 12 10:12:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:12:01 ubuntu object-replicator: Nothing replicated for 0.00347685813904 seconds.
Sep 12 10:12:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:12:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:04 ubuntu kernel: [3262039.356925] connection2:0: detected conn error (1020)
Sep 12 10:12:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:07 ubuntu kernel: [3262042.360593] connection2:0: detected conn error (1020)
Sep 12 10:12:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:12:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:12:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00425 seconds (0.00000/s)
Sep 12 10:12:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:12:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:12:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:12:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:12:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:12:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00391 seconds (0.00000/s)
Sep 12 10:12:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:12:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:12:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:12:10 ubuntu kernel: [3262045.364394] connection2:0: detected conn error (1020)
Sep 12 10:12:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:13 ubuntu kernel: [3262048.368165] connection2:0: detected conn error (1020)
Sep 12 10:12:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:12:15 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:12:15 ubuntu 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
Sep 12 10:12:15 ubuntu 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
Sep 12 10:12:16 ubuntu kernel: [3262051.371980] connection2:0: detected conn error (1020)
Sep 12 10:12:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:19 ubuntu kernel: [3262054.382385] connection2:0: detected conn error (1020)
Sep 12 10:12:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:22 ubuntu kernel: [3262057.386249] connection2:0: detected conn error (1020)
Sep 12 10:12:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:25 ubuntu kernel: [3262060.389777] connection2:0: detected conn error (1020)
Sep 12 10:12:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:28 ubuntu kernel: [3262063.393339] connection2:0: detected conn error (1020)
Sep 12 10:12:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:12:31 ubuntu object-replicator: Nothing replicated for 0.00167989730835 seconds.
Sep 12 10:12:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:12:31 ubuntu kernel: [3262066.397402] connection2:0: detected conn error (1020)
Sep 12 10:12:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:34 ubuntu kernel: [3262069.401689] connection2:0: detected conn error (1020)
Sep 12 10:12:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:37 ubuntu kernel: [3262072.405899] connection2:0: detected conn error (1020)
Sep 12 10:12:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:12:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:12:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00236 seconds (0.00000/s)
Sep 12 10:12:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:12:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:12:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:12:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:12:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:12:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00373 seconds (0.00000/s)
Sep 12 10:12:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:12:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:12:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:12:40 ubuntu kernel: [3262075.409867] connection2:0: detected conn error (1020)
Sep 12 10:12:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:43 ubuntu kernel: [3262078.413886] connection2:0: detected conn error (1020)
Sep 12 10:12:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:45 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:12:45 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:12:45 ubuntu 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
Sep 12 10:12:45 ubuntu 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
Sep 12 10:12:45 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:12:45 ubuntu 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
Sep 12 10:12:46 ubuntu kernel: [3262081.418216] connection2:0: detected conn error (1020)
Sep 12 10:12:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:49 ubuntu kernel: [3262084.421467] connection2:0: detected conn error (1020)
Sep 12 10:12:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:52 ubuntu kernel: [3262087.424901] connection2:0: detected conn error (1020)
Sep 12 10:12:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:55 ubuntu kernel: [3262090.428768] connection2:0: detected conn error (1020)
Sep 12 10:12:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:12:58 ubuntu kernel: [3262093.432528] connection2:0: detected conn error (1020)
Sep 12 10:12:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:12:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:13:01 ubuntu object-replicator: Nothing replicated for 0.00277805328369 seconds.
Sep 12 10:13:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:13:02 ubuntu kernel: [3262096.437091] connection2:0: detected conn error (1020)
Sep 12 10:13:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:05 ubuntu kernel: [3262099.441370] connection2:0: detected conn error (1020)
Sep 12 10:13:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:08 ubuntu kernel: [3262102.445091] connection2:0: detected conn error (1020)
Sep 12 10:13:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:13:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:13:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00420 seconds (0.00000/s)
Sep 12 10:13:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:13:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:13:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:13:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:13:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:13:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00819 seconds (0.00000/s)
Sep 12 10:13:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:13:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:13:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:13:11 ubuntu kernel: [3262105.449631] connection2:0: detected conn error (1020)
Sep 12 10:13:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:14 ubuntu kernel: [3262108.454007] connection2:0: detected conn error (1020)
Sep 12 10:13:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:15 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:13:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:13:15 ubuntu 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
Sep 12 10:13:15 ubuntu 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
Sep 12 10:13:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:13:15 ubuntu 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
Sep 12 10:13:17 ubuntu kernel: [3262111.458109] connection2:0: detected conn error (1020)
Sep 12 10:13:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:20 ubuntu kernel: [3262114.462587] connection2:0: detected conn error (1020)
Sep 12 10:13:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:23 ubuntu kernel: [3262117.466466] connection2:0: detected conn error (1020)
Sep 12 10:13:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:26 ubuntu kernel: [3262120.470208] connection2:0: detected conn error (1020)
Sep 12 10:13:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:29 ubuntu kernel: [3262123.475131] connection2:0: detected conn error (1020)
Sep 12 10:13:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:13:31 ubuntu object-replicator: Nothing replicated for 0.00322985649109 seconds.
Sep 12 10:13:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:13:32 ubuntu kernel: [3262126.479182] connection2:0: detected conn error (1020)
Sep 12 10:13:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:35 ubuntu kernel: [3262129.482797] connection2:0: detected conn error (1020)
Sep 12 10:13:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:38 ubuntu kernel: [3262132.486817] connection2:0: detected conn error (1020)
Sep 12 10:13:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:13:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:13:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00213 seconds (0.00000/s)
Sep 12 10:13:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:13:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:13:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:13:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:13:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:13:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00439 seconds (0.00000/s)
Sep 12 10:13:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:13:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:13:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:13:41 ubuntu kernel: [3262135.490554] connection2:0: detected conn error (1020)
Sep 12 10:13:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:44 ubuntu kernel: [3262138.494652] connection2:0: detected conn error (1020)
Sep 12 10:13:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:45 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:13:45 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:13:45 ubuntu 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
Sep 12 10:13:45 ubuntu 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
Sep 12 10:13:47 ubuntu kernel: [3262141.498120] connection2:0: detected conn error (1020)
Sep 12 10:13:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:50 ubuntu kernel: [3262144.502626] connection2:0: detected conn error (1020)
Sep 12 10:13:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:53 ubuntu kernel: [3262147.507020] connection2:0: detected conn error (1020)
Sep 12 10:13:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:56 ubuntu kernel: [3262150.511676] connection2:0: detected conn error (1020)
Sep 12 10:13:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:13:59 ubuntu kernel: [3262153.515672] connection2:0: detected conn error (1020)
Sep 12 10:13:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:13:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:14:01 ubuntu object-replicator: Nothing replicated for 0.00271201133728 seconds.
Sep 12 10:14:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:14:02 ubuntu kernel: [3262156.519895] connection2:0: detected conn error (1020)
Sep 12 10:14:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:05 ubuntu kernel: [3262159.523216] connection2:0: detected conn error (1020)
Sep 12 10:14:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:08 ubuntu kernel: [3262162.787036] connection2:0: detected conn error (1020)
Sep 12 10:14:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:14:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:14:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00493 seconds (0.00000/s)
Sep 12 10:14:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:14:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:14:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:14:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:14:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:14:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00398 seconds (0.00000/s)
Sep 12 10:14:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:14:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:14:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:14:11 ubuntu kernel: [3262165.791000] connection2:0: detected conn error (1020)
Sep 12 10:14:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:14 ubuntu kernel: [3262168.796113] connection2:0: detected conn error (1020)
Sep 12 10:14:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:15 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:14:15 ubuntu 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
Sep 12 10:14:15 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:14:15 ubuntu 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
Sep 12 10:14:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:14:16 ubuntu 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
Sep 12 10:14:17 ubuntu kernel: [3262171.800210] connection2:0: detected conn error (1020)
Sep 12 10:14:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:20 ubuntu kernel: [3262174.804453] connection2:0: detected conn error (1020)
Sep 12 10:14:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:23 ubuntu kernel: [3262177.808510] connection2:0: detected conn error (1020)
Sep 12 10:14:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:26 ubuntu kernel: [3262180.813654] connection2:0: detected conn error (1020)
Sep 12 10:14:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:29 ubuntu kernel: [3262183.818913] connection2:0: detected conn error (1020)
Sep 12 10:14:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:14:31 ubuntu object-replicator: Nothing replicated for 0.00413608551025 seconds.
Sep 12 10:14:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:14:32 ubuntu kernel: [3262186.823480] connection2:0: detected conn error (1020)
Sep 12 10:14:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:33 ubuntu container-updater: Begin container update sweep
Sep 12 10:14:33 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 10:14:35 ubuntu kernel: [3262189.827721] connection2:0: detected conn error (1020)
Sep 12 10:14:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:38 ubuntu kernel: [3262192.832420] connection2:0: detected conn error (1020)
Sep 12 10:14:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:14:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:14:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00479 seconds (0.00000/s)
Sep 12 10:14:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:14:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:14:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:14:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:14:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:14:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00409 seconds (0.00000/s)
Sep 12 10:14:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:14:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:14:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:14:41 ubuntu kernel: [3262195.836671] connection2:0: detected conn error (1020)
Sep 12 10:14:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:44 ubuntu kernel: [3262198.841118] connection2:0: detected conn error (1020)
Sep 12 10:14:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:45 ubuntu object-updater: Begin object update sweep
Sep 12 10:14:45 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 10:14:45 ubuntu object-updater: Object update sweep completed: 0.05s
Sep 12 10:14:46 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:14:46 ubuntu 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
Sep 12 10:14:46 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:14:46 ubuntu 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
Sep 12 10:14:46 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:14:46 ubuntu 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
Sep 12 10:14:47 ubuntu kernel: [3262201.844779] connection2:0: detected conn error (1020)
Sep 12 10:14:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:50 ubuntu kernel: [3262204.849279] connection2:0: detected conn error (1020)
Sep 12 10:14:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:53 ubuntu kernel: [3262207.853155] connection2:0: detected conn error (1020)
Sep 12 10:14:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:56 ubuntu kernel: [3262210.857231] connection2:0: detected conn error (1020)
Sep 12 10:14:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:14:59 ubuntu kernel: [3262213.861142] connection2:0: detected conn error (1020)
Sep 12 10:14:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:14:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:15:01 ubuntu object-replicator: Nothing replicated for 0.00185489654541 seconds.
Sep 12 10:15:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:15:02 ubuntu kernel: [3262216.864833] connection2:0: detected conn error (1020)
Sep 12 10:15:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:05 ubuntu kernel: [3262219.869114] connection2:0: detected conn error (1020)
Sep 12 10:15:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:08 ubuntu kernel: [3262222.873738] connection2:0: detected conn error (1020)
Sep 12 10:15:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:15:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:15:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00356 seconds (0.00000/s)
Sep 12 10:15:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:15:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:15:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:15:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:15:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:15:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00373 seconds (0.00000/s)
Sep 12 10:15:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:15:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:15:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:15:11 ubuntu kernel: [3262225.878875] connection2:0: detected conn error (1020)
Sep 12 10:15:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:14 ubuntu kernel: [3262228.882394] connection2:0: detected conn error (1020)
Sep 12 10:15:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:15:16 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:15:16 ubuntu 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
Sep 12 10:15:16 ubuntu 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
Sep 12 10:15:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:15:16 ubuntu 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
Sep 12 10:15:17 ubuntu kernel: [3262231.886224] connection2:0: detected conn error (1020)
Sep 12 10:15:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:20 ubuntu kernel: [3262234.889728] connection2:0: detected conn error (1020)
Sep 12 10:15:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:23 ubuntu kernel: [3262237.894824] connection2:0: detected conn error (1020)
Sep 12 10:15:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:26 ubuntu kernel: [3262240.898229] connection2:0: detected conn error (1020)
Sep 12 10:15:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:29 ubuntu kernel: [3262243.902350] connection2:0: detected conn error (1020)
Sep 12 10:15:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:15:31 ubuntu object-replicator: Nothing replicated for 0.00289392471313 seconds.
Sep 12 10:15:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:15:32 ubuntu kernel: [3262246.915106] connection2:0: detected conn error (1020)
Sep 12 10:15:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:35 ubuntu kernel: [3262249.921301] connection2:0: detected conn error (1020)
Sep 12 10:15:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:38 ubuntu kernel: [3262252.925175] connection2:0: detected conn error (1020)
Sep 12 10:15:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:15:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:15:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00463 seconds (0.00000/s)
Sep 12 10:15:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:15:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:15:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:15:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:15:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:15:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00561 seconds (0.00000/s)
Sep 12 10:15:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:15:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:15:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:15:41 ubuntu kernel: [3262255.929911] connection2:0: detected conn error (1020)
Sep 12 10:15:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:44 ubuntu kernel: [3262258.933888] connection2:0: detected conn error (1020)
Sep 12 10:15:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:46 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:15:46 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:15:46 ubuntu 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
Sep 12 10:15:46 ubuntu 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
Sep 12 10:15:47 ubuntu kernel: [3262261.938415] connection2:0: detected conn error (1020)
Sep 12 10:15:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:50 ubuntu kernel: [3262264.983264] connection2:0: detected conn error (1020)
Sep 12 10:15:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:53 ubuntu kernel: [3262267.987626] connection2:0: detected conn error (1020)
Sep 12 10:15:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:56 ubuntu kernel: [3262270.991858] connection2:0: detected conn error (1020)
Sep 12 10:15:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:15:59 ubuntu kernel: [3262273.996509] connection2:0: detected conn error (1020)
Sep 12 10:15:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:15:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:01 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:16:01 ubuntu object-replicator: Nothing replicated for 0.00348091125488 seconds.
Sep 12 10:16:01 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:16:02 ubuntu kernel: [3262277.000874] connection2:0: detected conn error (1020)
Sep 12 10:16:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:05 ubuntu kernel: [3262280.005488] connection2:0: detected conn error (1020)
Sep 12 10:16:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:08 ubuntu kernel: [3262283.010448] connection2:0: detected conn error (1020)
Sep 12 10:16:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:16:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:16:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00382 seconds (0.00000/s)
Sep 12 10:16:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:16:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:16:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:16:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:16:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:16:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00804 seconds (0.00000/s)
Sep 12 10:16:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:16:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:16:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:16:11 ubuntu kernel: [3262286.014547] connection2:0: detected conn error (1020)
Sep 12 10:16:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:14 ubuntu kernel: [3262289.018765] connection2:0: detected conn error (1020)
Sep 12 10:16:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:16:16 ubuntu 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
Sep 12 10:16:16 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:16:16 ubuntu 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
Sep 12 10:16:16 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:16:16 ubuntu 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
Sep 12 10:16:17 ubuntu kernel: [3262292.023813] connection2:0: detected conn error (1020)
Sep 12 10:16:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:20 ubuntu kernel: [3262295.029320] connection2:0: detected conn error (1020)
Sep 12 10:16:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:23 ubuntu kernel: [3262298.034708] connection2:0: detected conn error (1020)
Sep 12 10:16:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:26 ubuntu kernel: [3262301.039584] connection2:0: detected conn error (1020)
Sep 12 10:16:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:29 ubuntu kernel: [3262304.044281] connection2:0: detected conn error (1020)
Sep 12 10:16:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:31 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:16:31 ubuntu object-replicator: Nothing replicated for 0.00276184082031 seconds.
Sep 12 10:16:31 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:16:32 ubuntu kernel: [3262307.048443] connection2:0: detected conn error (1020)
Sep 12 10:16:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:35 ubuntu kernel: [3262310.052570] connection2:0: detected conn error (1020)
Sep 12 10:16:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:38 ubuntu kernel: [3262313.057186] connection2:0: detected conn error (1020)
Sep 12 10:16:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:16:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:16:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00391 seconds (0.00000/s)
Sep 12 10:16:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:16:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:16:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:16:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:16:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:16:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00429 seconds (0.00000/s)
Sep 12 10:16:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:16:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:16:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:16:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:41 ubuntu kernel: [3262316.060393] connection2:0: detected conn error (1020)
Sep 12 10:16:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:44 ubuntu kernel: [3262319.063561] connection2:0: detected conn error (1020)
Sep 12 10:16:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:16:47 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:16:47 ubuntu 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
Sep 12 10:16:47 ubuntu 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
Sep 12 10:16:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:16:47 ubuntu 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
Sep 12 10:16:47 ubuntu kernel: [3262322.067508] connection2:0: detected conn error (1020)
Sep 12 10:16:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:50 ubuntu kernel: [3262325.071612] connection2:0: detected conn error (1020)
Sep 12 10:16:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:53 ubuntu kernel: [3262328.074908] connection2:0: detected conn error (1020)
Sep 12 10:16:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:56 ubuntu kernel: [3262331.079599] connection2:0: detected conn error (1020)
Sep 12 10:16:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:16:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:16:59 ubuntu kernel: [3262334.083601] connection2:0: detected conn error (1020)
Sep 12 10:16:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:01 ubuntu CRON[30850]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Sep 12 10:17:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:17:02 ubuntu object-replicator: Nothing replicated for 0.00680184364319 seconds.
Sep 12 10:17:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:17:02 ubuntu kernel: [3262337.088092] connection2:0: detected conn error (1020)
Sep 12 10:17:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:05 ubuntu kernel: [3262340.092543] connection2:0: detected conn error (1020)
Sep 12 10:17:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:08 ubuntu kernel: [3262343.096411] connection2:0: detected conn error (1020)
Sep 12 10:17:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:17:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:17:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00352 seconds (0.00000/s)
Sep 12 10:17:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:17:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:17:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:17:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:17:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:17:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00546 seconds (0.00000/s)
Sep 12 10:17:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:17:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:17:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:17:11 ubuntu kernel: [3262346.118829] connection2:0: detected conn error (1020)
Sep 12 10:17:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:14 ubuntu kernel: [3262349.122687] connection2:0: detected conn error (1020)
Sep 12 10:17:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:17 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:17:17 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:17:17 ubuntu 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
Sep 12 10:17:17 ubuntu 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
Sep 12 10:17:17 ubuntu kernel: [3262352.127085] connection2:0: detected conn error (1020)
Sep 12 10:17:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:20 ubuntu kernel: [3262355.130828] connection2:0: detected conn error (1020)
Sep 12 10:17:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:23 ubuntu kernel: [3262358.134326] connection2:0: detected conn error (1020)
Sep 12 10:17:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:26 ubuntu kernel: [3262361.140840] connection2:0: detected conn error (1020)
Sep 12 10:17:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:29 ubuntu kernel: [3262364.144684] connection2:0: detected conn error (1020)
Sep 12 10:17:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:17:32 ubuntu object-replicator: Nothing replicated for 0.00513696670532 seconds.
Sep 12 10:17:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:17:32 ubuntu kernel: [3262367.150066] connection2:0: detected conn error (1020)
Sep 12 10:17:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:35 ubuntu kernel: [3262370.154151] connection2:0: detected conn error (1020)
Sep 12 10:17:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:38 ubuntu kernel: [3262373.158016] connection2:0: detected conn error (1020)
Sep 12 10:17:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:17:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:17:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00353 seconds (0.00000/s)
Sep 12 10:17:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:17:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:17:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:17:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:39 ubuntu account-replicator: Beginning replication run
Sep 12 10:17:39 ubuntu account-replicator: Replication run OVER
Sep 12 10:17:39 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00488 seconds (0.00000/s)
Sep 12 10:17:39 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:17:39 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:17:39 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:17:41 ubuntu kernel: [3262376.162808] connection2:0: detected conn error (1020)
Sep 12 10:17:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:44 ubuntu kernel: [3262379.166822] connection2:0: detected conn error (1020)
Sep 12 10:17:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:47 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:17:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:17:47 ubuntu 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
Sep 12 10:17:47 ubuntu 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
Sep 12 10:17:47 ubuntu kernel: [3262382.172079] connection2:0: detected conn error (1020)
Sep 12 10:17:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:50 ubuntu kernel: [3262385.179132] connection2:0: detected conn error (1020)
Sep 12 10:17:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:53 ubuntu kernel: [3262388.182731] connection2:0: detected conn error (1020)
Sep 12 10:17:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:56 ubuntu kernel: [3262391.186786] connection2:0: detected conn error (1020)
Sep 12 10:17:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:17:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:17:59 ubuntu kernel: [3262394.190771] connection2:0: detected conn error (1020)
Sep 12 10:17:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:18:02 ubuntu object-replicator: Nothing replicated for 0.00541615486145 seconds.
Sep 12 10:18:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:18:02 ubuntu kernel: [3262397.194711] connection2:0: detected conn error (1020)
Sep 12 10:18:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:05 ubuntu kernel: [3262400.197770] connection2:0: detected conn error (1020)
Sep 12 10:18:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:18:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:18:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00361 seconds (0.00000/s)
Sep 12 10:18:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:18:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:18:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:18:08 ubuntu kernel: [3262403.201662] connection2:0: detected conn error (1020)
Sep 12 10:18:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:09 ubuntu account-replicator: Beginning replication run
Sep 12 10:18:09 ubuntu account-replicator: Replication run OVER
Sep 12 10:18:09 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00591 seconds (0.00000/s)
Sep 12 10:18:09 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:18:09 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:18:09 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:18:11 ubuntu kernel: [3262406.206138] connection2:0: detected conn error (1020)
Sep 12 10:18:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:14 ubuntu kernel: [3262409.216865] connection2:0: detected conn error (1020)
Sep 12 10:18:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:17 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:18:17 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:18:17 ubuntu 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
Sep 12 10:18:17 ubuntu 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
Sep 12 10:18:17 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:18:17 ubuntu 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
Sep 12 10:18:17 ubuntu kernel: [3262412.220740] connection2:0: detected conn error (1020)
Sep 12 10:18:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:20 ubuntu kernel: [3262415.225322] connection2:0: detected conn error (1020)
Sep 12 10:18:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:23 ubuntu kernel: [3262418.229945] connection2:0: detected conn error (1020)
Sep 12 10:18:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:24 ubuntu container-auditor: Container audit pass completed: 0.00s
Sep 12 10:18:24 ubuntu container-auditor: Begin container audit pass.
Sep 12 10:18:26 ubuntu kernel: [3262421.247453] connection2:0: detected conn error (1020)
Sep 12 10:18:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:29 ubuntu kernel: [3262424.251074] connection2:0: detected conn error (1020)
Sep 12 10:18:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:18:32 ubuntu object-replicator: Nothing replicated for 0.00171804428101 seconds.
Sep 12 10:18:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:18:32 ubuntu kernel: [3262427.254663] connection2:0: detected conn error (1020)
Sep 12 10:18:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:35 ubuntu kernel: [3262430.258285] connection2:0: detected conn error (1020)
Sep 12 10:18:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:18:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:18:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00400 seconds (0.00000/s)
Sep 12 10:18:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:18:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:18:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:18:38 ubuntu kernel: [3262433.262517] connection2:0: detected conn error (1020)
Sep 12 10:18:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:18:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:18:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00488 seconds (0.00000/s)
Sep 12 10:18:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:18:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:18:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:18:41 ubuntu kernel: [3262436.266430] connection2:0: detected conn error (1020)
Sep 12 10:18:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:44 ubuntu kernel: [3262439.269886] connection2:0: detected conn error (1020)
Sep 12 10:18:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:47 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:18:47 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:18:47 ubuntu 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
Sep 12 10:18:47 ubuntu 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
Sep 12 10:18:47 ubuntu kernel: [3262442.273249] connection2:0: detected conn error (1020)
Sep 12 10:18:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:51 ubuntu kernel: [3262445.277337] connection2:0: detected conn error (1020)
Sep 12 10:18:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:54 ubuntu kernel: [3262448.280917] connection2:0: detected conn error (1020)
Sep 12 10:18:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:18:57 ubuntu kernel: [3262451.284887] connection2:0: detected conn error (1020)
Sep 12 10:18:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:18:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:00 ubuntu kernel: [3262454.289118] connection2:0: detected conn error (1020)
Sep 12 10:19:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:19:02 ubuntu object-replicator: Nothing replicated for 0.00187206268311 seconds.
Sep 12 10:19:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:19:03 ubuntu kernel: [3262457.293000] connection2:0: detected conn error (1020)
Sep 12 10:19:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:06 ubuntu kernel: [3262460.334506] connection2:0: detected conn error (1020)
Sep 12 10:19:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:08 ubuntu container-replicator: Beginning replication run
Sep 12 10:19:08 ubuntu container-replicator: Replication run OVER
Sep 12 10:19:08 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00563 seconds (0.00000/s)
Sep 12 10:19:08 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:19:08 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:19:08 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:19:09 ubuntu kernel: [3262463.338880] connection2:0: detected conn error (1020)
Sep 12 10:19:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:19:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:19:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00684 seconds (0.00000/s)
Sep 12 10:19:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:19:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:19:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:19:12 ubuntu kernel: [3262466.342550] connection2:0: detected conn error (1020)
Sep 12 10:19:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:15 ubuntu kernel: [3262469.347770] connection2:0: detected conn error (1020)
Sep 12 10:19:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:17 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:19:17 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:19:17 ubuntu 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
Sep 12 10:19:17 ubuntu 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
Sep 12 10:19:18 ubuntu kernel: [3262472.352415] connection2:0: detected conn error (1020)
Sep 12 10:19:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:19:18 ubuntu 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
Sep 12 10:19:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:21 ubuntu kernel: [3262475.356707] connection2:0: detected conn error (1020)
Sep 12 10:19:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:24 ubuntu kernel: [3262478.360457] connection2:0: detected conn error (1020)
Sep 12 10:19:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:27 ubuntu kernel: [3262481.367399] connection2:0: detected conn error (1020)
Sep 12 10:19:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:30 ubuntu kernel: [3262484.371379] connection2:0: detected conn error (1020)
Sep 12 10:19:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:19:32 ubuntu object-replicator: Nothing replicated for 0.00966095924377 seconds.
Sep 12 10:19:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:19:33 ubuntu kernel: [3262487.375949] connection2:0: detected conn error (1020)
Sep 12 10:19:33 ubuntu container-updater: Begin container update sweep
Sep 12 10:19:33 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 10:19:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:36 ubuntu kernel: [3262490.379367] connection2:0: detected conn error (1020)
Sep 12 10:19:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:38 ubuntu container-replicator: Beginning replication run
Sep 12 10:19:38 ubuntu container-replicator: Replication run OVER
Sep 12 10:19:38 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00615 seconds (0.00000/s)
Sep 12 10:19:38 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:19:38 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:19:38 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:19:39 ubuntu kernel: [3262493.384420] connection2:0: detected conn error (1020)
Sep 12 10:19:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:19:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:19:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00234 seconds (0.00000/s)
Sep 12 10:19:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:19:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:19:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:19:42 ubuntu kernel: [3262496.388024] connection2:0: detected conn error (1020)
Sep 12 10:19:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:45 ubuntu kernel: [3262499.393513] connection2:0: detected conn error (1020)
Sep 12 10:19:45 ubuntu object-updater: Begin object update sweep
Sep 12 10:19:45 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 10:19:45 ubuntu object-updater: Object update sweep completed: 0.09s
Sep 12 10:19:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:48 ubuntu kernel: [3262502.398538] connection2:0: detected conn error (1020)
Sep 12 10:19:48 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:19:48 ubuntu 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
Sep 12 10:19:48 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:19:48 ubuntu 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
Sep 12 10:19:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:51 ubuntu kernel: [3262505.402732] connection2:0: detected conn error (1020)
Sep 12 10:19:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:54 ubuntu kernel: [3262508.406901] connection2:0: detected conn error (1020)
Sep 12 10:19:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:19:57 ubuntu kernel: [3262511.412107] connection2:0: detected conn error (1020)
Sep 12 10:19:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:19:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:00 ubuntu kernel: [3262514.416888] connection2:0: detected conn error (1020)
Sep 12 10:20:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:20:02 ubuntu object-replicator: Nothing replicated for 0.00573897361755 seconds.
Sep 12 10:20:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:20:03 ubuntu kernel: [3262517.420756] connection2:0: detected conn error (1020)
Sep 12 10:20:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:06 ubuntu kernel: [3262520.453396] connection2:0: detected conn error (1020)
Sep 12 10:20:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:20:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:20:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00368 seconds (0.00000/s)
Sep 12 10:20:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:20:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:20:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:20:09 ubuntu kernel: [3262523.457253] connection2:0: detected conn error (1020)
Sep 12 10:20:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:20:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:20:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.01196 seconds (0.00000/s)
Sep 12 10:20:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:20:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:20:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:20:12 ubuntu kernel: [3262526.461129] connection2:0: detected conn error (1020)
Sep 12 10:20:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:15 ubuntu kernel: [3262529.466462] connection2:0: detected conn error (1020)
Sep 12 10:20:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:18 ubuntu kernel: [3262532.471244] connection2:0: detected conn error (1020)
Sep 12 10:20:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:20:18 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:20:18 ubuntu 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
Sep 12 10:20:18 ubuntu 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
Sep 12 10:20:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:20:18 ubuntu 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
Sep 12 10:20:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:21 ubuntu kernel: [3262535.474879] connection2:0: detected conn error (1020)
Sep 12 10:20:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:24 ubuntu kernel: [3262538.479209] connection2:0: detected conn error (1020)
Sep 12 10:20:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:27 ubuntu kernel: [3262541.482722] connection2:0: detected conn error (1020)
Sep 12 10:20:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:30 ubuntu kernel: [3262544.486720] connection2:0: detected conn error (1020)
Sep 12 10:20:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:20:32 ubuntu object-replicator: Nothing replicated for 0.00484299659729 seconds.
Sep 12 10:20:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:20:33 ubuntu kernel: [3262547.490180] connection2:0: detected conn error (1020)
Sep 12 10:20:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:36 ubuntu kernel: [3262550.493972] connection2:0: detected conn error (1020)
Sep 12 10:20:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:20:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:20:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00399 seconds (0.00000/s)
Sep 12 10:20:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:20:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:20:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:20:39 ubuntu kernel: [3262553.498324] connection2:0: detected conn error (1020)
Sep 12 10:20:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:20:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:20:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00486 seconds (0.00000/s)
Sep 12 10:20:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:20:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:20:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:20:42 ubuntu kernel: [3262556.503573] connection2:0: detected conn error (1020)
Sep 12 10:20:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:45 ubuntu kernel: [3262559.507907] connection2:0: detected conn error (1020)
Sep 12 10:20:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:48 ubuntu kernel: [3262562.511769] connection2:0: detected conn error (1020)
Sep 12 10:20:48 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:20:48 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:20:48 ubuntu 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
Sep 12 10:20:48 ubuntu 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
Sep 12 10:20:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:51 ubuntu kernel: [3262565.517991] connection2:0: detected conn error (1020)
Sep 12 10:20:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:54 ubuntu kernel: [3262568.522124] connection2:0: detected conn error (1020)
Sep 12 10:20:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:20:57 ubuntu kernel: [3262571.527661] connection2:0: detected conn error (1020)
Sep 12 10:20:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:20:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:00 ubuntu kernel: [3262574.531821] connection2:0: detected conn error (1020)
Sep 12 10:21:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:21:02 ubuntu object-replicator: Nothing replicated for 0.00457096099854 seconds.
Sep 12 10:21:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:21:03 ubuntu kernel: [3262577.535511] connection2:0: detected conn error (1020)
Sep 12 10:21:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:06 ubuntu kernel: [3262580.540157] connection2:0: detected conn error (1020)
Sep 12 10:21:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:21:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:21:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00522 seconds (0.00000/s)
Sep 12 10:21:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:21:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:21:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:21:09 ubuntu kernel: [3262583.544399] connection2:0: detected conn error (1020)
Sep 12 10:21:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:21:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:21:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00527 seconds (0.00000/s)
Sep 12 10:21:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:21:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:21:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:21:12 ubuntu kernel: [3262586.548553] connection2:0: detected conn error (1020)
Sep 12 10:21:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:15 ubuntu kernel: [3262589.620781] connection2:0: detected conn error (1020)
Sep 12 10:21:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:18 ubuntu kernel: [3262592.624542] connection2:0: detected conn error (1020)
Sep 12 10:21:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:21:18 ubuntu 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
Sep 12 10:21:18 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:21:18 ubuntu 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
Sep 12 10:21:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:18 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:21:18 ubuntu 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
Sep 12 10:21:21 ubuntu kernel: [3262595.628884] connection2:0: detected conn error (1020)
Sep 12 10:21:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:24 ubuntu kernel: [3262598.632798] connection2:0: detected conn error (1020)
Sep 12 10:21:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:27 ubuntu kernel: [3262601.645284] connection2:0: detected conn error (1020)
Sep 12 10:21:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:30 ubuntu kernel: [3262604.649332] connection2:0: detected conn error (1020)
Sep 12 10:21:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:21:32 ubuntu object-replicator: Nothing replicated for 0.00605702400208 seconds.
Sep 12 10:21:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:21:33 ubuntu kernel: [3262607.653682] connection2:0: detected conn error (1020)
Sep 12 10:21:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:36 ubuntu kernel: [3262610.658454] connection2:0: detected conn error (1020)
Sep 12 10:21:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:21:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:21:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00560 seconds (0.00000/s)
Sep 12 10:21:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:21:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:21:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:21:39 ubuntu kernel: [3262613.662876] connection2:0: detected conn error (1020)
Sep 12 10:21:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:21:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:21:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00260 seconds (0.00000/s)
Sep 12 10:21:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:21:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:21:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:21:42 ubuntu kernel: [3262616.667929] connection2:0: detected conn error (1020)
Sep 12 10:21:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:45 ubuntu kernel: [3262619.675444] connection2:0: detected conn error (1020)
Sep 12 10:21:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:48 ubuntu kernel: [3262622.679780] connection2:0: detected conn error (1020)
Sep 12 10:21:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:21:49 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:21:49 ubuntu 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
Sep 12 10:21:49 ubuntu 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
Sep 12 10:21:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:21:49 ubuntu 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
Sep 12 10:21:51 ubuntu kernel: [3262625.684888] connection2:0: detected conn error (1020)
Sep 12 10:21:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:54 ubuntu kernel: [3262628.689322] connection2:0: detected conn error (1020)
Sep 12 10:21:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:21:57 ubuntu kernel: [3262631.694711] connection2:0: detected conn error (1020)
Sep 12 10:21:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:21:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:00 ubuntu kernel: [3262634.698075] connection2:0: detected conn error (1020)
Sep 12 10:22:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:22:02 ubuntu object-replicator: Nothing replicated for 0.00318884849548 seconds.
Sep 12 10:22:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:22:03 ubuntu kernel: [3262637.702108] connection2:0: detected conn error (1020)
Sep 12 10:22:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:06 ubuntu kernel: [3262640.705447] connection2:0: detected conn error (1020)
Sep 12 10:22:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:22:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:22:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00360 seconds (0.00000/s)
Sep 12 10:22:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:22:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:22:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:22:09 ubuntu kernel: [3262643.709662] connection2:0: detected conn error (1020)
Sep 12 10:22:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:22:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:22:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00581 seconds (0.00000/s)
Sep 12 10:22:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:22:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:22:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:22:12 ubuntu kernel: [3262646.715082] connection2:0: detected conn error (1020)
Sep 12 10:22:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:15 ubuntu kernel: [3262649.719726] connection2:0: detected conn error (1020)
Sep 12 10:22:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:18 ubuntu kernel: [3262652.727355] connection2:0: detected conn error (1020)
Sep 12 10:22:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:19 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:22:19 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:22:19 ubuntu 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
Sep 12 10:22:19 ubuntu 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
Sep 12 10:22:19 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:22:19 ubuntu 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
Sep 12 10:22:21 ubuntu kernel: [3262655.731316] connection2:0: detected conn error (1020)
Sep 12 10:22:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:24 ubuntu kernel: [3262658.735939] connection2:0: detected conn error (1020)
Sep 12 10:22:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:27 ubuntu kernel: [3262661.772560] connection2:0: detected conn error (1020)
Sep 12 10:22:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:30 ubuntu kernel: [3262664.776515] connection2:0: detected conn error (1020)
Sep 12 10:22:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:22:32 ubuntu object-replicator: Nothing replicated for 0.00530600547791 seconds.
Sep 12 10:22:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:22:33 ubuntu kernel: [3262667.781462] connection2:0: detected conn error (1020)
Sep 12 10:22:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:36 ubuntu kernel: [3262670.785584] connection2:0: detected conn error (1020)
Sep 12 10:22:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:22:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:22:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00384 seconds (0.00000/s)
Sep 12 10:22:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:22:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:22:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:22:39 ubuntu kernel: [3262673.790077] connection2:0: detected conn error (1020)
Sep 12 10:22:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:22:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:22:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00607 seconds (0.00000/s)
Sep 12 10:22:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:22:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:22:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:22:42 ubuntu kernel: [3262676.793374] connection2:0: detected conn error (1020)
Sep 12 10:22:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:45 ubuntu kernel: [3262679.797399] connection2:0: detected conn error (1020)
Sep 12 10:22:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:48 ubuntu kernel: [3262682.801565] connection2:0: detected conn error (1020)
Sep 12 10:22:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:22:49 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:22:49 ubuntu 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
Sep 12 10:22:49 ubuntu 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
Sep 12 10:22:51 ubuntu kernel: [3262685.806600] connection2:0: detected conn error (1020)
Sep 12 10:22:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:54 ubuntu kernel: [3262688.810355] connection2:0: detected conn error (1020)
Sep 12 10:22:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:22:57 ubuntu kernel: [3262691.814134] connection2:0: detected conn error (1020)
Sep 12 10:22:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:22:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:00 ubuntu kernel: [3262694.818075] connection2:0: detected conn error (1020)
Sep 12 10:23:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:23:02 ubuntu object-replicator: Nothing replicated for 0.00418210029602 seconds.
Sep 12 10:23:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:23:03 ubuntu kernel: [3262697.822244] connection2:0: detected conn error (1020)
Sep 12 10:23:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:06 ubuntu kernel: [3262700.826110] connection2:0: detected conn error (1020)
Sep 12 10:23:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:23:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:23:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00404 seconds (0.00000/s)
Sep 12 10:23:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:23:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:23:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:23:09 ubuntu kernel: [3262703.831161] connection2:0: detected conn error (1020)
Sep 12 10:23:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:23:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:23:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00311 seconds (0.00000/s)
Sep 12 10:23:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:23:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:23:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:23:12 ubuntu kernel: [3262706.835392] connection2:0: detected conn error (1020)
Sep 12 10:23:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:15 ubuntu kernel: [3262709.839737] connection2:0: detected conn error (1020)
Sep 12 10:23:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:18 ubuntu kernel: [3262712.844346] connection2:0: detected conn error (1020)
Sep 12 10:23:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:19 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:23:19 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:23:19 ubuntu 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
Sep 12 10:23:19 ubuntu 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
Sep 12 10:23:21 ubuntu kernel: [3262715.848771] connection2:0: detected conn error (1020)
Sep 12 10:23:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:24 ubuntu kernel: [3262718.853940] connection2:0: detected conn error (1020)
Sep 12 10:23:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:27 ubuntu kernel: [3262721.857881] connection2:0: detected conn error (1020)
Sep 12 10:23:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:30 ubuntu kernel: [3262724.862285] connection2:0: detected conn error (1020)
Sep 12 10:23:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:23:32 ubuntu object-replicator: Nothing replicated for 0.00623297691345 seconds.
Sep 12 10:23:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:23:33 ubuntu kernel: [3262727.866933] connection2:0: detected conn error (1020)
Sep 12 10:23:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:36 ubuntu kernel: [3262730.870571] connection2:0: detected conn error (1020)
Sep 12 10:23:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:23:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:23:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00384 seconds (0.00000/s)
Sep 12 10:23:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:23:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:23:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:23:39 ubuntu kernel: [3262733.875650] connection2:0: detected conn error (1020)
Sep 12 10:23:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:23:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:23:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00431 seconds (0.00000/s)
Sep 12 10:23:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:23:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:23:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:23:42 ubuntu kernel: [3262736.879481] connection2:0: detected conn error (1020)
Sep 12 10:23:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:45 ubuntu kernel: [3262739.885886] connection2:0: detected conn error (1020)
Sep 12 10:23:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:48 ubuntu kernel: [3262742.890491] connection2:0: detected conn error (1020)
Sep 12 10:23:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:49 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:23:49 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:23:49 ubuntu 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
Sep 12 10:23:49 ubuntu 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
Sep 12 10:23:50 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:23:50 ubuntu 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
Sep 12 10:23:51 ubuntu kernel: [3262745.895610] connection2:0: detected conn error (1020)
Sep 12 10:23:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:54 ubuntu kernel: [3262748.899365] connection2:0: detected conn error (1020)
Sep 12 10:23:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:23:57 ubuntu kernel: [3262751.903192] connection2:0: detected conn error (1020)
Sep 12 10:23:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:23:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:00 ubuntu kernel: [3262754.907530] connection2:0: detected conn error (1020)
Sep 12 10:24:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:24:02 ubuntu object-replicator: Nothing replicated for 0.00576400756836 seconds.
Sep 12 10:24:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:24:03 ubuntu kernel: [3262757.912040] connection2:0: detected conn error (1020)
Sep 12 10:24:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:06 ubuntu kernel: [3262760.916724] connection2:0: detected conn error (1020)
Sep 12 10:24:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:24:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:24:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00525 seconds (0.00000/s)
Sep 12 10:24:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:24:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:24:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:24:09 ubuntu kernel: [3262763.920518] connection2:0: detected conn error (1020)
Sep 12 10:24:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:24:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:24:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00481 seconds (0.00000/s)
Sep 12 10:24:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:24:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:24:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:24:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:12 ubuntu kernel: [3262766.924380] connection2:0: detected conn error (1020)
Sep 12 10:24:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:15 ubuntu kernel: [3262769.928230] connection2:0: detected conn error (1020)
Sep 12 10:24:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:18 ubuntu kernel: [3262772.932697] connection2:0: detected conn error (1020)
Sep 12 10:24:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:20 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:24:20 ubuntu 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
Sep 12 10:24:20 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:24:20 ubuntu 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
Sep 12 10:24:20 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:24:20 ubuntu 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
Sep 12 10:24:21 ubuntu kernel: [3262775.938414] connection2:0: detected conn error (1020)
Sep 12 10:24:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:24 ubuntu kernel: [3262778.942496] connection2:0: detected conn error (1020)
Sep 12 10:24:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:27 ubuntu kernel: [3262781.947611] connection2:0: detected conn error (1020)
Sep 12 10:24:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:30 ubuntu kernel: [3262784.952226] connection2:0: detected conn error (1020)
Sep 12 10:24:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:24:32 ubuntu object-replicator: Nothing replicated for 0.00503611564636 seconds.
Sep 12 10:24:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:24:33 ubuntu container-updater: Begin container update sweep
Sep 12 10:24:33 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 10:24:33 ubuntu kernel: [3262787.956520] connection2:0: detected conn error (1020)
Sep 12 10:24:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:36 ubuntu kernel: [3262790.960645] connection2:0: detected conn error (1020)
Sep 12 10:24:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:24:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:24:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00556 seconds (0.00000/s)
Sep 12 10:24:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:24:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:24:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:24:39 ubuntu kernel: [3262793.964944] connection2:0: detected conn error (1020)
Sep 12 10:24:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:24:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:24:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00573 seconds (0.00000/s)
Sep 12 10:24:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:24:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:24:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:24:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:42 ubuntu kernel: [3262796.969042] connection2:0: detected conn error (1020)
Sep 12 10:24:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:45 ubuntu object-updater: Begin object update sweep
Sep 12 10:24:45 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 10:24:45 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 10:24:45 ubuntu kernel: [3262799.973647] connection2:0: detected conn error (1020)
Sep 12 10:24:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:48 ubuntu kernel: [3262802.978394] connection2:0: detected conn error (1020)
Sep 12 10:24:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:50 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:24:50 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:24:50 ubuntu 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
Sep 12 10:24:50 ubuntu 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
Sep 12 10:24:51 ubuntu kernel: [3262805.982005] connection2:0: detected conn error (1020)
Sep 12 10:24:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:54 ubuntu kernel: [3262808.986547] connection2:0: detected conn error (1020)
Sep 12 10:24:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:24:57 ubuntu kernel: [3262811.991157] connection2:0: detected conn error (1020)
Sep 12 10:24:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:24:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:00 ubuntu kernel: [3262814.995405] connection2:0: detected conn error (1020)
Sep 12 10:25:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:25:02 ubuntu object-replicator: Nothing replicated for 0.0030779838562 seconds.
Sep 12 10:25:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:25:03 ubuntu kernel: [3262817.999336] connection2:0: detected conn error (1020)
Sep 12 10:25:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:06 ubuntu kernel: [3262821.003895] connection2:0: detected conn error (1020)
Sep 12 10:25:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:25:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:25:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00496 seconds (0.00000/s)
Sep 12 10:25:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:25:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:25:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:25:09 ubuntu kernel: [3262824.008784] connection2:0: detected conn error (1020)
Sep 12 10:25:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:25:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:25:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00445 seconds (0.00000/s)
Sep 12 10:25:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:25:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:25:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:25:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:12 ubuntu kernel: [3262827.013029] connection2:0: detected conn error (1020)
Sep 12 10:25:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:15 ubuntu kernel: [3262830.016885] connection2:0: detected conn error (1020)
Sep 12 10:25:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:18 ubuntu kernel: [3262833.021706] connection2:0: detected conn error (1020)
Sep 12 10:25:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:20 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:25:20 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:25:20 ubuntu 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
Sep 12 10:25:20 ubuntu 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
Sep 12 10:25:21 ubuntu kernel: [3262836.025683] connection2:0: detected conn error (1020)
Sep 12 10:25:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:24 ubuntu kernel: [3262839.029377] connection2:0: detected conn error (1020)
Sep 12 10:25:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:27 ubuntu kernel: [3262842.033097] connection2:0: detected conn error (1020)
Sep 12 10:25:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:30 ubuntu kernel: [3262845.036988] connection2:0: detected conn error (1020)
Sep 12 10:25:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:25:32 ubuntu object-replicator: Nothing replicated for 0.0103778839111 seconds.
Sep 12 10:25:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:25:33 ubuntu kernel: [3262848.040202] connection2:0: detected conn error (1020)
Sep 12 10:25:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:36 ubuntu kernel: [3262851.044221] connection2:0: detected conn error (1020)
Sep 12 10:25:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:25:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:25:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00342 seconds (0.00000/s)
Sep 12 10:25:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:25:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:25:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:25:39 ubuntu kernel: [3262854.049838] connection2:0: detected conn error (1020)
Sep 12 10:25:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:25:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:25:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00358 seconds (0.00000/s)
Sep 12 10:25:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:25:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:25:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:25:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:42 ubuntu kernel: [3262857.054106] connection2:0: detected conn error (1020)
Sep 12 10:25:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:45 ubuntu kernel: [3262860.057910] connection2:0: detected conn error (1020)
Sep 12 10:25:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:48 ubuntu kernel: [3262863.061727] connection2:0: detected conn error (1020)
Sep 12 10:25:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:51 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:25:51 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:25:51 ubuntu 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
Sep 12 10:25:51 ubuntu 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
Sep 12 10:25:51 ubuntu kernel: [3262866.065465] connection2:0: detected conn error (1020)
Sep 12 10:25:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:54 ubuntu kernel: [3262869.069786] connection2:0: detected conn error (1020)
Sep 12 10:25:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:25:57 ubuntu kernel: [3262872.074284] connection2:0: detected conn error (1020)
Sep 12 10:25:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:25:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:00 ubuntu kernel: [3262875.078524] connection2:0: detected conn error (1020)
Sep 12 10:26:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:26:02 ubuntu object-replicator: Nothing replicated for 0.0043408870697 seconds.
Sep 12 10:26:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:26:04 ubuntu kernel: [3262878.082443] connection2:0: detected conn error (1020)
Sep 12 10:26:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:07 ubuntu kernel: [3262881.086124] connection2:0: detected conn error (1020)
Sep 12 10:26:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:26:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:26:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00494 seconds (0.00000/s)
Sep 12 10:26:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:26:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:26:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:26:10 ubuntu kernel: [3262884.090012] connection2:0: detected conn error (1020)
Sep 12 10:26:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:26:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:26:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00349 seconds (0.00000/s)
Sep 12 10:26:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:26:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:26:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:26:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:13 ubuntu kernel: [3262887.094749] connection2:0: detected conn error (1020)
Sep 12 10:26:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:16 ubuntu kernel: [3262890.099265] connection2:0: detected conn error (1020)
Sep 12 10:26:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:19 ubuntu kernel: [3262893.103241] connection2:0: detected conn error (1020)
Sep 12 10:26:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:21 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:26:21 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:26:21 ubuntu 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
Sep 12 10:26:21 ubuntu 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
Sep 12 10:26:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:22 ubuntu kernel: [3262896.106842] connection2:0: detected conn error (1020)
Sep 12 10:26:22 ubuntu account-auditor: Account audit pass completed: 0.00s
Sep 12 10:26:22 ubuntu account-auditor: Begin account audit pass.
Sep 12 10:26:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:25 ubuntu kernel: [3262899.110702] connection2:0: detected conn error (1020)
Sep 12 10:26:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:28 ubuntu kernel: [3262902.115523] connection2:0: detected conn error (1020)
Sep 12 10:26:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:31 ubuntu kernel: [3262905.119510] connection2:0: detected conn error (1020)
Sep 12 10:26:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:26:32 ubuntu object-replicator: Nothing replicated for 0.00688815116882 seconds.
Sep 12 10:26:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:26:34 ubuntu kernel: [3262908.123266] connection2:0: detected conn error (1020)
Sep 12 10:26:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:37 ubuntu kernel: [3262911.126623] connection2:0: detected conn error (1020)
Sep 12 10:26:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:26:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:26:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00881 seconds (0.00000/s)
Sep 12 10:26:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:26:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:26:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:26:40 ubuntu kernel: [3262914.130355] connection2:0: detected conn error (1020)
Sep 12 10:26:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:26:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:26:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00367 seconds (0.00000/s)
Sep 12 10:26:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:26:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:26:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:26:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:43 ubuntu kernel: [3262917.134337] connection2:0: detected conn error (1020)
Sep 12 10:26:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:46 ubuntu kernel: [3262920.138207] connection2:0: detected conn error (1020)
Sep 12 10:26:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:49 ubuntu kernel: [3262923.141744] connection2:0: detected conn error (1020)
Sep 12 10:26:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:51 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:26:51 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:26:51 ubuntu 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
Sep 12 10:26:51 ubuntu 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
Sep 12 10:26:51 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:26:51 ubuntu 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
Sep 12 10:26:52 ubuntu kernel: [3262926.146216] connection2:0: detected conn error (1020)
Sep 12 10:26:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:55 ubuntu kernel: [3262929.150235] connection2:0: detected conn error (1020)
Sep 12 10:26:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:26:58 ubuntu kernel: [3262932.155008] connection2:0: detected conn error (1020)
Sep 12 10:26:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:26:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:01 ubuntu kernel: [3262935.158905] connection2:0: detected conn error (1020)
Sep 12 10:27:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:27:02 ubuntu object-replicator: Nothing replicated for 0.00187420845032 seconds.
Sep 12 10:27:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:27:04 ubuntu kernel: [3262938.163335] connection2:0: detected conn error (1020)
Sep 12 10:27:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:07 ubuntu kernel: [3262941.168616] connection2:0: detected conn error (1020)
Sep 12 10:27:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:27:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:27:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00375 seconds (0.00000/s)
Sep 12 10:27:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:27:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:27:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:27:10 ubuntu kernel: [3262944.171734] connection2:0: detected conn error (1020)
Sep 12 10:27:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:27:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:27:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00585 seconds (0.00000/s)
Sep 12 10:27:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:27:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:27:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:27:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:13 ubuntu kernel: [3262947.180518] connection2:0: detected conn error (1020)
Sep 12 10:27:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:16 ubuntu kernel: [3262950.183871] connection2:0: detected conn error (1020)
Sep 12 10:27:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:19 ubuntu kernel: [3262953.187308] connection2:0: detected conn error (1020)
Sep 12 10:27:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:21 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:27:21 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:27:21 ubuntu 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
Sep 12 10:27:21 ubuntu 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
Sep 12 10:27:21 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:27:21 ubuntu 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
Sep 12 10:27:22 ubuntu kernel: [3262956.191062] connection2:0: detected conn error (1020)
Sep 12 10:27:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:25 ubuntu kernel: [3262959.195420] connection2:0: detected conn error (1020)
Sep 12 10:27:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:28 ubuntu kernel: [3262962.199177] connection2:0: detected conn error (1020)
Sep 12 10:27:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:31 ubuntu kernel: [3262965.204083] connection2:0: detected conn error (1020)
Sep 12 10:27:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:27:32 ubuntu object-replicator: Nothing replicated for 0.00409293174744 seconds.
Sep 12 10:27:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:27:34 ubuntu kernel: [3262968.208309] connection2:0: detected conn error (1020)
Sep 12 10:27:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:37 ubuntu kernel: [3262971.214841] connection2:0: detected conn error (1020)
Sep 12 10:27:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:27:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:27:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00428 seconds (0.00000/s)
Sep 12 10:27:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:27:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:27:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:27:40 ubuntu kernel: [3262974.219458] connection2:0: detected conn error (1020)
Sep 12 10:27:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:27:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:27:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00399 seconds (0.00000/s)
Sep 12 10:27:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:27:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:27:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:27:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:43 ubuntu kernel: [3262977.224052] connection2:0: detected conn error (1020)
Sep 12 10:27:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:46 ubuntu kernel: [3262980.228138] connection2:0: detected conn error (1020)
Sep 12 10:27:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:49 ubuntu kernel: [3262983.232969] connection2:0: detected conn error (1020)
Sep 12 10:27:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:52 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:27:52 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:27:52 ubuntu 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
Sep 12 10:27:52 ubuntu 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
Sep 12 10:27:52 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:27:52 ubuntu 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
Sep 12 10:27:52 ubuntu kernel: [3262986.236220] connection2:0: detected conn error (1020)
Sep 12 10:27:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:55 ubuntu kernel: [3262989.239985] connection2:0: detected conn error (1020)
Sep 12 10:27:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:27:58 ubuntu kernel: [3262992.243435] connection2:0: detected conn error (1020)
Sep 12 10:27:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:27:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:01 ubuntu kernel: [3262995.247948] connection2:0: detected conn error (1020)
Sep 12 10:28:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:28:02 ubuntu object-replicator: Nothing replicated for 0.00266885757446 seconds.
Sep 12 10:28:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:28:04 ubuntu kernel: [3262998.251923] connection2:0: detected conn error (1020)
Sep 12 10:28:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:07 ubuntu kernel: [3263001.255603] connection2:0: detected conn error (1020)
Sep 12 10:28:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:28:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:28:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00473 seconds (0.00000/s)
Sep 12 10:28:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:28:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:28:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:28:10 ubuntu kernel: [3263004.259193] connection2:0: detected conn error (1020)
Sep 12 10:28:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:28:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:28:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00360 seconds (0.00000/s)
Sep 12 10:28:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:28:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:28:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:28:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:13 ubuntu kernel: [3263007.262865] connection2:0: detected conn error (1020)
Sep 12 10:28:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:16 ubuntu kernel: [3263010.266369] connection2:0: detected conn error (1020)
Sep 12 10:28:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:19 ubuntu kernel: [3263013.270032] connection2:0: detected conn error (1020)
Sep 12 10:28:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:22 ubuntu kernel: [3263016.273659] connection2:0: detected conn error (1020)
Sep 12 10:28:22 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:28:22 ubuntu 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
Sep 12 10:28:22 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:28:22 ubuntu 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
Sep 12 10:28:22 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:28:22 ubuntu 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
Sep 12 10:28:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:25 ubuntu kernel: [3263019.277784] connection2:0: detected conn error (1020)
Sep 12 10:28:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:28 ubuntu kernel: [3263022.281605] connection2:0: detected conn error (1020)
Sep 12 10:28:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:31 ubuntu kernel: [3263025.285249] connection2:0: detected conn error (1020)
Sep 12 10:28:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:28:32 ubuntu object-replicator: Nothing replicated for 0.013288974762 seconds.
Sep 12 10:28:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:28:34 ubuntu kernel: [3263028.289882] connection2:0: detected conn error (1020)
Sep 12 10:28:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:37 ubuntu kernel: [3263031.294849] connection2:0: detected conn error (1020)
Sep 12 10:28:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:28:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:28:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00554 seconds (0.00000/s)
Sep 12 10:28:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:28:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:28:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:28:40 ubuntu kernel: [3263034.299285] connection2:0: detected conn error (1020)
Sep 12 10:28:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:28:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:28:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00401 seconds (0.00000/s)
Sep 12 10:28:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:28:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:28:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:28:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:43 ubuntu kernel: [3263037.302924] connection2:0: detected conn error (1020)
Sep 12 10:28:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:46 ubuntu kernel: [3263040.306956] connection2:0: detected conn error (1020)
Sep 12 10:28:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:49 ubuntu kernel: [3263043.311886] connection2:0: detected conn error (1020)
Sep 12 10:28:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:52 ubuntu kernel: [3263046.315381] connection2:0: detected conn error (1020)
Sep 12 10:28:52 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:28:52 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:28:52 ubuntu 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
Sep 12 10:28:52 ubuntu 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
Sep 12 10:28:52 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:28:52 ubuntu 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
Sep 12 10:28:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:55 ubuntu kernel: [3263049.319791] connection2:0: detected conn error (1020)
Sep 12 10:28:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:28:58 ubuntu kernel: [3263052.323600] connection2:0: detected conn error (1020)
Sep 12 10:28:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:28:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:01 ubuntu kernel: [3263055.327984] connection2:0: detected conn error (1020)
Sep 12 10:29:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:29:02 ubuntu object-replicator: Nothing replicated for 0.00657486915588 seconds.
Sep 12 10:29:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:29:04 ubuntu kernel: [3263058.331567] connection2:0: detected conn error (1020)
Sep 12 10:29:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:07 ubuntu kernel: [3263061.336367] connection2:0: detected conn error (1020)
Sep 12 10:29:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:29:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:29:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00359 seconds (0.00000/s)
Sep 12 10:29:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:29:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:29:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:29:10 ubuntu kernel: [3263064.340209] connection2:0: detected conn error (1020)
Sep 12 10:29:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:29:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:29:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00426 seconds (0.00000/s)
Sep 12 10:29:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:29:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:29:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:29:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:13 ubuntu kernel: [3263067.344690] connection2:0: detected conn error (1020)
Sep 12 10:29:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:16 ubuntu kernel: [3263070.348145] connection2:0: detected conn error (1020)
Sep 12 10:29:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:19 ubuntu kernel: [3263073.351571] connection2:0: detected conn error (1020)
Sep 12 10:29:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:22 ubuntu kernel: [3263076.355452] connection2:0: detected conn error (1020)
Sep 12 10:29:22 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:29:22 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:29:22 ubuntu 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
Sep 12 10:29:22 ubuntu 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
Sep 12 10:29:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:25 ubuntu kernel: [3263079.359108] connection2:0: detected conn error (1020)
Sep 12 10:29:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:28 ubuntu kernel: [3263082.362837] connection2:0: detected conn error (1020)
Sep 12 10:29:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:31 ubuntu kernel: [3263085.396399] connection2:0: detected conn error (1020)
Sep 12 10:29:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:29:32 ubuntu object-replicator: Nothing replicated for 0.00947403907776 seconds.
Sep 12 10:29:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:29:33 ubuntu container-updater: Begin container update sweep
Sep 12 10:29:33 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 10:29:34 ubuntu kernel: [3263088.400839] connection2:0: detected conn error (1020)
Sep 12 10:29:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:37 ubuntu kernel: [3263091.404574] connection2:0: detected conn error (1020)
Sep 12 10:29:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:29:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:29:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00354 seconds (0.00000/s)
Sep 12 10:29:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:29:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:29:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:29:40 ubuntu kernel: [3263094.408316] connection2:0: detected conn error (1020)
Sep 12 10:29:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:29:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:29:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00367 seconds (0.00000/s)
Sep 12 10:29:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:29:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:29:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:29:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:43 ubuntu kernel: [3263097.412191] connection2:0: detected conn error (1020)
Sep 12 10:29:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:45 ubuntu object-updater: Begin object update sweep
Sep 12 10:29:45 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 10:29:45 ubuntu object-updater: Object update sweep completed: 0.08s
Sep 12 10:29:46 ubuntu kernel: [3263100.416400] connection2:0: detected conn error (1020)
Sep 12 10:29:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:49 ubuntu kernel: [3263103.420986] connection2:0: detected conn error (1020)
Sep 12 10:29:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:52 ubuntu kernel: [3263106.425401] connection2:0: detected conn error (1020)
Sep 12 10:29:52 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:29:52 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:29:52 ubuntu 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
Sep 12 10:29:52 ubuntu 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
Sep 12 10:29:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:29:53 ubuntu 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
Sep 12 10:29:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:55 ubuntu kernel: [3263109.430678] connection2:0: detected conn error (1020)
Sep 12 10:29:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:29:58 ubuntu kernel: [3263112.436642] connection2:0: detected conn error (1020)
Sep 12 10:29:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:29:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:01 ubuntu kernel: [3263115.440807] connection2:0: detected conn error (1020)
Sep 12 10:30:01 ubuntu CRON[32448]: (neutron) CMD (if [ -x /usr/bin/neutron-netns-cleanup ] ; then /usr/bin/neutron-netns-cleanup --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/dhcp_agent.ini >/dev/null 2>&1; fi)
Sep 12 10:30:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:30:02 ubuntu object-replicator: Nothing replicated for 0.00300979614258 seconds.
Sep 12 10:30:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:30:04 ubuntu kernel: [3263118.445303] connection2:0: detected conn error (1020)
Sep 12 10:30:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:07 ubuntu kernel: [3263121.451548] connection2:0: detected conn error (1020)
Sep 12 10:30:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:30:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:30:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00374 seconds (0.00000/s)
Sep 12 10:30:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:30:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:30:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:30:10 ubuntu kernel: [3263124.455548] connection2:0: detected conn error (1020)
Sep 12 10:30:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:30:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:30:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.01158 seconds (0.00000/s)
Sep 12 10:30:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:30:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:30:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:30:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:13 ubuntu kernel: [3263127.460632] connection2:0: detected conn error (1020)
Sep 12 10:30:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:16 ubuntu kernel: [3263130.464810] connection2:0: detected conn error (1020)
Sep 12 10:30:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:19 ubuntu kernel: [3263133.469284] connection2:0: detected conn error (1020)
Sep 12 10:30:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:22 ubuntu kernel: [3263136.473629] connection2:0: detected conn error (1020)
Sep 12 10:30:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:23 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:30:23 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:30:23 ubuntu 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
Sep 12 10:30:23 ubuntu 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
Sep 12 10:30:23 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:30:23 ubuntu 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
Sep 12 10:30:25 ubuntu kernel: [3263139.478322] connection2:0: detected conn error (1020)
Sep 12 10:30:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:28 ubuntu kernel: [3263142.482576] connection2:0: detected conn error (1020)
Sep 12 10:30:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:31 ubuntu kernel: [3263145.487063] connection2:0: detected conn error (1020)
Sep 12 10:30:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:30:32 ubuntu object-replicator: Nothing replicated for 0.00504803657532 seconds.
Sep 12 10:30:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:30:34 ubuntu kernel: [3263148.491854] connection2:0: detected conn error (1020)
Sep 12 10:30:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:37 ubuntu kernel: [3263151.496010] connection2:0: detected conn error (1020)
Sep 12 10:30:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:30:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:30:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00383 seconds (0.00000/s)
Sep 12 10:30:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:30:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:30:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:30:40 ubuntu kernel: [3263154.499822] connection2:0: detected conn error (1020)
Sep 12 10:30:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:30:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:30:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00225 seconds (0.00000/s)
Sep 12 10:30:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:30:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:30:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:30:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:43 ubuntu kernel: [3263157.504485] connection2:0: detected conn error (1020)
Sep 12 10:30:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:46 ubuntu kernel: [3263160.508555] connection2:0: detected conn error (1020)
Sep 12 10:30:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:49 ubuntu kernel: [3263163.513153] connection2:0: detected conn error (1020)
Sep 12 10:30:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:52 ubuntu kernel: [3263166.517283] connection2:0: detected conn error (1020)
Sep 12 10:30:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:53 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:30:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:30:53 ubuntu 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
Sep 12 10:30:53 ubuntu 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
Sep 12 10:30:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:30:53 ubuntu 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
Sep 12 10:30:55 ubuntu kernel: [3263169.521342] connection2:0: detected conn error (1020)
Sep 12 10:30:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:30:58 ubuntu kernel: [3263172.525446] connection2:0: detected conn error (1020)
Sep 12 10:30:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:30:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:01 ubuntu kernel: [3263175.529955] connection2:0: detected conn error (1020)
Sep 12 10:31:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:31:02 ubuntu object-replicator: Nothing replicated for 0.00609016418457 seconds.
Sep 12 10:31:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:31:04 ubuntu kernel: [3263178.534315] connection2:0: detected conn error (1020)
Sep 12 10:31:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:07 ubuntu kernel: [3263181.538872] connection2:0: detected conn error (1020)
Sep 12 10:31:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:31:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:31:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00404 seconds (0.00000/s)
Sep 12 10:31:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:31:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:31:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:31:10 ubuntu kernel: [3263184.543263] connection2:0: detected conn error (1020)
Sep 12 10:31:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:31:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:31:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00565 seconds (0.00000/s)
Sep 12 10:31:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:31:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:31:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:31:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:13 ubuntu kernel: [3263187.546245] connection2:0: detected conn error (1020)
Sep 12 10:31:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:16 ubuntu kernel: [3263190.550313] connection2:0: detected conn error (1020)
Sep 12 10:31:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:19 ubuntu kernel: [3263193.555030] connection2:0: detected conn error (1020)
Sep 12 10:31:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:22 ubuntu kernel: [3263196.558881] connection2:0: detected conn error (1020)
Sep 12 10:31:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:23 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:31:23 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:31:23 ubuntu 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
Sep 12 10:31:23 ubuntu 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
Sep 12 10:31:25 ubuntu kernel: [3263199.562713] connection2:0: detected conn error (1020)
Sep 12 10:31:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:28 ubuntu kernel: [3263202.567241] connection2:0: detected conn error (1020)
Sep 12 10:31:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:31 ubuntu kernel: [3263205.572109] connection2:0: detected conn error (1020)
Sep 12 10:31:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:31:32 ubuntu object-replicator: Nothing replicated for 0.00276279449463 seconds.
Sep 12 10:31:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:31:34 ubuntu kernel: [3263208.577357] connection2:0: detected conn error (1020)
Sep 12 10:31:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:37 ubuntu kernel: [3263211.582343] connection2:0: detected conn error (1020)
Sep 12 10:31:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:31:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:31:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00361 seconds (0.00000/s)
Sep 12 10:31:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:31:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:31:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:31:40 ubuntu kernel: [3263214.586886] connection2:0: detected conn error (1020)
Sep 12 10:31:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:31:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:31:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00404 seconds (0.00000/s)
Sep 12 10:31:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:31:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:31:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:31:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:43 ubuntu kernel: [3263217.593521] connection2:0: detected conn error (1020)
Sep 12 10:31:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:46 ubuntu kernel: [3263220.597096] connection2:0: detected conn error (1020)
Sep 12 10:31:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:49 ubuntu kernel: [3263223.600633] connection2:0: detected conn error (1020)
Sep 12 10:31:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:52 ubuntu kernel: [3263226.605149] connection2:0: detected conn error (1020)
Sep 12 10:31:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:31:53 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:31:53 ubuntu 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
Sep 12 10:31:53 ubuntu 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
Sep 12 10:31:53 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:31:53 ubuntu 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
Sep 12 10:31:55 ubuntu kernel: [3263229.609837] connection2:0: detected conn error (1020)
Sep 12 10:31:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:31:58 ubuntu kernel: [3263232.613712] connection2:0: detected conn error (1020)
Sep 12 10:31:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:31:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:01 ubuntu kernel: [3263235.617791] connection2:0: detected conn error (1020)
Sep 12 10:32:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:32:02 ubuntu object-replicator: Nothing replicated for 0.00646710395813 seconds.
Sep 12 10:32:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:32:04 ubuntu kernel: [3263238.622252] connection2:0: detected conn error (1020)
Sep 12 10:32:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:07 ubuntu kernel: [3263241.626342] connection2:0: detected conn error (1020)
Sep 12 10:32:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:32:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:32:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00518 seconds (0.00000/s)
Sep 12 10:32:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:32:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:32:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:32:10 ubuntu kernel: [3263244.629858] connection2:0: detected conn error (1020)
Sep 12 10:32:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:32:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:32:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00415 seconds (0.00000/s)
Sep 12 10:32:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:32:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:32:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:32:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:13 ubuntu kernel: [3263247.633368] connection2:0: detected conn error (1020)
Sep 12 10:32:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:16 ubuntu kernel: [3263250.637998] connection2:0: detected conn error (1020)
Sep 12 10:32:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:19 ubuntu kernel: [3263253.642281] connection2:0: detected conn error (1020)
Sep 12 10:32:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:22 ubuntu kernel: [3263256.647120] connection2:0: detected conn error (1020)
Sep 12 10:32:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:23 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:32:23 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:32:23 ubuntu 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
Sep 12 10:32:23 ubuntu 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
Sep 12 10:32:25 ubuntu kernel: [3263259.651127] connection2:0: detected conn error (1020)
Sep 12 10:32:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:28 ubuntu kernel: [3263262.655485] connection2:0: detected conn error (1020)
Sep 12 10:32:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:31 ubuntu kernel: [3263265.661564] connection2:0: detected conn error (1020)
Sep 12 10:32:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:32:32 ubuntu object-replicator: Nothing replicated for 0.00413298606873 seconds.
Sep 12 10:32:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:32:34 ubuntu kernel: [3263268.664973] connection2:0: detected conn error (1020)
Sep 12 10:32:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:37 ubuntu kernel: [3263271.669576] connection2:0: detected conn error (1020)
Sep 12 10:32:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:32:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:32:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00486 seconds (0.00000/s)
Sep 12 10:32:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:32:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:32:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:32:40 ubuntu kernel: [3263274.681765] connection2:0: detected conn error (1020)
Sep 12 10:32:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:32:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:32:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00492 seconds (0.00000/s)
Sep 12 10:32:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:32:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:32:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:32:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:43 ubuntu kernel: [3263277.687420] connection2:0: detected conn error (1020)
Sep 12 10:32:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:46 ubuntu kernel: [3263280.692314] connection2:0: detected conn error (1020)
Sep 12 10:32:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:49 ubuntu kernel: [3263283.696142] connection2:0: detected conn error (1020)
Sep 12 10:32:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:52 ubuntu kernel: [3263286.700503] connection2:0: detected conn error (1020)
Sep 12 10:32:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:54 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:32:54 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:32:54 ubuntu 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
Sep 12 10:32:54 ubuntu 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
Sep 12 10:32:54 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:32:54 ubuntu 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
Sep 12 10:32:55 ubuntu kernel: [3263289.704891] connection2:0: detected conn error (1020)
Sep 12 10:32:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:32:58 ubuntu kernel: [3263292.707984] connection2:0: detected conn error (1020)
Sep 12 10:32:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:32:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:01 ubuntu kernel: [3263295.711295] connection2:0: detected conn error (1020)
Sep 12 10:33:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:33:02 ubuntu object-replicator: Nothing replicated for 0.00331497192383 seconds.
Sep 12 10:33:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:33:04 ubuntu kernel: [3263298.715412] connection2:0: detected conn error (1020)
Sep 12 10:33:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:07 ubuntu kernel: [3263301.727660] connection2:0: detected conn error (1020)
Sep 12 10:33:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:33:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:33:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00455 seconds (0.00000/s)
Sep 12 10:33:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:33:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:33:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:33:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:33:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:33:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00363 seconds (0.00000/s)
Sep 12 10:33:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:33:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:33:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:33:10 ubuntu kernel: [3263304.730661] connection2:0: detected conn error (1020)
Sep 12 10:33:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:13 ubuntu kernel: [3263307.734693] connection2:0: detected conn error (1020)
Sep 12 10:33:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:16 ubuntu kernel: [3263310.738749] connection2:0: detected conn error (1020)
Sep 12 10:33:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:19 ubuntu kernel: [3263313.742465] connection2:0: detected conn error (1020)
Sep 12 10:33:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:22 ubuntu kernel: [3263316.746814] connection2:0: detected conn error (1020)
Sep 12 10:33:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:24 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:33:24 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:33:24 ubuntu 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
Sep 12 10:33:24 ubuntu 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
Sep 12 10:33:25 ubuntu kernel: [3263319.750203] connection2:0: detected conn error (1020)
Sep 12 10:33:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:28 ubuntu kernel: [3263322.753778] connection2:0: detected conn error (1020)
Sep 12 10:33:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:31 ubuntu kernel: [3263325.757845] connection2:0: detected conn error (1020)
Sep 12 10:33:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:33:32 ubuntu object-replicator: Nothing replicated for 0.00399208068848 seconds.
Sep 12 10:33:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:33:34 ubuntu kernel: [3263328.761864] connection2:0: detected conn error (1020)
Sep 12 10:33:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:37 ubuntu kernel: [3263331.766477] connection2:0: detected conn error (1020)
Sep 12 10:33:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:33:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:33:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00374 seconds (0.00000/s)
Sep 12 10:33:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:33:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:33:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:33:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:33:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:33:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00350 seconds (0.00000/s)
Sep 12 10:33:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:33:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:33:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:33:40 ubuntu kernel: [3263334.770110] connection2:0: detected conn error (1020)
Sep 12 10:33:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:43 ubuntu kernel: [3263337.773417] connection2:0: detected conn error (1020)
Sep 12 10:33:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:46 ubuntu kernel: [3263340.777901] connection2:0: detected conn error (1020)
Sep 12 10:33:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:49 ubuntu kernel: [3263343.781726] connection2:0: detected conn error (1020)
Sep 12 10:33:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:52 ubuntu kernel: [3263346.786465] connection2:0: detected conn error (1020)
Sep 12 10:33:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:54 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:33:54 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:33:54 ubuntu 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
Sep 12 10:33:54 ubuntu 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
Sep 12 10:33:55 ubuntu kernel: [3263349.790244] connection2:0: detected conn error (1020)
Sep 12 10:33:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:33:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:33:58 ubuntu kernel: [3263352.793642] connection2:0: detected conn error (1020)
Sep 12 10:33:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:01 ubuntu kernel: [3263355.797562] connection2:0: detected conn error (1020)
Sep 12 10:34:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:34:02 ubuntu object-replicator: Nothing replicated for 0.00371909141541 seconds.
Sep 12 10:34:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:34:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:04 ubuntu kernel: [3263358.801119] connection2:0: detected conn error (1020)
Sep 12 10:34:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:07 ubuntu kernel: [3263361.804214] connection2:0: detected conn error (1020)
Sep 12 10:34:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:34:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:34:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00397 seconds (0.00000/s)
Sep 12 10:34:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:34:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:34:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:34:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:34:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:34:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00377 seconds (0.00000/s)
Sep 12 10:34:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:34:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:34:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:34:10 ubuntu kernel: [3263364.808539] connection2:0: detected conn error (1020)
Sep 12 10:34:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:13 ubuntu kernel: [3263367.811912] connection2:0: detected conn error (1020)
Sep 12 10:34:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:16 ubuntu kernel: [3263370.815799] connection2:0: detected conn error (1020)
Sep 12 10:34:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:19 ubuntu kernel: [3263373.819384] connection2:0: detected conn error (1020)
Sep 12 10:34:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:22 ubuntu kernel: [3263376.823346] connection2:0: detected conn error (1020)
Sep 12 10:34:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:24 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:34:24 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:34:24 ubuntu 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
Sep 12 10:34:24 ubuntu 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
Sep 12 10:34:25 ubuntu kernel: [3263379.827158] connection2:0: detected conn error (1020)
Sep 12 10:34:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:28 ubuntu kernel: [3263382.831042] connection2:0: detected conn error (1020)
Sep 12 10:34:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:31 ubuntu kernel: [3263385.835377] connection2:0: detected conn error (1020)
Sep 12 10:34:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:34:32 ubuntu object-replicator: Nothing replicated for 0.00522613525391 seconds.
Sep 12 10:34:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:34:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:33 ubuntu container-updater: Begin container update sweep
Sep 12 10:34:33 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 10:34:34 ubuntu kernel: [3263388.839989] connection2:0: detected conn error (1020)
Sep 12 10:34:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:37 ubuntu kernel: [3263391.843173] connection2:0: detected conn error (1020)
Sep 12 10:34:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:34:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:34:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00347 seconds (0.00000/s)
Sep 12 10:34:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:34:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:34:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:34:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:34:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:34:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00390 seconds (0.00000/s)
Sep 12 10:34:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:34:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:34:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:34:40 ubuntu kernel: [3263394.847322] connection2:0: detected conn error (1020)
Sep 12 10:34:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:44 ubuntu kernel: [3263397.851089] connection2:0: detected conn error (1020)
Sep 12 10:34:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:45 ubuntu object-updater: Begin object update sweep
Sep 12 10:34:45 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 10:34:45 ubuntu object-updater: Object update sweep completed: 0.06s
Sep 12 10:34:47 ubuntu kernel: [3263400.855024] connection2:0: detected conn error (1020)
Sep 12 10:34:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:50 ubuntu kernel: [3263403.859891] connection2:0: detected conn error (1020)
Sep 12 10:34:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:53 ubuntu kernel: [3263406.863647] connection2:0: detected conn error (1020)
Sep 12 10:34:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:54 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:34:54 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:34:54 ubuntu 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
Sep 12 10:34:54 ubuntu 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
Sep 12 10:34:56 ubuntu kernel: [3263409.867662] connection2:0: detected conn error (1020)
Sep 12 10:34:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:34:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:34:59 ubuntu kernel: [3263412.870802] connection2:0: detected conn error (1020)
Sep 12 10:34:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:02 ubuntu kernel: [3263415.875214] connection2:0: detected conn error (1020)
Sep 12 10:35:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:35:02 ubuntu object-replicator: Nothing replicated for 0.0023238658905 seconds.
Sep 12 10:35:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:35:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:05 ubuntu kernel: [3263418.878876] connection2:0: detected conn error (1020)
Sep 12 10:35:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:08 ubuntu kernel: [3263421.883288] connection2:0: detected conn error (1020)
Sep 12 10:35:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:35:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:35:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00348 seconds (0.00000/s)
Sep 12 10:35:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:35:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:35:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:35:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:35:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:35:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00357 seconds (0.00000/s)
Sep 12 10:35:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:35:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:35:10 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:35:11 ubuntu kernel: [3263424.886954] connection2:0: detected conn error (1020)
Sep 12 10:35:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:14 ubuntu kernel: [3263427.891362] connection2:0: detected conn error (1020)
Sep 12 10:35:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:17 ubuntu kernel: [3263430.895020] connection2:0: detected conn error (1020)
Sep 12 10:35:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:20 ubuntu kernel: [3263433.899557] connection2:0: detected conn error (1020)
Sep 12 10:35:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:23 ubuntu kernel: [3263436.903380] connection2:0: detected conn error (1020)
Sep 12 10:35:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:25 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:35:25 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:35:25 ubuntu 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
Sep 12 10:35:25 ubuntu 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
Sep 12 10:35:26 ubuntu kernel: [3263439.913400] connection2:0: detected conn error (1020)
Sep 12 10:35:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:29 ubuntu kernel: [3263442.916863] connection2:0: detected conn error (1020)
Sep 12 10:35:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:32 ubuntu kernel: [3263445.921174] connection2:0: detected conn error (1020)
Sep 12 10:35:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:35:32 ubuntu object-replicator: Nothing replicated for 0.0125000476837 seconds.
Sep 12 10:35:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:35:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:35 ubuntu kernel: [3263448.925395] connection2:0: detected conn error (1020)
Sep 12 10:35:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:38 ubuntu kernel: [3263451.929300] connection2:0: detected conn error (1020)
Sep 12 10:35:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:35:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:35:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00520 seconds (0.00000/s)
Sep 12 10:35:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:35:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:35:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:35:40 ubuntu account-replicator: Beginning replication run
Sep 12 10:35:40 ubuntu account-replicator: Replication run OVER
Sep 12 10:35:40 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00345 seconds (0.00000/s)
Sep 12 10:35:40 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:35:40 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:35:40 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:35:41 ubuntu kernel: [3263454.933574] connection2:0: detected conn error (1020)
Sep 12 10:35:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:44 ubuntu kernel: [3263457.938606] connection2:0: detected conn error (1020)
Sep 12 10:35:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:47 ubuntu kernel: [3263460.943119] connection2:0: detected conn error (1020)
Sep 12 10:35:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:50 ubuntu kernel: [3263463.947235] connection2:0: detected conn error (1020)
Sep 12 10:35:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:53 ubuntu kernel: [3263466.951382] connection2:0: detected conn error (1020)
Sep 12 10:35:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:55 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:35:55 ubuntu 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
Sep 12 10:35:55 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:35:55 ubuntu 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
Sep 12 10:35:55 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:35:55 ubuntu 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
Sep 12 10:35:56 ubuntu kernel: [3263469.954865] connection2:0: detected conn error (1020)
Sep 12 10:35:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:35:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:35:59 ubuntu kernel: [3263472.957837] connection2:0: detected conn error (1020)
Sep 12 10:35:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:02 ubuntu kernel: [3263475.961365] connection2:0: detected conn error (1020)
Sep 12 10:36:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:36:02 ubuntu object-replicator: Nothing replicated for 0.00170493125916 seconds.
Sep 12 10:36:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:36:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:05 ubuntu kernel: [3263478.965684] connection2:0: detected conn error (1020)
Sep 12 10:36:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:08 ubuntu kernel: [3263481.969843] connection2:0: detected conn error (1020)
Sep 12 10:36:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:36:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:36:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00300 seconds (0.00000/s)
Sep 12 10:36:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:36:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:36:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:36:10 ubuntu account-replicator: Beginning replication run
Sep 12 10:36:10 ubuntu account-replicator: Replication run OVER
Sep 12 10:36:10 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00323 seconds (0.00000/s)
Sep 12 10:36:10 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:36:10 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:36:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:36:11 ubuntu kernel: [3263484.973796] connection2:0: detected conn error (1020)
Sep 12 10:36:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:14 ubuntu kernel: [3263487.977605] connection2:0: detected conn error (1020)
Sep 12 10:36:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:17 ubuntu kernel: [3263490.982330] connection2:0: detected conn error (1020)
Sep 12 10:36:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:20 ubuntu kernel: [3263493.985826] connection2:0: detected conn error (1020)
Sep 12 10:36:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:23 ubuntu kernel: [3263496.990709] connection2:0: detected conn error (1020)
Sep 12 10:36:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:25 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:36:25 ubuntu 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
Sep 12 10:36:25 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:36:25 ubuntu 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
Sep 12 10:36:26 ubuntu kernel: [3263499.994874] connection2:0: detected conn error (1020)
Sep 12 10:36:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:29 ubuntu kernel: [3263502.999056] connection2:0: detected conn error (1020)
Sep 12 10:36:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:32 ubuntu kernel: [3263506.006779] connection2:0: detected conn error (1020)
Sep 12 10:36:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:36:32 ubuntu object-replicator: Nothing replicated for 0.00308799743652 seconds.
Sep 12 10:36:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:36:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:35 ubuntu kernel: [3263509.011020] connection2:0: detected conn error (1020)
Sep 12 10:36:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:38 ubuntu kernel: [3263512.015336] connection2:0: detected conn error (1020)
Sep 12 10:36:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:36:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:36:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00404 seconds (0.00000/s)
Sep 12 10:36:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:36:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:36:39 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:36:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:36:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:36:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00351 seconds (0.00000/s)
Sep 12 10:36:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:36:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:36:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:36:41 ubuntu kernel: [3263515.019276] connection2:0: detected conn error (1020)
Sep 12 10:36:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:44 ubuntu kernel: [3263518.029331] connection2:0: detected conn error (1020)
Sep 12 10:36:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:47 ubuntu kernel: [3263521.032419] connection2:0: detected conn error (1020)
Sep 12 10:36:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:50 ubuntu kernel: [3263524.036375] connection2:0: detected conn error (1020)
Sep 12 10:36:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:53 ubuntu kernel: [3263527.040676] connection2:0: detected conn error (1020)
Sep 12 10:36:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:55 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:36:55 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:36:55 ubuntu 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
Sep 12 10:36:55 ubuntu 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
Sep 12 10:36:56 ubuntu kernel: [3263530.045121] connection2:0: detected conn error (1020)
Sep 12 10:36:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:36:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:36:59 ubuntu kernel: [3263533.049477] connection2:0: detected conn error (1020)
Sep 12 10:37:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:02 ubuntu kernel: [3263536.054074] connection2:0: detected conn error (1020)
Sep 12 10:37:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:37:02 ubuntu object-replicator: Nothing replicated for 0.00487899780273 seconds.
Sep 12 10:37:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:37:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:05 ubuntu kernel: [3263539.059232] connection2:0: detected conn error (1020)
Sep 12 10:37:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:08 ubuntu kernel: [3263542.062569] connection2:0: detected conn error (1020)
Sep 12 10:37:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:09 ubuntu container-replicator: Beginning replication run
Sep 12 10:37:09 ubuntu container-replicator: Replication run OVER
Sep 12 10:37:09 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00668 seconds (0.00000/s)
Sep 12 10:37:09 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:37:09 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:37:09 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:37:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:37:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:37:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00339 seconds (0.00000/s)
Sep 12 10:37:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:37:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:37:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:37:11 ubuntu kernel: [3263545.066296] connection2:0: detected conn error (1020)
Sep 12 10:37:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:14 ubuntu kernel: [3263548.069571] connection2:0: detected conn error (1020)
Sep 12 10:37:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:17 ubuntu kernel: [3263551.073007] connection2:0: detected conn error (1020)
Sep 12 10:37:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:20 ubuntu kernel: [3263554.076671] connection2:0: detected conn error (1020)
Sep 12 10:37:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:23 ubuntu kernel: [3263557.080196] connection2:0: detected conn error (1020)
Sep 12 10:37:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:25 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:37:25 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:37:25 ubuntu 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
Sep 12 10:37:25 ubuntu 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
Sep 12 10:37:25 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:37:25 ubuntu 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
Sep 12 10:37:26 ubuntu kernel: [3263560.084523] connection2:0: detected conn error (1020)
Sep 12 10:37:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:29 ubuntu kernel: [3263563.087991] connection2:0: detected conn error (1020)
Sep 12 10:37:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:32 ubuntu kernel: [3263566.091596] connection2:0: detected conn error (1020)
Sep 12 10:37:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:37:32 ubuntu object-replicator: Nothing replicated for 0.00202918052673 seconds.
Sep 12 10:37:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:37:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:35 ubuntu kernel: [3263569.095905] connection2:0: detected conn error (1020)
Sep 12 10:37:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:38 ubuntu kernel: [3263572.100283] connection2:0: detected conn error (1020)
Sep 12 10:37:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:39 ubuntu container-replicator: Beginning replication run
Sep 12 10:37:39 ubuntu container-replicator: Replication run OVER
Sep 12 10:37:39 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00357 seconds (0.00000/s)
Sep 12 10:37:39 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:37:39 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:37:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:37:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:37:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:37:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00356 seconds (0.00000/s)
Sep 12 10:37:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:37:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:37:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:37:41 ubuntu kernel: [3263575.104390] connection2:0: detected conn error (1020)
Sep 12 10:37:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:44 ubuntu kernel: [3263578.108532] connection2:0: detected conn error (1020)
Sep 12 10:37:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:47 ubuntu kernel: [3263581.112174] connection2:0: detected conn error (1020)
Sep 12 10:37:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:50 ubuntu kernel: [3263584.116177] connection2:0: detected conn error (1020)
Sep 12 10:37:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:53 ubuntu kernel: [3263587.120400] connection2:0: detected conn error (1020)
Sep 12 10:37:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:56 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:37:56 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:37:56 ubuntu 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
Sep 12 10:37:56 ubuntu 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
Sep 12 10:37:56 ubuntu kernel: [3263590.124374] connection2:0: detected conn error (1020)
Sep 12 10:37:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:37:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:37:59 ubuntu kernel: [3263593.128548] connection2:0: detected conn error (1020)
Sep 12 10:38:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:02 ubuntu kernel: [3263596.135350] connection2:0: detected conn error (1020)
Sep 12 10:38:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:38:02 ubuntu object-replicator: Nothing replicated for 0.00240182876587 seconds.
Sep 12 10:38:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:38:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:05 ubuntu kernel: [3263599.138456] connection2:0: detected conn error (1020)
Sep 12 10:38:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:08 ubuntu kernel: [3263602.142556] connection2:0: detected conn error (1020)
Sep 12 10:38:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:38:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:38:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00358 seconds (0.00000/s)
Sep 12 10:38:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:38:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:38:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:38:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:38:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:38:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00342 seconds (0.00000/s)
Sep 12 10:38:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:38:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:38:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:38:11 ubuntu kernel: [3263605.148190] connection2:0: detected conn error (1020)
Sep 12 10:38:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:14 ubuntu kernel: [3263608.151661] connection2:0: detected conn error (1020)
Sep 12 10:38:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:17 ubuntu kernel: [3263611.156150] connection2:0: detected conn error (1020)
Sep 12 10:38:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:20 ubuntu kernel: [3263614.160693] connection2:0: detected conn error (1020)
Sep 12 10:38:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:23 ubuntu kernel: [3263617.164897] connection2:0: detected conn error (1020)
Sep 12 10:38:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:26 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:38:26 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:38:26 ubuntu 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
Sep 12 10:38:26 ubuntu 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
Sep 12 10:38:26 ubuntu kernel: [3263620.168220] connection2:0: detected conn error (1020)
Sep 12 10:38:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:29 ubuntu kernel: [3263623.173077] connection2:0: detected conn error (1020)
Sep 12 10:38:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:32 ubuntu kernel: [3263626.176921] connection2:0: detected conn error (1020)
Sep 12 10:38:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:38:32 ubuntu object-replicator: Nothing replicated for 0.0042200088501 seconds.
Sep 12 10:38:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:38:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:35 ubuntu kernel: [3263629.180470] connection2:0: detected conn error (1020)
Sep 12 10:38:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:38 ubuntu kernel: [3263632.184282] connection2:0: detected conn error (1020)
Sep 12 10:38:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:38:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:38:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00368 seconds (0.00000/s)
Sep 12 10:38:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:38:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:38:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:38:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:38:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:38:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00517 seconds (0.00000/s)
Sep 12 10:38:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:38:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:38:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:38:41 ubuntu kernel: [3263635.190219] connection2:0: detected conn error (1020)
Sep 12 10:38:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:44 ubuntu kernel: [3263638.194527] connection2:0: detected conn error (1020)
Sep 12 10:38:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:47 ubuntu kernel: [3263641.198505] connection2:0: detected conn error (1020)
Sep 12 10:38:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:50 ubuntu kernel: [3263644.203157] connection2:0: detected conn error (1020)
Sep 12 10:38:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:53 ubuntu kernel: [3263647.210094] connection2:0: detected conn error (1020)
Sep 12 10:38:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:56 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:38:56 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:38:56 ubuntu 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
Sep 12 10:38:56 ubuntu 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
Sep 12 10:38:56 ubuntu kernel: [3263650.216174] connection2:0: detected conn error (1020)
Sep 12 10:38:56 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:38:56 ubuntu 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
Sep 12 10:38:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:38:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:38:59 ubuntu kernel: [3263653.221885] connection2:0: detected conn error (1020)
Sep 12 10:39:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:02 ubuntu kernel: [3263656.226374] connection2:0: detected conn error (1020)
Sep 12 10:39:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:39:02 ubuntu object-replicator: Nothing replicated for 0.00453901290894 seconds.
Sep 12 10:39:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:39:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:05 ubuntu kernel: [3263659.230359] connection2:0: detected conn error (1020)
Sep 12 10:39:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:08 ubuntu kernel: [3263662.235728] connection2:0: detected conn error (1020)
Sep 12 10:39:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:39:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:39:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00354 seconds (0.00000/s)
Sep 12 10:39:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:39:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:39:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:39:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:39:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:39:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00468 seconds (0.00000/s)
Sep 12 10:39:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:39:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:39:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:39:11 ubuntu kernel: [3263665.239914] connection2:0: detected conn error (1020)
Sep 12 10:39:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:14 ubuntu kernel: [3263668.283144] connection2:0: detected conn error (1020)
Sep 12 10:39:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:17 ubuntu kernel: [3263671.287462] connection2:0: detected conn error (1020)
Sep 12 10:39:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:20 ubuntu kernel: [3263674.291534] connection2:0: detected conn error (1020)
Sep 12 10:39:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:23 ubuntu kernel: [3263677.296899] connection2:0: detected conn error (1020)
Sep 12 10:39:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:26 ubuntu kernel: [3263680.300150] connection2:0: detected conn error (1020)
Sep 12 10:39:26 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:39:26 ubuntu 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
Sep 12 10:39:26 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:39:26 ubuntu 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
Sep 12 10:39:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:29 ubuntu kernel: [3263683.304253] connection2:0: detected conn error (1020)
Sep 12 10:39:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:39:32 ubuntu object-replicator: Nothing replicated for 0.00270104408264 seconds.
Sep 12 10:39:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:39:32 ubuntu kernel: [3263686.310075] connection2:0: detected conn error (1020)
Sep 12 10:39:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:34 ubuntu container-updater: Begin container update sweep
Sep 12 10:39:34 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 10:39:35 ubuntu kernel: [3263689.314714] connection2:0: detected conn error (1020)
Sep 12 10:39:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:38 ubuntu kernel: [3263692.319155] connection2:0: detected conn error (1020)
Sep 12 10:39:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:39:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:39:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00361 seconds (0.00000/s)
Sep 12 10:39:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:39:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:39:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:39:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:39:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:39:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00445 seconds (0.00000/s)
Sep 12 10:39:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:39:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:39:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:39:41 ubuntu kernel: [3263695.323119] connection2:0: detected conn error (1020)
Sep 12 10:39:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:44 ubuntu kernel: [3263698.327543] connection2:0: detected conn error (1020)
Sep 12 10:39:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:45 ubuntu object-updater: Begin object update sweep
Sep 12 10:39:45 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 10:39:45 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 10:39:47 ubuntu kernel: [3263701.332033] connection2:0: detected conn error (1020)
Sep 12 10:39:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:50 ubuntu kernel: [3263704.336345] connection2:0: detected conn error (1020)
Sep 12 10:39:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:53 ubuntu kernel: [3263707.341553] connection2:0: detected conn error (1020)
Sep 12 10:39:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:56 ubuntu kernel: [3263710.346004] connection2:0: detected conn error (1020)
Sep 12 10:39:56 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:39:56 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:39:56 ubuntu 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
Sep 12 10:39:56 ubuntu 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
Sep 12 10:39:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:39:57 ubuntu 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
Sep 12 10:39:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:39:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:39:59 ubuntu kernel: [3263713.350323] connection2:0: detected conn error (1020)
Sep 12 10:40:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:40:02 ubuntu object-replicator: Nothing replicated for 0.00502300262451 seconds.
Sep 12 10:40:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:40:02 ubuntu kernel: [3263716.355548] connection2:0: detected conn error (1020)
Sep 12 10:40:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:05 ubuntu kernel: [3263719.359737] connection2:0: detected conn error (1020)
Sep 12 10:40:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:08 ubuntu kernel: [3263722.363577] connection2:0: detected conn error (1020)
Sep 12 10:40:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:40:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:40:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00278 seconds (0.00000/s)
Sep 12 10:40:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:40:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:40:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:40:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:40:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:40:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00255 seconds (0.00000/s)
Sep 12 10:40:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:40:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:40:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:40:11 ubuntu kernel: [3263725.368599] connection2:0: detected conn error (1020)
Sep 12 10:40:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:14 ubuntu kernel: [3263728.371903] connection2:0: detected conn error (1020)
Sep 12 10:40:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:17 ubuntu kernel: [3263731.377338] connection2:0: detected conn error (1020)
Sep 12 10:40:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:20 ubuntu kernel: [3263734.381741] connection2:0: detected conn error (1020)
Sep 12 10:40:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:23 ubuntu kernel: [3263737.385814] connection2:0: detected conn error (1020)
Sep 12 10:40:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:26 ubuntu kernel: [3263740.389411] connection2:0: detected conn error (1020)
Sep 12 10:40:27 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:40:27 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:40:27 ubuntu 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
Sep 12 10:40:27 ubuntu 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
Sep 12 10:40:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:27 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:40:27 ubuntu 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
Sep 12 10:40:29 ubuntu kernel: [3263743.393116] connection2:0: detected conn error (1020)
Sep 12 10:40:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:40:32 ubuntu object-replicator: Nothing replicated for 0.00581312179565 seconds.
Sep 12 10:40:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:40:32 ubuntu kernel: [3263746.397387] connection2:0: detected conn error (1020)
Sep 12 10:40:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:35 ubuntu kernel: [3263749.402433] connection2:0: detected conn error (1020)
Sep 12 10:40:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:38 ubuntu kernel: [3263752.406279] connection2:0: detected conn error (1020)
Sep 12 10:40:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:40:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:40:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00220 seconds (0.00000/s)
Sep 12 10:40:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:40:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:40:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:40:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:40:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:40:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00376 seconds (0.00000/s)
Sep 12 10:40:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:40:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:40:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:40:41 ubuntu kernel: [3263755.410977] connection2:0: detected conn error (1020)
Sep 12 10:40:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:44 ubuntu kernel: [3263758.415432] connection2:0: detected conn error (1020)
Sep 12 10:40:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:47 ubuntu kernel: [3263761.419399] connection2:0: detected conn error (1020)
Sep 12 10:40:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:50 ubuntu kernel: [3263764.423345] connection2:0: detected conn error (1020)
Sep 12 10:40:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:53 ubuntu kernel: [3263767.428345] connection2:0: detected conn error (1020)
Sep 12 10:40:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:56 ubuntu kernel: [3263770.433331] connection2:0: detected conn error (1020)
Sep 12 10:40:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:40:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:40:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:40:57 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:40:57 ubuntu 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
Sep 12 10:40:57 ubuntu 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
Sep 12 10:40:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:40:57 ubuntu 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
Sep 12 10:40:59 ubuntu kernel: [3263773.437137] connection2:0: detected conn error (1020)
Sep 12 10:41:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:41:02 ubuntu object-replicator: Nothing replicated for 0.00334310531616 seconds.
Sep 12 10:41:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:41:02 ubuntu kernel: [3263776.440985] connection2:0: detected conn error (1020)
Sep 12 10:41:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:05 ubuntu kernel: [3263779.444726] connection2:0: detected conn error (1020)
Sep 12 10:41:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:08 ubuntu kernel: [3263782.449763] connection2:0: detected conn error (1020)
Sep 12 10:41:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:41:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:41:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00438 seconds (0.00000/s)
Sep 12 10:41:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:41:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:41:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:41:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:41:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:41:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00393 seconds (0.00000/s)
Sep 12 10:41:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:41:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:41:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:41:11 ubuntu kernel: [3263785.454238] connection2:0: detected conn error (1020)
Sep 12 10:41:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:14 ubuntu kernel: [3263788.458684] connection2:0: detected conn error (1020)
Sep 12 10:41:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:17 ubuntu kernel: [3263791.462850] connection2:0: detected conn error (1020)
Sep 12 10:41:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:20 ubuntu kernel: [3263794.466089] connection2:0: detected conn error (1020)
Sep 12 10:41:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:23 ubuntu kernel: [3263797.470216] connection2:0: detected conn error (1020)
Sep 12 10:41:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:26 ubuntu kernel: [3263800.474597] connection2:0: detected conn error (1020)
Sep 12 10:41:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:27 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:41:27 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:41:27 ubuntu 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
Sep 12 10:41:27 ubuntu 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
Sep 12 10:41:27 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:41:27 ubuntu 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
Sep 12 10:41:29 ubuntu kernel: [3263803.479213] connection2:0: detected conn error (1020)
Sep 12 10:41:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:41:32 ubuntu object-replicator: Nothing replicated for 0.00620102882385 seconds.
Sep 12 10:41:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:41:32 ubuntu kernel: [3263806.482923] connection2:0: detected conn error (1020)
Sep 12 10:41:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:35 ubuntu kernel: [3263809.486714] connection2:0: detected conn error (1020)
Sep 12 10:41:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:38 ubuntu kernel: [3263812.489969] connection2:0: detected conn error (1020)
Sep 12 10:41:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:41:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:41:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00392 seconds (0.00000/s)
Sep 12 10:41:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:41:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:41:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:41:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:41:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:41:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00762 seconds (0.00000/s)
Sep 12 10:41:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:41:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:41:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:41:41 ubuntu kernel: [3263815.494228] connection2:0: detected conn error (1020)
Sep 12 10:41:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:44 ubuntu kernel: [3263818.498717] connection2:0: detected conn error (1020)
Sep 12 10:41:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:47 ubuntu kernel: [3263821.502144] connection2:0: detected conn error (1020)
Sep 12 10:41:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:50 ubuntu kernel: [3263824.506049] connection2:0: detected conn error (1020)
Sep 12 10:41:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:53 ubuntu kernel: [3263827.510398] connection2:0: detected conn error (1020)
Sep 12 10:41:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:56 ubuntu kernel: [3263830.514417] connection2:0: detected conn error (1020)
Sep 12 10:41:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:41:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:41:57 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:41:57 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:41:57 ubuntu 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
Sep 12 10:41:57 ubuntu 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
Sep 12 10:41:59 ubuntu kernel: [3263833.518234] connection2:0: detected conn error (1020)
Sep 12 10:42:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:42:02 ubuntu object-replicator: Nothing replicated for 0.00505185127258 seconds.
Sep 12 10:42:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:42:02 ubuntu kernel: [3263836.522906] connection2:0: detected conn error (1020)
Sep 12 10:42:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:05 ubuntu kernel: [3263839.528240] connection2:0: detected conn error (1020)
Sep 12 10:42:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:08 ubuntu kernel: [3263842.531814] connection2:0: detected conn error (1020)
Sep 12 10:42:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:42:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:42:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00383 seconds (0.00000/s)
Sep 12 10:42:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:42:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:42:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:42:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:42:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:42:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00381 seconds (0.00000/s)
Sep 12 10:42:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:42:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:42:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:42:11 ubuntu kernel: [3263845.535745] connection2:0: detected conn error (1020)
Sep 12 10:42:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:14 ubuntu kernel: [3263848.540044] connection2:0: detected conn error (1020)
Sep 12 10:42:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:17 ubuntu kernel: [3263851.543994] connection2:0: detected conn error (1020)
Sep 12 10:42:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:20 ubuntu kernel: [3263854.547689] connection2:0: detected conn error (1020)
Sep 12 10:42:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:23 ubuntu kernel: [3263857.552646] connection2:0: detected conn error (1020)
Sep 12 10:42:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:26 ubuntu kernel: [3263860.556039] connection2:0: detected conn error (1020)
Sep 12 10:42:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:42:28 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:42:28 ubuntu 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
Sep 12 10:42:28 ubuntu 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
Sep 12 10:42:29 ubuntu kernel: [3263863.559845] connection2:0: detected conn error (1020)
Sep 12 10:42:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:42:32 ubuntu object-replicator: Nothing replicated for 0.00561904907227 seconds.
Sep 12 10:42:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:42:32 ubuntu kernel: [3263866.563529] connection2:0: detected conn error (1020)
Sep 12 10:42:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:35 ubuntu kernel: [3263869.566743] connection2:0: detected conn error (1020)
Sep 12 10:42:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:38 ubuntu kernel: [3263872.571027] connection2:0: detected conn error (1020)
Sep 12 10:42:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:42:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:42:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00400 seconds (0.00000/s)
Sep 12 10:42:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:42:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:42:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:42:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:42:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:42:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00435 seconds (0.00000/s)
Sep 12 10:42:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:42:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:42:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:42:41 ubuntu kernel: [3263875.575347] connection2:0: detected conn error (1020)
Sep 12 10:42:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:44 ubuntu kernel: [3263878.579502] connection2:0: detected conn error (1020)
Sep 12 10:42:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:47 ubuntu kernel: [3263881.583477] connection2:0: detected conn error (1020)
Sep 12 10:42:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:50 ubuntu kernel: [3263884.587735] connection2:0: detected conn error (1020)
Sep 12 10:42:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:53 ubuntu kernel: [3263887.591516] connection2:0: detected conn error (1020)
Sep 12 10:42:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:56 ubuntu kernel: [3263890.595089] connection2:0: detected conn error (1020)
Sep 12 10:42:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:42:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:42:58 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:42:58 ubuntu 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
Sep 12 10:42:58 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:42:58 ubuntu 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
Sep 12 10:42:58 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:42:58 ubuntu 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
Sep 12 10:42:59 ubuntu kernel: [3263893.599461] connection2:0: detected conn error (1020)
Sep 12 10:43:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:43:02 ubuntu object-replicator: Nothing replicated for 0.00537514686584 seconds.
Sep 12 10:43:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:43:02 ubuntu kernel: [3263896.605035] connection2:0: detected conn error (1020)
Sep 12 10:43:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:05 ubuntu kernel: [3263899.608580] connection2:0: detected conn error (1020)
Sep 12 10:43:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:08 ubuntu kernel: [3263902.612992] connection2:0: detected conn error (1020)
Sep 12 10:43:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:43:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:43:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00431 seconds (0.00000/s)
Sep 12 10:43:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:43:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:43:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:43:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:43:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:43:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00547 seconds (0.00000/s)
Sep 12 10:43:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:43:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:43:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:43:12 ubuntu kernel: [3263905.617358] connection2:0: detected conn error (1020)
Sep 12 10:43:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:15 ubuntu kernel: [3263908.620983] connection2:0: detected conn error (1020)
Sep 12 10:43:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:18 ubuntu kernel: [3263911.624736] connection2:0: detected conn error (1020)
Sep 12 10:43:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:21 ubuntu kernel: [3263914.628131] connection2:0: detected conn error (1020)
Sep 12 10:43:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:24 ubuntu kernel: [3263917.632646] connection2:0: detected conn error (1020)
Sep 12 10:43:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:27 ubuntu kernel: [3263920.636381] connection2:0: detected conn error (1020)
Sep 12 10:43:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:43:28 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:43:28 ubuntu 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
Sep 12 10:43:28 ubuntu 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
Sep 12 10:43:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:43:28 ubuntu 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
Sep 12 10:43:30 ubuntu kernel: [3263923.640447] connection2:0: detected conn error (1020)
Sep 12 10:43:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:43:32 ubuntu object-replicator: Nothing replicated for 0.00362300872803 seconds.
Sep 12 10:43:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:43:33 ubuntu kernel: [3263926.644643] connection2:0: detected conn error (1020)
Sep 12 10:43:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:36 ubuntu kernel: [3263929.648926] connection2:0: detected conn error (1020)
Sep 12 10:43:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:39 ubuntu kernel: [3263932.652868] connection2:0: detected conn error (1020)
Sep 12 10:43:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:43:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:43:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00410 seconds (0.00000/s)
Sep 12 10:43:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:43:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:43:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:43:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:43:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:43:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00576 seconds (0.00000/s)
Sep 12 10:43:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:43:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:43:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:43:42 ubuntu kernel: [3263935.658151] connection2:0: detected conn error (1020)
Sep 12 10:43:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:45 ubuntu kernel: [3263938.661972] connection2:0: detected conn error (1020)
Sep 12 10:43:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:48 ubuntu kernel: [3263941.667254] connection2:0: detected conn error (1020)
Sep 12 10:43:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:51 ubuntu kernel: [3263944.671125] connection2:0: detected conn error (1020)
Sep 12 10:43:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:54 ubuntu kernel: [3263947.676282] connection2:0: detected conn error (1020)
Sep 12 10:43:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:57 ubuntu kernel: [3263950.681134] connection2:0: detected conn error (1020)
Sep 12 10:43:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:43:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:43:58 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:43:58 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:43:58 ubuntu 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
Sep 12 10:43:58 ubuntu 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
Sep 12 10:44:00 ubuntu kernel: [3263953.685848] connection2:0: detected conn error (1020)
Sep 12 10:44:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:44:02 ubuntu object-replicator: Nothing replicated for 0.00979900360107 seconds.
Sep 12 10:44:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:44:03 ubuntu kernel: [3263956.689034] connection2:0: detected conn error (1020)
Sep 12 10:44:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:06 ubuntu kernel: [3263959.693286] connection2:0: detected conn error (1020)
Sep 12 10:44:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:09 ubuntu kernel: [3263962.699827] connection2:0: detected conn error (1020)
Sep 12 10:44:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:44:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:44:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00376 seconds (0.00000/s)
Sep 12 10:44:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:44:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:44:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:44:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:44:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:44:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00279 seconds (0.00000/s)
Sep 12 10:44:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:44:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:44:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:44:12 ubuntu kernel: [3263965.704165] connection2:0: detected conn error (1020)
Sep 12 10:44:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:15 ubuntu kernel: [3263968.708074] connection2:0: detected conn error (1020)
Sep 12 10:44:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:18 ubuntu kernel: [3263971.713123] connection2:0: detected conn error (1020)
Sep 12 10:44:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:21 ubuntu kernel: [3263974.717575] connection2:0: detected conn error (1020)
Sep 12 10:44:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:24 ubuntu kernel: [3263977.724262] connection2:0: detected conn error (1020)
Sep 12 10:44:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:27 ubuntu kernel: [3263980.728586] connection2:0: detected conn error (1020)
Sep 12 10:44:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:28 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:44:28 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:44:28 ubuntu 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
Sep 12 10:44:28 ubuntu 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
Sep 12 10:44:30 ubuntu kernel: [3263983.732314] connection2:0: detected conn error (1020)
Sep 12 10:44:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:44:32 ubuntu object-replicator: Nothing replicated for 0.00226998329163 seconds.
Sep 12 10:44:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:44:33 ubuntu kernel: [3263986.736849] connection2:0: detected conn error (1020)
Sep 12 10:44:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:34 ubuntu container-updater: Begin container update sweep
Sep 12 10:44:34 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 10:44:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:36 ubuntu kernel: [3263989.742306] connection2:0: detected conn error (1020)
Sep 12 10:44:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:39 ubuntu kernel: [3263992.748134] connection2:0: detected conn error (1020)
Sep 12 10:44:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:44:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:44:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00380 seconds (0.00000/s)
Sep 12 10:44:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:44:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:44:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:44:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:44:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:44:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00604 seconds (0.00000/s)
Sep 12 10:44:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:44:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:44:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:44:42 ubuntu kernel: [3263995.752734] connection2:0: detected conn error (1020)
Sep 12 10:44:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:45 ubuntu kernel: [3263998.756269] connection2:0: detected conn error (1020)
Sep 12 10:44:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:45 ubuntu object-updater: Begin object update sweep
Sep 12 10:44:45 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 10:44:45 ubuntu object-updater: Object update sweep completed: 0.15s
Sep 12 10:44:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:48 ubuntu kernel: [3264001.761223] connection2:0: detected conn error (1020)
Sep 12 10:44:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:51 ubuntu kernel: [3264004.768653] connection2:0: detected conn error (1020)
Sep 12 10:44:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:54 ubuntu kernel: [3264007.771757] connection2:0: detected conn error (1020)
Sep 12 10:44:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:57 ubuntu kernel: [3264010.775784] connection2:0: detected conn error (1020)
Sep 12 10:44:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:44:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:44:59 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:44:59 ubuntu 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
Sep 12 10:44:59 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:44:59 ubuntu 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
Sep 12 10:44:59 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:44:59 ubuntu 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
Sep 12 10:45:00 ubuntu kernel: [3264013.780072] connection2:0: detected conn error (1020)
Sep 12 10:45:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:45:02 ubuntu object-replicator: Nothing replicated for 0.00900411605835 seconds.
Sep 12 10:45:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:45:03 ubuntu kernel: [3264016.784696] connection2:0: detected conn error (1020)
Sep 12 10:45:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:06 ubuntu kernel: [3264019.788103] connection2:0: detected conn error (1020)
Sep 12 10:45:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:09 ubuntu kernel: [3264022.792398] connection2:0: detected conn error (1020)
Sep 12 10:45:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:45:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:45:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00511 seconds (0.00000/s)
Sep 12 10:45:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:45:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:45:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:45:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:45:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:45:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00381 seconds (0.00000/s)
Sep 12 10:45:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:45:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:45:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:45:12 ubuntu kernel: [3264025.796218] connection2:0: detected conn error (1020)
Sep 12 10:45:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:15 ubuntu kernel: [3264028.801253] connection2:0: detected conn error (1020)
Sep 12 10:45:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:18 ubuntu kernel: [3264031.807674] connection2:0: detected conn error (1020)
Sep 12 10:45:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:21 ubuntu kernel: [3264034.812201] connection2:0: detected conn error (1020)
Sep 12 10:45:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:24 ubuntu kernel: [3264037.817561] connection2:0: detected conn error (1020)
Sep 12 10:45:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:27 ubuntu kernel: [3264040.821173] connection2:0: detected conn error (1020)
Sep 12 10:45:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:29 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:45:29 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:45:29 ubuntu 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
Sep 12 10:45:29 ubuntu 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
Sep 12 10:45:30 ubuntu kernel: [3264043.825542] connection2:0: detected conn error (1020)
Sep 12 10:45:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:45:32 ubuntu object-replicator: Nothing replicated for 0.00433707237244 seconds.
Sep 12 10:45:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:45:33 ubuntu kernel: [3264046.830084] connection2:0: detected conn error (1020)
Sep 12 10:45:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:36 ubuntu kernel: [3264049.834165] connection2:0: detected conn error (1020)
Sep 12 10:45:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:39 ubuntu kernel: [3264052.838182] connection2:0: detected conn error (1020)
Sep 12 10:45:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:45:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:45:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00344 seconds (0.00000/s)
Sep 12 10:45:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:45:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:45:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:45:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:45:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:45:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00465 seconds (0.00000/s)
Sep 12 10:45:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:45:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:45:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:45:42 ubuntu kernel: [3264055.843328] connection2:0: detected conn error (1020)
Sep 12 10:45:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:45 ubuntu kernel: [3264058.850410] connection2:0: detected conn error (1020)
Sep 12 10:45:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:48 ubuntu kernel: [3264061.854564] connection2:0: detected conn error (1020)
Sep 12 10:45:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:51 ubuntu kernel: [3264064.858221] connection2:0: detected conn error (1020)
Sep 12 10:45:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:54 ubuntu kernel: [3264067.862613] connection2:0: detected conn error (1020)
Sep 12 10:45:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:57 ubuntu kernel: [3264070.868816] connection2:0: detected conn error (1020)
Sep 12 10:45:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:45:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:45:59 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:45:59 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:45:59 ubuntu 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
Sep 12 10:45:59 ubuntu 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
Sep 12 10:46:00 ubuntu kernel: [3264073.873524] connection2:0: detected conn error (1020)
Sep 12 10:46:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:46:02 ubuntu object-replicator: Nothing replicated for 0.00305199623108 seconds.
Sep 12 10:46:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:46:03 ubuntu kernel: [3264076.878090] connection2:0: detected conn error (1020)
Sep 12 10:46:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:06 ubuntu kernel: [3264079.882790] connection2:0: detected conn error (1020)
Sep 12 10:46:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:09 ubuntu kernel: [3264082.886190] connection2:0: detected conn error (1020)
Sep 12 10:46:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:46:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:46:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00361 seconds (0.00000/s)
Sep 12 10:46:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:46:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:46:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:46:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:46:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:46:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00369 seconds (0.00000/s)
Sep 12 10:46:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:46:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:46:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:46:12 ubuntu kernel: [3264085.889447] connection2:0: detected conn error (1020)
Sep 12 10:46:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:15 ubuntu kernel: [3264088.894350] connection2:0: detected conn error (1020)
Sep 12 10:46:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:18 ubuntu kernel: [3264091.899406] connection2:0: detected conn error (1020)
Sep 12 10:46:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:21 ubuntu kernel: [3264094.903710] connection2:0: detected conn error (1020)
Sep 12 10:46:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:24 ubuntu kernel: [3264097.908619] connection2:0: detected conn error (1020)
Sep 12 10:46:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:27 ubuntu kernel: [3264100.912661] connection2:0: detected conn error (1020)
Sep 12 10:46:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:29 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:46:29 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:46:29 ubuntu 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
Sep 12 10:46:29 ubuntu 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
Sep 12 10:46:30 ubuntu kernel: [3264103.917369] connection2:0: detected conn error (1020)
Sep 12 10:46:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:46:32 ubuntu object-replicator: Nothing replicated for 0.00368499755859 seconds.
Sep 12 10:46:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:46:33 ubuntu kernel: [3264106.921802] connection2:0: detected conn error (1020)
Sep 12 10:46:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:36 ubuntu kernel: [3264109.927555] connection2:0: detected conn error (1020)
Sep 12 10:46:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:39 ubuntu kernel: [3264112.931624] connection2:0: detected conn error (1020)
Sep 12 10:46:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:46:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:46:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00370 seconds (0.00000/s)
Sep 12 10:46:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:46:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:46:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:46:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:46:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:46:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00470 seconds (0.00000/s)
Sep 12 10:46:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:46:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:46:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:46:42 ubuntu kernel: [3264115.935884] connection2:0: detected conn error (1020)
Sep 12 10:46:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:45 ubuntu kernel: [3264118.940047] connection2:0: detected conn error (1020)
Sep 12 10:46:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:48 ubuntu kernel: [3264121.943680] connection2:0: detected conn error (1020)
Sep 12 10:46:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:51 ubuntu kernel: [3264124.948672] connection2:0: detected conn error (1020)
Sep 12 10:46:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:54 ubuntu kernel: [3264127.954408] connection2:0: detected conn error (1020)
Sep 12 10:46:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:57 ubuntu kernel: [3264130.958874] connection2:0: detected conn error (1020)
Sep 12 10:46:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:46:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:46:59 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:46:59 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:46:59 ubuntu 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
Sep 12 10:46:59 ubuntu 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
Sep 12 10:47:00 ubuntu kernel: [3264133.964677] connection2:0: detected conn error (1020)
Sep 12 10:47:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:47:02 ubuntu object-replicator: Nothing replicated for 0.00370907783508 seconds.
Sep 12 10:47:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:47:03 ubuntu kernel: [3264136.968720] connection2:0: detected conn error (1020)
Sep 12 10:47:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:06 ubuntu kernel: [3264139.972729] connection2:0: detected conn error (1020)
Sep 12 10:47:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:09 ubuntu kernel: [3264142.977660] connection2:0: detected conn error (1020)
Sep 12 10:47:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:47:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:47:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00407 seconds (0.00000/s)
Sep 12 10:47:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:47:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:47:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:47:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:47:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:47:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00378 seconds (0.00000/s)
Sep 12 10:47:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:47:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:47:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:47:12 ubuntu kernel: [3264145.982707] connection2:0: detected conn error (1020)
Sep 12 10:47:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:15 ubuntu kernel: [3264148.987225] connection2:0: detected conn error (1020)
Sep 12 10:47:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:18 ubuntu kernel: [3264151.991476] connection2:0: detected conn error (1020)
Sep 12 10:47:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:21 ubuntu kernel: [3264154.996018] connection2:0: detected conn error (1020)
Sep 12 10:47:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:24 ubuntu kernel: [3264158.000775] connection2:0: detected conn error (1020)
Sep 12 10:47:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:27 ubuntu kernel: [3264161.004955] connection2:0: detected conn error (1020)
Sep 12 10:47:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:29 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:47:29 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:47:29 ubuntu 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
Sep 12 10:47:29 ubuntu 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
Sep 12 10:47:30 ubuntu kernel: [3264164.010650] connection2:0: detected conn error (1020)
Sep 12 10:47:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:47:32 ubuntu object-replicator: Nothing replicated for 0.012983083725 seconds.
Sep 12 10:47:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:47:33 ubuntu kernel: [3264167.016038] connection2:0: detected conn error (1020)
Sep 12 10:47:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:36 ubuntu kernel: [3264170.020370] connection2:0: detected conn error (1020)
Sep 12 10:47:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:39 ubuntu kernel: [3264173.024608] connection2:0: detected conn error (1020)
Sep 12 10:47:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:47:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:47:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00372 seconds (0.00000/s)
Sep 12 10:47:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:47:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:47:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:47:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:47:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:47:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00500 seconds (0.00000/s)
Sep 12 10:47:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:47:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:47:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:47:42 ubuntu kernel: [3264176.029308] connection2:0: detected conn error (1020)
Sep 12 10:47:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:45 ubuntu kernel: [3264179.034053] connection2:0: detected conn error (1020)
Sep 12 10:47:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:48 ubuntu kernel: [3264182.040837] connection2:0: detected conn error (1020)
Sep 12 10:47:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:51 ubuntu kernel: [3264185.045348] connection2:0: detected conn error (1020)
Sep 12 10:47:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:54 ubuntu kernel: [3264188.049765] connection2:0: detected conn error (1020)
Sep 12 10:47:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:47:57 ubuntu kernel: [3264191.054041] connection2:0: detected conn error (1020)
Sep 12 10:47:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:47:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:00 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:48:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:48:00 ubuntu 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
Sep 12 10:48:00 ubuntu 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
Sep 12 10:48:00 ubuntu kernel: [3264194.058615] connection2:0: detected conn error (1020)
Sep 12 10:48:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:48:02 ubuntu object-replicator: Nothing replicated for 0.00182390213013 seconds.
Sep 12 10:48:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:48:03 ubuntu kernel: [3264197.063488] connection2:0: detected conn error (1020)
Sep 12 10:48:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:06 ubuntu kernel: [3264200.068334] connection2:0: detected conn error (1020)
Sep 12 10:48:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:09 ubuntu kernel: [3264203.071939] connection2:0: detected conn error (1020)
Sep 12 10:48:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:48:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:48:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00404 seconds (0.00000/s)
Sep 12 10:48:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:48:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:48:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:48:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:48:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:48:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00250 seconds (0.00000/s)
Sep 12 10:48:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:48:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:48:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:48:12 ubuntu kernel: [3264206.076024] connection2:0: detected conn error (1020)
Sep 12 10:48:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:15 ubuntu kernel: [3264209.080121] connection2:0: detected conn error (1020)
Sep 12 10:48:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:18 ubuntu kernel: [3264212.084272] connection2:0: detected conn error (1020)
Sep 12 10:48:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:21 ubuntu kernel: [3264215.088458] connection2:0: detected conn error (1020)
Sep 12 10:48:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:24 ubuntu kernel: [3264218.093413] connection2:0: detected conn error (1020)
Sep 12 10:48:25 ubuntu container-auditor: Container audit pass completed: 0.00s
Sep 12 10:48:25 ubuntu container-auditor: Begin container audit pass.
Sep 12 10:48:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:27 ubuntu kernel: [3264221.098074] connection2:0: detected conn error (1020)
Sep 12 10:48:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:30 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:48:30 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:48:30 ubuntu 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
Sep 12 10:48:30 ubuntu 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
Sep 12 10:48:30 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:48:30 ubuntu 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
Sep 12 10:48:30 ubuntu kernel: [3264224.103540] connection2:0: detected conn error (1020)
Sep 12 10:48:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:48:32 ubuntu object-replicator: Nothing replicated for 0.00226712226868 seconds.
Sep 12 10:48:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:48:33 ubuntu kernel: [3264227.107971] connection2:0: detected conn error (1020)
Sep 12 10:48:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:36 ubuntu kernel: [3264230.112214] connection2:0: detected conn error (1020)
Sep 12 10:48:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:39 ubuntu kernel: [3264233.117508] connection2:0: detected conn error (1020)
Sep 12 10:48:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:48:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:48:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00352 seconds (0.00000/s)
Sep 12 10:48:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:48:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:48:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:48:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:48:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:48:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00922 seconds (0.00000/s)
Sep 12 10:48:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:48:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:48:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:48:42 ubuntu kernel: [3264236.122521] connection2:0: detected conn error (1020)
Sep 12 10:48:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:45 ubuntu kernel: [3264239.126959] connection2:0: detected conn error (1020)
Sep 12 10:48:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:48 ubuntu kernel: [3264242.130545] connection2:0: detected conn error (1020)
Sep 12 10:48:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:51 ubuntu kernel: [3264245.135184] connection2:0: detected conn error (1020)
Sep 12 10:48:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:54 ubuntu kernel: [3264248.139856] connection2:0: detected conn error (1020)
Sep 12 10:48:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:48:57 ubuntu kernel: [3264251.144747] connection2:0: detected conn error (1020)
Sep 12 10:48:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:48:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:49:00 ubuntu 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
Sep 12 10:49:00 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:49:00 ubuntu 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
Sep 12 10:49:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:49:00 ubuntu 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
Sep 12 10:49:00 ubuntu kernel: [3264254.149056] connection2:0: detected conn error (1020)
Sep 12 10:49:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:49:02 ubuntu object-replicator: Nothing replicated for 0.0053608417511 seconds.
Sep 12 10:49:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:49:03 ubuntu kernel: [3264257.153978] connection2:0: detected conn error (1020)
Sep 12 10:49:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:06 ubuntu kernel: [3264260.158273] connection2:0: detected conn error (1020)
Sep 12 10:49:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:09 ubuntu kernel: [3264263.163322] connection2:0: detected conn error (1020)
Sep 12 10:49:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:49:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:49:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00367 seconds (0.00000/s)
Sep 12 10:49:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:49:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:49:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:49:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:49:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:49:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.01261 seconds (0.00000/s)
Sep 12 10:49:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:49:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:49:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:49:12 ubuntu kernel: [3264266.168147] connection2:0: detected conn error (1020)
Sep 12 10:49:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:15 ubuntu kernel: [3264269.172373] connection2:0: detected conn error (1020)
Sep 12 10:49:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:18 ubuntu kernel: [3264272.177746] connection2:0: detected conn error (1020)
Sep 12 10:49:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:21 ubuntu kernel: [3264275.181770] connection2:0: detected conn error (1020)
Sep 12 10:49:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:24 ubuntu kernel: [3264278.186762] connection2:0: detected conn error (1020)
Sep 12 10:49:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:27 ubuntu kernel: [3264281.190945] connection2:0: detected conn error (1020)
Sep 12 10:49:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:30 ubuntu kernel: [3264284.195979] connection2:0: detected conn error (1020)
Sep 12 10:49:30 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:49:30 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:49:30 ubuntu 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
Sep 12 10:49:30 ubuntu 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
Sep 12 10:49:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:49:32 ubuntu object-replicator: Nothing replicated for 0.00248408317566 seconds.
Sep 12 10:49:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:49:33 ubuntu kernel: [3264287.200127] connection2:0: detected conn error (1020)
Sep 12 10:49:34 ubuntu container-updater: Begin container update sweep
Sep 12 10:49:34 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 10:49:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:36 ubuntu kernel: [3264290.205410] connection2:0: detected conn error (1020)
Sep 12 10:49:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:39 ubuntu kernel: [3264293.209966] connection2:0: detected conn error (1020)
Sep 12 10:49:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:49:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:49:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00344 seconds (0.00000/s)
Sep 12 10:49:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:49:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:49:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:49:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:49:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:49:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00715 seconds (0.00000/s)
Sep 12 10:49:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:49:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:49:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:49:42 ubuntu kernel: [3264296.214416] connection2:0: detected conn error (1020)
Sep 12 10:49:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:45 ubuntu kernel: [3264299.218716] connection2:0: detected conn error (1020)
Sep 12 10:49:45 ubuntu object-updater: Begin object update sweep
Sep 12 10:49:45 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 10:49:45 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 10:49:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:48 ubuntu kernel: [3264302.223453] connection2:0: detected conn error (1020)
Sep 12 10:49:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:51 ubuntu kernel: [3264305.227429] connection2:0: detected conn error (1020)
Sep 12 10:49:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:54 ubuntu kernel: [3264308.232563] connection2:0: detected conn error (1020)
Sep 12 10:49:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:49:57 ubuntu kernel: [3264311.237700] connection2:0: detected conn error (1020)
Sep 12 10:49:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:49:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:00 ubuntu kernel: [3264314.241140] connection2:0: detected conn error (1020)
Sep 12 10:50:00 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:50:00 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:50:00 ubuntu 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
Sep 12 10:50:00 ubuntu 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
Sep 12 10:50:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:50:02 ubuntu object-replicator: Nothing replicated for 0.00989198684692 seconds.
Sep 12 10:50:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:50:03 ubuntu kernel: [3264317.246314] connection2:0: detected conn error (1020)
Sep 12 10:50:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:06 ubuntu kernel: [3264320.251817] connection2:0: detected conn error (1020)
Sep 12 10:50:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:09 ubuntu kernel: [3264323.256464] connection2:0: detected conn error (1020)
Sep 12 10:50:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:50:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:50:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00924 seconds (0.00000/s)
Sep 12 10:50:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:50:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:50:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:50:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:50:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:50:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00380 seconds (0.00000/s)
Sep 12 10:50:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:50:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:50:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:50:12 ubuntu kernel: [3264326.260415] connection2:0: detected conn error (1020)
Sep 12 10:50:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:15 ubuntu kernel: [3264329.265619] connection2:0: detected conn error (1020)
Sep 12 10:50:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:18 ubuntu kernel: [3264332.269714] connection2:0: detected conn error (1020)
Sep 12 10:50:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:21 ubuntu kernel: [3264335.274957] connection2:0: detected conn error (1020)
Sep 12 10:50:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:24 ubuntu kernel: [3264338.279889] connection2:0: detected conn error (1020)
Sep 12 10:50:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:27 ubuntu kernel: [3264341.283843] connection2:0: detected conn error (1020)
Sep 12 10:50:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:30 ubuntu kernel: [3264344.288543] connection2:0: detected conn error (1020)
Sep 12 10:50:31 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:50:31 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:50:31 ubuntu 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
Sep 12 10:50:31 ubuntu 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
Sep 12 10:50:31 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:50:31 ubuntu 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
Sep 12 10:50:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:50:32 ubuntu object-replicator: Nothing replicated for 0.00283789634705 seconds.
Sep 12 10:50:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:50:33 ubuntu kernel: [3264347.293627] connection2:0: detected conn error (1020)
Sep 12 10:50:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:36 ubuntu kernel: [3264350.297464] connection2:0: detected conn error (1020)
Sep 12 10:50:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:39 ubuntu kernel: [3264353.301533] connection2:0: detected conn error (1020)
Sep 12 10:50:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:50:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:50:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00614 seconds (0.00000/s)
Sep 12 10:50:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:50:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:50:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:50:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:50:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:50:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00425 seconds (0.00000/s)
Sep 12 10:50:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:50:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:50:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:50:42 ubuntu kernel: [3264356.306119] connection2:0: detected conn error (1020)
Sep 12 10:50:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:45 ubuntu kernel: [3264359.309620] connection2:0: detected conn error (1020)
Sep 12 10:50:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:48 ubuntu kernel: [3264362.314867] connection2:0: detected conn error (1020)
Sep 12 10:50:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:51 ubuntu kernel: [3264365.338078] connection2:0: detected conn error (1020)
Sep 12 10:50:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:54 ubuntu kernel: [3264368.341518] connection2:0: detected conn error (1020)
Sep 12 10:50:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:50:57 ubuntu kernel: [3264371.345087] connection2:0: detected conn error (1020)
Sep 12 10:50:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:50:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:00 ubuntu kernel: [3264374.349280] connection2:0: detected conn error (1020)
Sep 12 10:51:01 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:51:01 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:51:01 ubuntu 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
Sep 12 10:51:01 ubuntu 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
Sep 12 10:51:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:01 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:51:01 ubuntu 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
Sep 12 10:51:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:51:02 ubuntu object-replicator: Nothing replicated for 0.00467896461487 seconds.
Sep 12 10:51:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:51:03 ubuntu kernel: [3264377.352074] connection2:0: detected conn error (1020)
Sep 12 10:51:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:06 ubuntu kernel: [3264380.356318] connection2:0: detected conn error (1020)
Sep 12 10:51:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:09 ubuntu kernel: [3264383.359779] connection2:0: detected conn error (1020)
Sep 12 10:51:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:51:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:51:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00573 seconds (0.00000/s)
Sep 12 10:51:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:51:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:51:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:51:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:51:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:51:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00372 seconds (0.00000/s)
Sep 12 10:51:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:51:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:51:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:51:12 ubuntu kernel: [3264386.363768] connection2:0: detected conn error (1020)
Sep 12 10:51:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:15 ubuntu kernel: [3264389.367284] connection2:0: detected conn error (1020)
Sep 12 10:51:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:18 ubuntu kernel: [3264392.372107] connection2:0: detected conn error (1020)
Sep 12 10:51:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:21 ubuntu kernel: [3264395.377338] connection2:0: detected conn error (1020)
Sep 12 10:51:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:24 ubuntu kernel: [3264398.381838] connection2:0: detected conn error (1020)
Sep 12 10:51:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:27 ubuntu kernel: [3264401.386435] connection2:0: detected conn error (1020)
Sep 12 10:51:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:30 ubuntu kernel: [3264404.390235] connection2:0: detected conn error (1020)
Sep 12 10:51:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:31 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:51:31 ubuntu 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
Sep 12 10:51:31 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:51:31 ubuntu 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
Sep 12 10:51:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:51:32 ubuntu object-replicator: Nothing replicated for 0.00535798072815 seconds.
Sep 12 10:51:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:51:34 ubuntu kernel: [3264407.394117] connection2:0: detected conn error (1020)
Sep 12 10:51:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:37 ubuntu kernel: [3264410.398615] connection2:0: detected conn error (1020)
Sep 12 10:51:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:40 ubuntu kernel: [3264413.402778] connection2:0: detected conn error (1020)
Sep 12 10:51:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:51:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:51:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00379 seconds (0.00000/s)
Sep 12 10:51:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:51:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:51:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:51:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:51:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:51:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00376 seconds (0.00000/s)
Sep 12 10:51:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:51:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:51:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:51:43 ubuntu kernel: [3264416.406663] connection2:0: detected conn error (1020)
Sep 12 10:51:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:46 ubuntu kernel: [3264419.411695] connection2:0: detected conn error (1020)
Sep 12 10:51:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:49 ubuntu kernel: [3264422.415943] connection2:0: detected conn error (1020)
Sep 12 10:51:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:52 ubuntu kernel: [3264425.419658] connection2:0: detected conn error (1020)
Sep 12 10:51:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:55 ubuntu kernel: [3264428.423799] connection2:0: detected conn error (1020)
Sep 12 10:51:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:51:58 ubuntu kernel: [3264431.428050] connection2:0: detected conn error (1020)
Sep 12 10:51:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:51:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:01 ubuntu kernel: [3264434.432880] connection2:0: detected conn error (1020)
Sep 12 10:52:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:01 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:52:01 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:52:01 ubuntu 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
Sep 12 10:52:01 ubuntu 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
Sep 12 10:52:01 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:52:01 ubuntu 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
Sep 12 10:52:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:52:02 ubuntu object-replicator: Nothing replicated for 0.00664591789246 seconds.
Sep 12 10:52:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:52:04 ubuntu kernel: [3264437.437726] connection2:0: detected conn error (1020)
Sep 12 10:52:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:07 ubuntu kernel: [3264440.441048] connection2:0: detected conn error (1020)
Sep 12 10:52:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:10 ubuntu kernel: [3264443.444668] connection2:0: detected conn error (1020)
Sep 12 10:52:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:52:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:52:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00461 seconds (0.00000/s)
Sep 12 10:52:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:52:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:52:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:52:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:52:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:52:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00260 seconds (0.00000/s)
Sep 12 10:52:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:52:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:52:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:52:13 ubuntu kernel: [3264446.448848] connection2:0: detected conn error (1020)
Sep 12 10:52:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:16 ubuntu kernel: [3264449.452305] connection2:0: detected conn error (1020)
Sep 12 10:52:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:19 ubuntu kernel: [3264452.455759] connection2:0: detected conn error (1020)
Sep 12 10:52:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:22 ubuntu kernel: [3264455.459868] connection2:0: detected conn error (1020)
Sep 12 10:52:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:25 ubuntu kernel: [3264458.463794] connection2:0: detected conn error (1020)
Sep 12 10:52:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:28 ubuntu kernel: [3264461.466956] connection2:0: detected conn error (1020)
Sep 12 10:52:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:31 ubuntu kernel: [3264464.470191] connection2:0: detected conn error (1020)
Sep 12 10:52:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:31 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:52:31 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:52:31 ubuntu 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
Sep 12 10:52:31 ubuntu 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
Sep 12 10:52:32 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:52:32 ubuntu 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
Sep 12 10:52:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:52:32 ubuntu object-replicator: Nothing replicated for 0.00175094604492 seconds.
Sep 12 10:52:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:52:34 ubuntu kernel: [3264467.474621] connection2:0: detected conn error (1020)
Sep 12 10:52:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:37 ubuntu kernel: [3264470.477807] connection2:0: detected conn error (1020)
Sep 12 10:52:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:40 ubuntu kernel: [3264473.480636] connection2:0: detected conn error (1020)
Sep 12 10:52:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:52:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:52:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00306 seconds (0.00000/s)
Sep 12 10:52:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:52:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:52:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:52:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:52:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:52:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00239 seconds (0.00000/s)
Sep 12 10:52:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:52:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:52:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:52:43 ubuntu kernel: [3264476.483644] connection2:0: detected conn error (1020)
Sep 12 10:52:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:46 ubuntu kernel: [3264479.487583] connection2:0: detected conn error (1020)
Sep 12 10:52:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:49 ubuntu kernel: [3264482.491345] connection2:0: detected conn error (1020)
Sep 12 10:52:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:52 ubuntu kernel: [3264485.494647] connection2:0: detected conn error (1020)
Sep 12 10:52:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:55 ubuntu kernel: [3264488.498263] connection2:0: detected conn error (1020)
Sep 12 10:52:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:52:58 ubuntu kernel: [3264491.502329] connection2:0: detected conn error (1020)
Sep 12 10:52:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:52:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:01 ubuntu kernel: [3264494.507110] connection2:0: detected conn error (1020)
Sep 12 10:53:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:02 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:53:02 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:53:02 ubuntu 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
Sep 12 10:53:02 ubuntu 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
Sep 12 10:53:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:53:02 ubuntu object-replicator: Nothing replicated for 0.00684905052185 seconds.
Sep 12 10:53:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:53:04 ubuntu kernel: [3264497.512229] connection2:0: detected conn error (1020)
Sep 12 10:53:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:07 ubuntu kernel: [3264500.517685] connection2:0: detected conn error (1020)
Sep 12 10:53:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:10 ubuntu kernel: [3264503.522351] connection2:0: detected conn error (1020)
Sep 12 10:53:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:53:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:53:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00559 seconds (0.00000/s)
Sep 12 10:53:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:53:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:53:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:53:11 ubuntu account-replicator: Beginning replication run
Sep 12 10:53:11 ubuntu account-replicator: Replication run OVER
Sep 12 10:53:11 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00311 seconds (0.00000/s)
Sep 12 10:53:11 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:53:11 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:53:11 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:53:13 ubuntu kernel: [3264506.534341] connection2:0: detected conn error (1020)
Sep 12 10:53:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:16 ubuntu kernel: [3264509.537932] connection2:0: detected conn error (1020)
Sep 12 10:53:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:19 ubuntu kernel: [3264512.541928] connection2:0: detected conn error (1020)
Sep 12 10:53:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:22 ubuntu kernel: [3264515.546048] connection2:0: detected conn error (1020)
Sep 12 10:53:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:25 ubuntu kernel: [3264518.550462] connection2:0: detected conn error (1020)
Sep 12 10:53:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:28 ubuntu kernel: [3264521.554345] connection2:0: detected conn error (1020)
Sep 12 10:53:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:31 ubuntu kernel: [3264524.557333] connection2:0: detected conn error (1020)
Sep 12 10:53:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:32 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:53:32 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:53:32 ubuntu 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
Sep 12 10:53:32 ubuntu 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
Sep 12 10:53:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:32 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:53:32 ubuntu 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
Sep 12 10:53:32 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:53:32 ubuntu object-replicator: Nothing replicated for 0.00808787345886 seconds.
Sep 12 10:53:32 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:53:34 ubuntu kernel: [3264527.561991] connection2:0: detected conn error (1020)
Sep 12 10:53:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:37 ubuntu kernel: [3264530.565177] connection2:0: detected conn error (1020)
Sep 12 10:53:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:40 ubuntu kernel: [3264533.569134] connection2:0: detected conn error (1020)
Sep 12 10:53:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:53:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:53:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00570 seconds (0.00000/s)
Sep 12 10:53:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:53:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:53:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:53:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:41 ubuntu account-replicator: Beginning replication run
Sep 12 10:53:41 ubuntu account-replicator: Replication run OVER
Sep 12 10:53:41 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00599 seconds (0.00000/s)
Sep 12 10:53:41 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:53:41 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:53:41 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:53:43 ubuntu kernel: [3264536.573187] connection2:0: detected conn error (1020)
Sep 12 10:53:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:46 ubuntu kernel: [3264539.577066] connection2:0: detected conn error (1020)
Sep 12 10:53:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:49 ubuntu kernel: [3264542.580102] connection2:0: detected conn error (1020)
Sep 12 10:53:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:52 ubuntu kernel: [3264545.583872] connection2:0: detected conn error (1020)
Sep 12 10:53:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:55 ubuntu kernel: [3264548.586956] connection2:0: detected conn error (1020)
Sep 12 10:53:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:53:58 ubuntu kernel: [3264551.590738] connection2:0: detected conn error (1020)
Sep 12 10:53:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:53:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:01 ubuntu kernel: [3264554.593531] connection2:0: detected conn error (1020)
Sep 12 10:54:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:02 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:54:02 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:54:02 ubuntu 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
Sep 12 10:54:02 ubuntu 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
Sep 12 10:54:02 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:54:02 ubuntu 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
Sep 12 10:54:02 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:54:02 ubuntu object-replicator: Nothing replicated for 0.00435495376587 seconds.
Sep 12 10:54:02 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:54:04 ubuntu kernel: [3264557.616149] connection2:0: detected conn error (1020)
Sep 12 10:54:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:07 ubuntu kernel: [3264560.623319] connection2:0: detected conn error (1020)
Sep 12 10:54:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:10 ubuntu kernel: [3264563.627338] connection2:0: detected conn error (1020)
Sep 12 10:54:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:54:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:54:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00305 seconds (0.00000/s)
Sep 12 10:54:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:54:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:54:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:54:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:12 ubuntu account-replicator: Beginning replication run
Sep 12 10:54:12 ubuntu account-replicator: Replication run OVER
Sep 12 10:54:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00245 seconds (0.00000/s)
Sep 12 10:54:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:54:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:54:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:54:13 ubuntu kernel: [3264566.631555] connection2:0: detected conn error (1020)
Sep 12 10:54:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:16 ubuntu kernel: [3264569.635690] connection2:0: detected conn error (1020)
Sep 12 10:54:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:19 ubuntu kernel: [3264572.639877] connection2:0: detected conn error (1020)
Sep 12 10:54:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:22 ubuntu kernel: [3264575.646082] connection2:0: detected conn error (1020)
Sep 12 10:54:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:25 ubuntu kernel: [3264578.650528] connection2:0: detected conn error (1020)
Sep 12 10:54:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:28 ubuntu kernel: [3264581.654445] connection2:0: detected conn error (1020)
Sep 12 10:54:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:31 ubuntu kernel: [3264584.659615] connection2:0: detected conn error (1020)
Sep 12 10:54:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:32 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:54:32 ubuntu 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
Sep 12 10:54:32 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:54:32 ubuntu 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
Sep 12 10:54:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:54:33 ubuntu object-replicator: Nothing replicated for 0.00907301902771 seconds.
Sep 12 10:54:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:54:33 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:54:33 ubuntu 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
Sep 12 10:54:34 ubuntu kernel: [3264587.663392] connection2:0: detected conn error (1020)
Sep 12 10:54:34 ubuntu container-updater: Begin container update sweep
Sep 12 10:54:34 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 10:54:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:37 ubuntu kernel: [3264590.669179] connection2:0: detected conn error (1020)
Sep 12 10:54:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:40 ubuntu kernel: [3264593.673872] connection2:0: detected conn error (1020)
Sep 12 10:54:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:40 ubuntu container-replicator: Beginning replication run
Sep 12 10:54:40 ubuntu container-replicator: Replication run OVER
Sep 12 10:54:40 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00577 seconds (0.00000/s)
Sep 12 10:54:40 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:54:40 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:54:40 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:54:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:42 ubuntu account-replicator: Beginning replication run
Sep 12 10:54:42 ubuntu account-replicator: Replication run OVER
Sep 12 10:54:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.01053 seconds (0.00000/s)
Sep 12 10:54:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:54:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:54:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:54:43 ubuntu kernel: [3264596.678461] connection2:0: detected conn error (1020)
Sep 12 10:54:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:46 ubuntu object-updater: Begin object update sweep
Sep 12 10:54:46 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 10:54:46 ubuntu object-updater: Object update sweep completed: 0.04s
Sep 12 10:54:46 ubuntu kernel: [3264599.682127] connection2:0: detected conn error (1020)
Sep 12 10:54:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:49 ubuntu kernel: [3264602.688867] connection2:0: detected conn error (1020)
Sep 12 10:54:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:52 ubuntu kernel: [3264605.694614] connection2:0: detected conn error (1020)
Sep 12 10:54:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:55 ubuntu kernel: [3264608.698749] connection2:0: detected conn error (1020)
Sep 12 10:54:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:54:58 ubuntu kernel: [3264611.703192] connection2:0: detected conn error (1020)
Sep 12 10:54:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:54:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:01 ubuntu kernel: [3264614.706861] connection2:0: detected conn error (1020)
Sep 12 10:55:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:55:03 ubuntu object-replicator: Nothing replicated for 0.0035879611969 seconds.
Sep 12 10:55:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:55:03 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:55:03 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:55:03 ubuntu 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
Sep 12 10:55:03 ubuntu 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
Sep 12 10:55:03 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:55:03 ubuntu 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
Sep 12 10:55:04 ubuntu kernel: [3264617.711042] connection2:0: detected conn error (1020)
Sep 12 10:55:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:07 ubuntu kernel: [3264620.715117] connection2:0: detected conn error (1020)
Sep 12 10:55:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:10 ubuntu kernel: [3264623.718921] connection2:0: detected conn error (1020)
Sep 12 10:55:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:10 ubuntu container-replicator: Beginning replication run
Sep 12 10:55:10 ubuntu container-replicator: Replication run OVER
Sep 12 10:55:10 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00465 seconds (0.00000/s)
Sep 12 10:55:10 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:55:10 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:55:10 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:55:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:12 ubuntu account-replicator: Beginning replication run
Sep 12 10:55:12 ubuntu account-replicator: Replication run OVER
Sep 12 10:55:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00824 seconds (0.00000/s)
Sep 12 10:55:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:55:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:55:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:55:13 ubuntu kernel: [3264626.725327] connection2:0: detected conn error (1020)
Sep 12 10:55:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:16 ubuntu kernel: [3264629.730503] connection2:0: detected conn error (1020)
Sep 12 10:55:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:19 ubuntu kernel: [3264632.735245] connection2:0: detected conn error (1020)
Sep 12 10:55:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:22 ubuntu kernel: [3264635.738997] connection2:0: detected conn error (1020)
Sep 12 10:55:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:25 ubuntu kernel: [3264638.744068] connection2:0: detected conn error (1020)
Sep 12 10:55:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:28 ubuntu kernel: [3264641.748433] connection2:0: detected conn error (1020)
Sep 12 10:55:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:31 ubuntu kernel: [3264644.752206] connection2:0: detected conn error (1020)
Sep 12 10:55:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:55:33 ubuntu object-replicator: Nothing replicated for 0.0045120716095 seconds.
Sep 12 10:55:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:55:33 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:55:33 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:55:33 ubuntu 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
Sep 12 10:55:33 ubuntu 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
Sep 12 10:55:34 ubuntu kernel: [3264647.756794] connection2:0: detected conn error (1020)
Sep 12 10:55:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:37 ubuntu kernel: [3264650.764047] connection2:0: detected conn error (1020)
Sep 12 10:55:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:40 ubuntu kernel: [3264653.769749] connection2:0: detected conn error (1020)
Sep 12 10:55:41 ubuntu container-replicator: Beginning replication run
Sep 12 10:55:41 ubuntu container-replicator: Replication run OVER
Sep 12 10:55:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00486 seconds (0.00000/s)
Sep 12 10:55:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:55:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:55:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:55:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:42 ubuntu account-replicator: Beginning replication run
Sep 12 10:55:42 ubuntu account-replicator: Replication run OVER
Sep 12 10:55:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00373 seconds (0.00000/s)
Sep 12 10:55:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:55:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:55:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:55:43 ubuntu kernel: [3264656.774971] connection2:0: detected conn error (1020)
Sep 12 10:55:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:46 ubuntu kernel: [3264659.778368] connection2:0: detected conn error (1020)
Sep 12 10:55:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:49 ubuntu kernel: [3264662.783063] connection2:0: detected conn error (1020)
Sep 12 10:55:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:52 ubuntu kernel: [3264665.787736] connection2:0: detected conn error (1020)
Sep 12 10:55:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:55 ubuntu kernel: [3264668.791579] connection2:0: detected conn error (1020)
Sep 12 10:55:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:55:58 ubuntu kernel: [3264671.796080] connection2:0: detected conn error (1020)
Sep 12 10:55:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:55:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:01 ubuntu kernel: [3264674.800073] connection2:0: detected conn error (1020)
Sep 12 10:56:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:56:03 ubuntu object-replicator: Nothing replicated for 0.00317597389221 seconds.
Sep 12 10:56:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:56:03 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:56:03 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:56:03 ubuntu 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
Sep 12 10:56:03 ubuntu 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
Sep 12 10:56:03 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:56:03 ubuntu 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
Sep 12 10:56:04 ubuntu kernel: [3264677.803805] connection2:0: detected conn error (1020)
Sep 12 10:56:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:07 ubuntu kernel: [3264680.808737] connection2:0: detected conn error (1020)
Sep 12 10:56:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:10 ubuntu kernel: [3264683.812846] connection2:0: detected conn error (1020)
Sep 12 10:56:11 ubuntu container-replicator: Beginning replication run
Sep 12 10:56:11 ubuntu container-replicator: Replication run OVER
Sep 12 10:56:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00356 seconds (0.00000/s)
Sep 12 10:56:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:56:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:56:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:56:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:12 ubuntu account-replicator: Beginning replication run
Sep 12 10:56:12 ubuntu account-replicator: Replication run OVER
Sep 12 10:56:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00469 seconds (0.00000/s)
Sep 12 10:56:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:56:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:56:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:56:13 ubuntu kernel: [3264686.817049] connection2:0: detected conn error (1020)
Sep 12 10:56:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:16 ubuntu kernel: [3264689.822208] connection2:0: detected conn error (1020)
Sep 12 10:56:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:19 ubuntu kernel: [3264692.826453] connection2:0: detected conn error (1020)
Sep 12 10:56:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:22 ubuntu account-auditor: Account audit pass completed: 0.00s
Sep 12 10:56:22 ubuntu account-auditor: Begin account audit pass.
Sep 12 10:56:22 ubuntu kernel: [3264695.830763] connection2:0: detected conn error (1020)
Sep 12 10:56:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:25 ubuntu kernel: [3264698.836325] connection2:0: detected conn error (1020)
Sep 12 10:56:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:28 ubuntu kernel: [3264701.840019] connection2:0: detected conn error (1020)
Sep 12 10:56:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:31 ubuntu kernel: [3264704.845196] connection2:0: detected conn error (1020)
Sep 12 10:56:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:56:33 ubuntu object-replicator: Nothing replicated for 0.00418591499329 seconds.
Sep 12 10:56:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:56:33 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:56:33 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:56:33 ubuntu 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
Sep 12 10:56:33 ubuntu 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
Sep 12 10:56:34 ubuntu kernel: [3264707.851293] connection2:0: detected conn error (1020)
Sep 12 10:56:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:37 ubuntu kernel: [3264710.856511] connection2:0: detected conn error (1020)
Sep 12 10:56:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:40 ubuntu kernel: [3264713.860688] connection2:0: detected conn error (1020)
Sep 12 10:56:41 ubuntu container-replicator: Beginning replication run
Sep 12 10:56:41 ubuntu container-replicator: Replication run OVER
Sep 12 10:56:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00281 seconds (0.00000/s)
Sep 12 10:56:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:56:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:56:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:56:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:42 ubuntu account-replicator: Beginning replication run
Sep 12 10:56:42 ubuntu account-replicator: Replication run OVER
Sep 12 10:56:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00528 seconds (0.00000/s)
Sep 12 10:56:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:56:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:56:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:56:43 ubuntu kernel: [3264716.864675] connection2:0: detected conn error (1020)
Sep 12 10:56:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:46 ubuntu kernel: [3264719.868409] connection2:0: detected conn error (1020)
Sep 12 10:56:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:49 ubuntu kernel: [3264722.872476] connection2:0: detected conn error (1020)
Sep 12 10:56:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:52 ubuntu kernel: [3264725.876859] connection2:0: detected conn error (1020)
Sep 12 10:56:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:55 ubuntu kernel: [3264728.882213] connection2:0: detected conn error (1020)
Sep 12 10:56:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:56:58 ubuntu kernel: [3264731.886216] connection2:0: detected conn error (1020)
Sep 12 10:56:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:56:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:01 ubuntu kernel: [3264734.892169] connection2:0: detected conn error (1020)
Sep 12 10:57:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:57:03 ubuntu object-replicator: Nothing replicated for 0.00402784347534 seconds.
Sep 12 10:57:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:57:03 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:57:03 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:57:03 ubuntu 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
Sep 12 10:57:03 ubuntu 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
Sep 12 10:57:04 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:57:04 ubuntu 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
Sep 12 10:57:04 ubuntu kernel: [3264737.896722] connection2:0: detected conn error (1020)
Sep 12 10:57:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:07 ubuntu kernel: [3264740.901193] connection2:0: detected conn error (1020)
Sep 12 10:57:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:10 ubuntu kernel: [3264743.906118] connection2:0: detected conn error (1020)
Sep 12 10:57:11 ubuntu container-replicator: Beginning replication run
Sep 12 10:57:11 ubuntu container-replicator: Replication run OVER
Sep 12 10:57:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00391 seconds (0.00000/s)
Sep 12 10:57:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:57:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:57:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:57:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:12 ubuntu account-replicator: Beginning replication run
Sep 12 10:57:12 ubuntu account-replicator: Replication run OVER
Sep 12 10:57:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00982 seconds (0.00000/s)
Sep 12 10:57:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:57:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:57:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:57:13 ubuntu kernel: [3264746.909959] connection2:0: detected conn error (1020)
Sep 12 10:57:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:16 ubuntu kernel: [3264749.914313] connection2:0: detected conn error (1020)
Sep 12 10:57:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:19 ubuntu kernel: [3264752.919078] connection2:0: detected conn error (1020)
Sep 12 10:57:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:22 ubuntu kernel: [3264755.923994] connection2:0: detected conn error (1020)
Sep 12 10:57:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:25 ubuntu kernel: [3264758.928532] connection2:0: detected conn error (1020)
Sep 12 10:57:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:28 ubuntu kernel: [3264761.932818] connection2:0: detected conn error (1020)
Sep 12 10:57:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:31 ubuntu kernel: [3264764.938761] connection2:0: detected conn error (1020)
Sep 12 10:57:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:57:33 ubuntu object-replicator: Nothing replicated for 0.00368309020996 seconds.
Sep 12 10:57:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:57:34 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:57:34 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:57:34 ubuntu 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
Sep 12 10:57:34 ubuntu 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
Sep 12 10:57:34 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:57:34 ubuntu 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
Sep 12 10:57:34 ubuntu kernel: [3264767.942819] connection2:0: detected conn error (1020)
Sep 12 10:57:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:37 ubuntu kernel: [3264770.947000] connection2:0: detected conn error (1020)
Sep 12 10:57:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:40 ubuntu kernel: [3264773.951746] connection2:0: detected conn error (1020)
Sep 12 10:57:41 ubuntu container-replicator: Beginning replication run
Sep 12 10:57:41 ubuntu container-replicator: Replication run OVER
Sep 12 10:57:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00286 seconds (0.00000/s)
Sep 12 10:57:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:57:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:57:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:57:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:42 ubuntu account-replicator: Beginning replication run
Sep 12 10:57:42 ubuntu account-replicator: Replication run OVER
Sep 12 10:57:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00387 seconds (0.00000/s)
Sep 12 10:57:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:57:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:57:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:57:43 ubuntu kernel: [3264776.956306] connection2:0: detected conn error (1020)
Sep 12 10:57:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:46 ubuntu kernel: [3264779.960049] connection2:0: detected conn error (1020)
Sep 12 10:57:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:49 ubuntu kernel: [3264782.965478] connection2:0: detected conn error (1020)
Sep 12 10:57:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:52 ubuntu kernel: [3264785.978997] connection2:0: detected conn error (1020)
Sep 12 10:57:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:55 ubuntu kernel: [3264788.982362] connection2:0: detected conn error (1020)
Sep 12 10:57:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:57:58 ubuntu kernel: [3264791.985554] connection2:0: detected conn error (1020)
Sep 12 10:57:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:57:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:01 ubuntu kernel: [3264794.989794] connection2:0: detected conn error (1020)
Sep 12 10:58:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:58:03 ubuntu object-replicator: Nothing replicated for 0.00458598136902 seconds.
Sep 12 10:58:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:58:04 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:58:04 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:58:04 ubuntu 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
Sep 12 10:58:04 ubuntu 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
Sep 12 10:58:04 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:58:04 ubuntu 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
Sep 12 10:58:04 ubuntu kernel: [3264797.994933] connection2:0: detected conn error (1020)
Sep 12 10:58:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:07 ubuntu kernel: [3264801.001636] connection2:0: detected conn error (1020)
Sep 12 10:58:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:10 ubuntu kernel: [3264804.005197] connection2:0: detected conn error (1020)
Sep 12 10:58:11 ubuntu container-replicator: Beginning replication run
Sep 12 10:58:11 ubuntu container-replicator: Replication run OVER
Sep 12 10:58:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00358 seconds (0.00000/s)
Sep 12 10:58:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:58:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:58:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:58:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:12 ubuntu account-replicator: Beginning replication run
Sep 12 10:58:12 ubuntu account-replicator: Replication run OVER
Sep 12 10:58:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00471 seconds (0.00000/s)
Sep 12 10:58:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:58:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:58:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:58:13 ubuntu kernel: [3264807.009686] connection2:0: detected conn error (1020)
Sep 12 10:58:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:16 ubuntu kernel: [3264810.013251] connection2:0: detected conn error (1020)
Sep 12 10:58:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:19 ubuntu kernel: [3264813.018668] connection2:0: detected conn error (1020)
Sep 12 10:58:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:22 ubuntu kernel: [3264816.022543] connection2:0: detected conn error (1020)
Sep 12 10:58:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:25 ubuntu kernel: [3264819.036418] connection2:0: detected conn error (1020)
Sep 12 10:58:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:28 ubuntu kernel: [3264822.040768] connection2:0: detected conn error (1020)
Sep 12 10:58:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:31 ubuntu kernel: [3264825.044545] connection2:0: detected conn error (1020)
Sep 12 10:58:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:58:33 ubuntu object-replicator: Nothing replicated for 0.00453281402588 seconds.
Sep 12 10:58:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:58:34 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:58:34 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:58:34 ubuntu 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
Sep 12 10:58:34 ubuntu 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
Sep 12 10:58:34 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:58:34 ubuntu 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
Sep 12 10:58:34 ubuntu kernel: [3264828.048555] connection2:0: detected conn error (1020)
Sep 12 10:58:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:37 ubuntu kernel: [3264831.051732] connection2:0: detected conn error (1020)
Sep 12 10:58:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:40 ubuntu kernel: [3264834.055085] connection2:0: detected conn error (1020)
Sep 12 10:58:41 ubuntu container-replicator: Beginning replication run
Sep 12 10:58:41 ubuntu container-replicator: Replication run OVER
Sep 12 10:58:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00374 seconds (0.00000/s)
Sep 12 10:58:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:58:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:58:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:58:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:42 ubuntu account-replicator: Beginning replication run
Sep 12 10:58:42 ubuntu account-replicator: Replication run OVER
Sep 12 10:58:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00227 seconds (0.00000/s)
Sep 12 10:58:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:58:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:58:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:58:43 ubuntu kernel: [3264837.058897] connection2:0: detected conn error (1020)
Sep 12 10:58:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:46 ubuntu kernel: [3264840.062847] connection2:0: detected conn error (1020)
Sep 12 10:58:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:49 ubuntu kernel: [3264843.067468] connection2:0: detected conn error (1020)
Sep 12 10:58:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:52 ubuntu kernel: [3264846.071647] connection2:0: detected conn error (1020)
Sep 12 10:58:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:55 ubuntu kernel: [3264849.076474] connection2:0: detected conn error (1020)
Sep 12 10:58:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:58:58 ubuntu kernel: [3264852.081061] connection2:0: detected conn error (1020)
Sep 12 10:58:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:58:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:01 ubuntu kernel: [3264855.085940] connection2:0: detected conn error (1020)
Sep 12 10:59:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:59:03 ubuntu object-replicator: Nothing replicated for 0.00173306465149 seconds.
Sep 12 10:59:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:59:04 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:59:04 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:59:04 ubuntu 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
Sep 12 10:59:04 ubuntu 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
Sep 12 10:59:04 ubuntu kernel: [3264858.089535] connection2:0: detected conn error (1020)
Sep 12 10:59:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:07 ubuntu kernel: [3264861.096751] connection2:0: detected conn error (1020)
Sep 12 10:59:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:10 ubuntu kernel: [3264864.100754] connection2:0: detected conn error (1020)
Sep 12 10:59:11 ubuntu container-replicator: Beginning replication run
Sep 12 10:59:11 ubuntu container-replicator: Replication run OVER
Sep 12 10:59:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00424 seconds (0.00000/s)
Sep 12 10:59:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:59:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:59:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:59:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:12 ubuntu account-replicator: Beginning replication run
Sep 12 10:59:12 ubuntu account-replicator: Replication run OVER
Sep 12 10:59:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00232 seconds (0.00000/s)
Sep 12 10:59:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:59:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:59:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:59:13 ubuntu kernel: [3264867.104732] connection2:0: detected conn error (1020)
Sep 12 10:59:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:16 ubuntu kernel: [3264870.109010] connection2:0: detected conn error (1020)
Sep 12 10:59:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:19 ubuntu kernel: [3264873.112792] connection2:0: detected conn error (1020)
Sep 12 10:59:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:22 ubuntu kernel: [3264876.116398] connection2:0: detected conn error (1020)
Sep 12 10:59:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:25 ubuntu kernel: [3264879.119911] connection2:0: detected conn error (1020)
Sep 12 10:59:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:28 ubuntu kernel: [3264882.124225] connection2:0: detected conn error (1020)
Sep 12 10:59:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:31 ubuntu kernel: [3264885.127329] connection2:0: detected conn error (1020)
Sep 12 10:59:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 10:59:33 ubuntu object-replicator: Nothing replicated for 0.00342202186584 seconds.
Sep 12 10:59:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 10:59:34 ubuntu container-updater: Begin container update sweep
Sep 12 10:59:34 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 10:59:34 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 10:59:34 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 10:59:34 ubuntu 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
Sep 12 10:59:34 ubuntu 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
Sep 12 10:59:34 ubuntu kernel: [3264888.131005] connection2:0: detected conn error (1020)
Sep 12 10:59:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:37 ubuntu kernel: [3264891.135004] connection2:0: detected conn error (1020)
Sep 12 10:59:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:40 ubuntu kernel: [3264894.138169] connection2:0: detected conn error (1020)
Sep 12 10:59:41 ubuntu container-replicator: Beginning replication run
Sep 12 10:59:41 ubuntu container-replicator: Replication run OVER
Sep 12 10:59:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00332 seconds (0.00000/s)
Sep 12 10:59:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 10:59:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 10:59:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:59:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:42 ubuntu account-replicator: Beginning replication run
Sep 12 10:59:42 ubuntu account-replicator: Replication run OVER
Sep 12 10:59:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00459 seconds (0.00000/s)
Sep 12 10:59:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 10:59:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 10:59:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 10:59:43 ubuntu kernel: [3264897.142619] connection2:0: detected conn error (1020)
Sep 12 10:59:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:46 ubuntu object-updater: Begin object update sweep
Sep 12 10:59:46 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 10:59:46 ubuntu object-updater: Object update sweep completed: 0.06s
Sep 12 10:59:46 ubuntu kernel: [3264900.145757] connection2:0: detected conn error (1020)
Sep 12 10:59:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:49 ubuntu kernel: [3264903.151218] connection2:0: detected conn error (1020)
Sep 12 10:59:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:52 ubuntu kernel: [3264906.155337] connection2:0: detected conn error (1020)
Sep 12 10:59:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:55 ubuntu kernel: [3264909.159799] connection2:0: detected conn error (1020)
Sep 12 10:59:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 10:59:59 ubuntu kernel: [3264912.165418] connection2:0: detected conn error (1020)
Sep 12 10:59:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 10:59:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:01 ubuntu CRON[4001]: (neutron) CMD (if [ -x /usr/bin/neutron-netns-cleanup ] ; then /usr/bin/neutron-netns-cleanup --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini >/dev/null 2>&1; fi)
Sep 12 11:00:02 ubuntu kernel: [3264915.170141] connection2:0: detected conn error (1020)
Sep 12 11:00:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:00:03 ubuntu object-replicator: Nothing replicated for 0.00387215614319 seconds.
Sep 12 11:00:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:00:05 ubuntu kernel: [3264918.174044] connection2:0: detected conn error (1020)
Sep 12 11:00:05 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:00:05 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:00:05 ubuntu 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
Sep 12 11:00:05 ubuntu 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
Sep 12 11:00:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:08 ubuntu kernel: [3264921.179578] connection2:0: detected conn error (1020)
Sep 12 11:00:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:11 ubuntu kernel: [3264924.184098] connection2:0: detected conn error (1020)
Sep 12 11:00:11 ubuntu container-replicator: Beginning replication run
Sep 12 11:00:11 ubuntu container-replicator: Replication run OVER
Sep 12 11:00:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00372 seconds (0.00000/s)
Sep 12 11:00:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:00:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:00:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:00:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:12 ubuntu account-replicator: Beginning replication run
Sep 12 11:00:12 ubuntu account-replicator: Replication run OVER
Sep 12 11:00:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00381 seconds (0.00000/s)
Sep 12 11:00:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:00:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:00:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:00:14 ubuntu kernel: [3264927.188634] connection2:0: detected conn error (1020)
Sep 12 11:00:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:17 ubuntu kernel: [3264930.193684] connection2:0: detected conn error (1020)
Sep 12 11:00:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:20 ubuntu kernel: [3264933.197770] connection2:0: detected conn error (1020)
Sep 12 11:00:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:23 ubuntu kernel: [3264936.201889] connection2:0: detected conn error (1020)
Sep 12 11:00:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:26 ubuntu kernel: [3264939.207717] connection2:0: detected conn error (1020)
Sep 12 11:00:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:29 ubuntu kernel: [3264942.211600] connection2:0: detected conn error (1020)
Sep 12 11:00:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:32 ubuntu kernel: [3264945.216075] connection2:0: detected conn error (1020)
Sep 12 11:00:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:00:33 ubuntu object-replicator: Nothing replicated for 0.0043580532074 seconds.
Sep 12 11:00:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:00:35 ubuntu kernel: [3264948.221069] connection2:0: detected conn error (1020)
Sep 12 11:00:35 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:00:35 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:00:35 ubuntu 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
Sep 12 11:00:35 ubuntu 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
Sep 12 11:00:35 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:00:35 ubuntu 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
Sep 12 11:00:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:38 ubuntu kernel: [3264951.225846] connection2:0: detected conn error (1020)
Sep 12 11:00:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:41 ubuntu kernel: [3264954.229996] connection2:0: detected conn error (1020)
Sep 12 11:00:41 ubuntu container-replicator: Beginning replication run
Sep 12 11:00:41 ubuntu container-replicator: Replication run OVER
Sep 12 11:00:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00532 seconds (0.00000/s)
Sep 12 11:00:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:00:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:00:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:00:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:42 ubuntu account-replicator: Beginning replication run
Sep 12 11:00:42 ubuntu account-replicator: Replication run OVER
Sep 12 11:00:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00401 seconds (0.00000/s)
Sep 12 11:00:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:00:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:00:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:00:44 ubuntu kernel: [3264957.234875] connection2:0: detected conn error (1020)
Sep 12 11:00:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:47 ubuntu kernel: [3264960.239837] connection2:0: detected conn error (1020)
Sep 12 11:00:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:50 ubuntu kernel: [3264963.244717] connection2:0: detected conn error (1020)
Sep 12 11:00:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:53 ubuntu kernel: [3264966.249091] connection2:0: detected conn error (1020)
Sep 12 11:00:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:56 ubuntu kernel: [3264969.253280] connection2:0: detected conn error (1020)
Sep 12 11:00:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:00:59 ubuntu kernel: [3264972.257292] connection2:0: detected conn error (1020)
Sep 12 11:00:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:00:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:02 ubuntu kernel: [3264975.262519] connection2:0: detected conn error (1020)
Sep 12 11:01:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:01:03 ubuntu object-replicator: Nothing replicated for 0.00444102287292 seconds.
Sep 12 11:01:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:01:05 ubuntu kernel: [3264978.266489] connection2:0: detected conn error (1020)
Sep 12 11:01:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:05 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:01:05 ubuntu 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
Sep 12 11:01:05 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:01:05 ubuntu 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
Sep 12 11:01:08 ubuntu kernel: [3264981.271651] connection2:0: detected conn error (1020)
Sep 12 11:01:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:08 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:11 ubuntu kernel: [3264984.275922] connection2:0: detected conn error (1020)
Sep 12 11:01:11 ubuntu container-replicator: Beginning replication run
Sep 12 11:01:11 ubuntu container-replicator: Replication run OVER
Sep 12 11:01:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.01146 seconds (0.00000/s)
Sep 12 11:01:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:01:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:01:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:01:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:11 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:12 ubuntu account-replicator: Beginning replication run
Sep 12 11:01:12 ubuntu account-replicator: Replication run OVER
Sep 12 11:01:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00666 seconds (0.00000/s)
Sep 12 11:01:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:01:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:01:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:01:14 ubuntu kernel: [3264987.280988] connection2:0: detected conn error (1020)
Sep 12 11:01:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:14 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:17 ubuntu kernel: [3264990.295688] connection2:0: detected conn error (1020)
Sep 12 11:01:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:17 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:20 ubuntu kernel: [3264993.299204] connection2:0: detected conn error (1020)
Sep 12 11:01:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:20 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:23 ubuntu kernel: [3264996.303503] connection2:0: detected conn error (1020)
Sep 12 11:01:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:23 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:26 ubuntu kernel: [3264999.307055] connection2:0: detected conn error (1020)
Sep 12 11:01:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:26 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:29 ubuntu kernel: [3265002.312141] connection2:0: detected conn error (1020)
Sep 12 11:01:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:29 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:32 ubuntu kernel: [3265005.319982] connection2:0: detected conn error (1020)
Sep 12 11:01:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:32 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:01:33 ubuntu object-replicator: Nothing replicated for 0.0042130947113 seconds.
Sep 12 11:01:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:01:35 ubuntu kernel: [3265008.324317] connection2:0: detected conn error (1020)
Sep 12 11:01:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:35 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:35 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:01:35 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:01:35 ubuntu 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
Sep 12 11:01:35 ubuntu 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
Sep 12 11:01:35 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:01:35 ubuntu 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
Sep 12 11:01:38 ubuntu kernel: [3265011.329435] connection2:0: detected conn error (1020)
Sep 12 11:01:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:38 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:41 ubuntu kernel: [3265014.332786] connection2:0: detected conn error (1020)
Sep 12 11:01:41 ubuntu container-replicator: Beginning replication run
Sep 12 11:01:41 ubuntu container-replicator: Replication run OVER
Sep 12 11:01:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00421 seconds (0.00000/s)
Sep 12 11:01:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:01:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:01:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:01:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:41 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:42 ubuntu account-replicator: Beginning replication run
Sep 12 11:01:42 ubuntu account-replicator: Replication run OVER
Sep 12 11:01:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00325 seconds (0.00000/s)
Sep 12 11:01:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:01:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:01:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:01:44 ubuntu kernel: [3265017.337224] connection2:0: detected conn error (1020)
Sep 12 11:01:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:44 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:47 ubuntu kernel: [3265020.342003] connection2:0: detected conn error (1020)
Sep 12 11:01:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:47 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:50 ubuntu kernel: [3265023.346148] connection2:0: detected conn error (1020)
Sep 12 11:01:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:50 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:53 ubuntu kernel: [3265026.357548] connection2:0: detected conn error (1020)
Sep 12 11:01:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:53 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:56 ubuntu kernel: [3265029.361059] connection2:0: detected conn error (1020)
Sep 12 11:01:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:56 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:01:59 ubuntu kernel: [3265032.367402] connection2:0: detected conn error (1020)
Sep 12 11:01:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:01:59 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:02 ubuntu kernel: [3265035.372194] connection2:0: detected conn error (1020)
Sep 12 11:02:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:02 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:02:03 ubuntu object-replicator: Nothing replicated for 0.00416684150696 seconds.
Sep 12 11:02:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:02:05 ubuntu kernel: [3265038.375946] connection2:0: detected conn error (1020)
Sep 12 11:02:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:05 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:05 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:02:05 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:02:05 ubuntu 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
Sep 12 11:02:05 ubuntu 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
Sep 12 11:02:08 ubuntu kernel: [3265041.380194] connection2:0: detected conn error (1020)
Sep 12 11:02:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:11 ubuntu kernel: [3265044.383971] connection2:0: detected conn error (1020)
Sep 12 11:02:11 ubuntu container-replicator: Beginning replication run
Sep 12 11:02:11 ubuntu container-replicator: Replication run OVER
Sep 12 11:02:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00382 seconds (0.00000/s)
Sep 12 11:02:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:02:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:02:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:02:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:12 ubuntu account-replicator: Beginning replication run
Sep 12 11:02:12 ubuntu account-replicator: Replication run OVER
Sep 12 11:02:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00408 seconds (0.00000/s)
Sep 12 11:02:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:02:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:02:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:02:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:14 ubuntu kernel: [3265047.387921] connection2:0: detected conn error (1020)
Sep 12 11:02:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:17 ubuntu kernel: [3265050.392038] connection2:0: detected conn error (1020)
Sep 12 11:02:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:20 ubuntu kernel: [3265053.396725] connection2:0: detected conn error (1020)
Sep 12 11:02:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:23 ubuntu kernel: [3265056.401734] connection2:0: detected conn error (1020)
Sep 12 11:02:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:26 ubuntu kernel: [3265059.406946] connection2:0: detected conn error (1020)
Sep 12 11:02:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:29 ubuntu kernel: [3265062.411604] connection2:0: detected conn error (1020)
Sep 12 11:02:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:32 ubuntu kernel: [3265065.414864] connection2:0: detected conn error (1020)
Sep 12 11:02:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:02:33 ubuntu object-replicator: Nothing replicated for 0.00401091575623 seconds.
Sep 12 11:02:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:02:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:35 ubuntu kernel: [3265068.419096] connection2:0: detected conn error (1020)
Sep 12 11:02:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:36 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:02:36 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:02:36 ubuntu 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
Sep 12 11:02:36 ubuntu 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
Sep 12 11:02:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:38 ubuntu kernel: [3265071.423607] connection2:0: detected conn error (1020)
Sep 12 11:02:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:41 ubuntu kernel: [3265074.427647] connection2:0: detected conn error (1020)
Sep 12 11:02:41 ubuntu container-replicator: Beginning replication run
Sep 12 11:02:41 ubuntu container-replicator: Replication run OVER
Sep 12 11:02:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00449 seconds (0.00000/s)
Sep 12 11:02:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:02:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:02:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:02:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:42 ubuntu account-replicator: Beginning replication run
Sep 12 11:02:42 ubuntu account-replicator: Replication run OVER
Sep 12 11:02:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00368 seconds (0.00000/s)
Sep 12 11:02:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:02:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:02:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:02:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:44 ubuntu kernel: [3265077.431498] connection2:0: detected conn error (1020)
Sep 12 11:02:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:47 ubuntu kernel: [3265080.435494] connection2:0: detected conn error (1020)
Sep 12 11:02:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:50 ubuntu kernel: [3265083.439246] connection2:0: detected conn error (1020)
Sep 12 11:02:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:53 ubuntu kernel: [3265086.443559] connection2:0: detected conn error (1020)
Sep 12 11:02:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:56 ubuntu kernel: [3265089.448765] connection2:0: detected conn error (1020)
Sep 12 11:02:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:02:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:02:59 ubuntu kernel: [3265092.454649] connection2:0: detected conn error (1020)
Sep 12 11:02:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:02 ubuntu kernel: [3265095.465611] connection2:0: detected conn error (1020)
Sep 12 11:03:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:03:03 ubuntu object-replicator: Nothing replicated for 0.00336098670959 seconds.
Sep 12 11:03:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:03:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:05 ubuntu kernel: [3265098.469477] connection2:0: detected conn error (1020)
Sep 12 11:03:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:06 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:03:06 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:03:06 ubuntu 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
Sep 12 11:03:06 ubuntu 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
Sep 12 11:03:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:08 ubuntu kernel: [3265101.473309] connection2:0: detected conn error (1020)
Sep 12 11:03:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:11 ubuntu kernel: [3265104.477410] connection2:0: detected conn error (1020)
Sep 12 11:03:11 ubuntu container-replicator: Beginning replication run
Sep 12 11:03:11 ubuntu container-replicator: Replication run OVER
Sep 12 11:03:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00385 seconds (0.00000/s)
Sep 12 11:03:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:03:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:03:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:03:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:12 ubuntu account-replicator: Beginning replication run
Sep 12 11:03:12 ubuntu account-replicator: Replication run OVER
Sep 12 11:03:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00435 seconds (0.00000/s)
Sep 12 11:03:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:03:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:03:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:03:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:14 ubuntu kernel: [3265107.488242] connection2:0: detected conn error (1020)
Sep 12 11:03:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:17 ubuntu kernel: [3265110.492218] connection2:0: detected conn error (1020)
Sep 12 11:03:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:20 ubuntu kernel: [3265113.495802] connection2:0: detected conn error (1020)
Sep 12 11:03:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:23 ubuntu kernel: [3265116.499382] connection2:0: detected conn error (1020)
Sep 12 11:03:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:26 ubuntu kernel: [3265119.504963] connection2:0: detected conn error (1020)
Sep 12 11:03:26 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:29 ubuntu kernel: [3265122.508648] connection2:0: detected conn error (1020)
Sep 12 11:03:29 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:32 ubuntu kernel: [3265125.513360] connection2:0: detected conn error (1020)
Sep 12 11:03:32 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:03:33 ubuntu object-replicator: Nothing replicated for 0.00655007362366 seconds.
Sep 12 11:03:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:03:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:35 ubuntu kernel: [3265128.517045] connection2:0: detected conn error (1020)
Sep 12 11:03:35 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:36 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:03:36 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:03:36 ubuntu 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
Sep 12 11:03:36 ubuntu 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
Sep 12 11:03:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:38 ubuntu kernel: [3265131.520946] connection2:0: detected conn error (1020)
Sep 12 11:03:38 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:41 ubuntu container-replicator: Beginning replication run
Sep 12 11:03:41 ubuntu container-replicator: Replication run OVER
Sep 12 11:03:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00229 seconds (0.00000/s)
Sep 12 11:03:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:03:41 ubuntu kernel: [3265134.525059] connection2:0: detected conn error (1020)
Sep 12 11:03:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:03:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:03:41 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:42 ubuntu account-replicator: Beginning replication run
Sep 12 11:03:42 ubuntu account-replicator: Replication run OVER
Sep 12 11:03:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00407 seconds (0.00000/s)
Sep 12 11:03:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:03:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:03:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:03:44 ubuntu kernel: [3265137.530013] connection2:0: detected conn error (1020)
Sep 12 11:03:44 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:47 ubuntu kernel: [3265140.534037] connection2:0: detected conn error (1020)
Sep 12 11:03:47 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:50 ubuntu kernel: [3265143.538266] connection2:0: detected conn error (1020)
Sep 12 11:03:50 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:52 ubuntu account-reaper: Devices pass completed: 0.00s
Sep 12 11:03:53 ubuntu kernel: [3265146.542798] connection2:0: detected conn error (1020)
Sep 12 11:03:53 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:56 ubuntu kernel: [3265149.547473] connection2:0: detected conn error (1020)
Sep 12 11:03:56 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:03:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:03:59 ubuntu kernel: [3265152.551229] connection2:0: detected conn error (1020)
Sep 12 11:03:59 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:02 ubuntu kernel: [3265155.555530] connection2:0: detected conn error (1020)
Sep 12 11:04:02 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:04:03 ubuntu object-replicator: Nothing replicated for 0.00456809997559 seconds.
Sep 12 11:04:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:04:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:05 ubuntu kernel: [3265158.558710] connection2:0: detected conn error (1020)
Sep 12 11:04:05 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:06 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:04:06 ubuntu 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
Sep 12 11:04:06 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:04:06 ubuntu 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
Sep 12 11:04:08 ubuntu kernel: [3265161.562423] connection2:0: detected conn error (1020)
Sep 12 11:04:08 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:11 ubuntu container-replicator: Beginning replication run
Sep 12 11:04:11 ubuntu container-replicator: Replication run OVER
Sep 12 11:04:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00509 seconds (0.00000/s)
Sep 12 11:04:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:04:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:04:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:04:11 ubuntu kernel: [3265164.567208] connection2:0: detected conn error (1020)
Sep 12 11:04:11 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:12 ubuntu account-replicator: Beginning replication run
Sep 12 11:04:12 ubuntu account-replicator: Replication run OVER
Sep 12 11:04:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00313 seconds (0.00000/s)
Sep 12 11:04:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:04:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:04:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:04:14 ubuntu kernel: [3265167.572854] connection2:0: detected conn error (1020)
Sep 12 11:04:14 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:17 ubuntu kernel: [3265170.576958] connection2:0: detected conn error (1020)
Sep 12 11:04:17 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:20 ubuntu kernel: [3265173.580432] connection2:0: detected conn error (1020)
Sep 12 11:04:20 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:23 ubuntu kernel: [3265176.584572] connection2:0: detected conn error (1020)
Sep 12 11:04:23 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:26 ubuntu kernel: [3265179.587984] connection2:0: detected conn error (1020)
Sep 12 11:04:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:29 ubuntu kernel: [3265182.591136] connection2:0: detected conn error (1020)
Sep 12 11:04:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:32 ubuntu kernel: [3265185.594034] connection2:0: detected conn error (1020)
Sep 12 11:04:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:04:33 ubuntu object-replicator: Nothing replicated for 0.00559902191162 seconds.
Sep 12 11:04:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:04:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:34 ubuntu container-updater: Begin container update sweep
Sep 12 11:04:34 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 11:04:35 ubuntu kernel: [3265188.597874] connection2:0: detected conn error (1020)
Sep 12 11:04:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:36 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:04:36 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:04:36 ubuntu 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
Sep 12 11:04:36 ubuntu 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
Sep 12 11:04:38 ubuntu kernel: [3265191.601612] connection2:0: detected conn error (1020)
Sep 12 11:04:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:41 ubuntu container-replicator: Beginning replication run
Sep 12 11:04:41 ubuntu container-replicator: Replication run OVER
Sep 12 11:04:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00257 seconds (0.00000/s)
Sep 12 11:04:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:04:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:04:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:04:41 ubuntu kernel: [3265194.604216] connection2:0: detected conn error (1020)
Sep 12 11:04:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:42 ubuntu account-replicator: Beginning replication run
Sep 12 11:04:42 ubuntu account-replicator: Replication run OVER
Sep 12 11:04:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00221 seconds (0.00000/s)
Sep 12 11:04:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:04:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:04:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:04:44 ubuntu kernel: [3265197.607509] connection2:0: detected conn error (1020)
Sep 12 11:04:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:46 ubuntu object-updater: Begin object update sweep
Sep 12 11:04:46 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 11:04:46 ubuntu object-updater: Object update sweep completed: 0.09s
Sep 12 11:04:47 ubuntu kernel: [3265200.610778] connection2:0: detected conn error (1020)
Sep 12 11:04:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:50 ubuntu kernel: [3265203.614644] connection2:0: detected conn error (1020)
Sep 12 11:04:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:53 ubuntu kernel: [3265206.617917] connection2:0: detected conn error (1020)
Sep 12 11:04:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:56 ubuntu kernel: [3265209.621008] connection2:0: detected conn error (1020)
Sep 12 11:04:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:04:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:04:59 ubuntu kernel: [3265212.624727] connection2:0: detected conn error (1020)
Sep 12 11:05:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:02 ubuntu kernel: [3265215.627710] connection2:0: detected conn error (1020)
Sep 12 11:05:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:05:03 ubuntu object-replicator: Nothing replicated for 0.00365281105042 seconds.
Sep 12 11:05:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:05:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:05 ubuntu kernel: [3265218.630884] connection2:0: detected conn error (1020)
Sep 12 11:05:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:07 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:05:07 ubuntu 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
Sep 12 11:05:07 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:05:07 ubuntu object-auditor: Object audit (ALL) "forever" mode completed: 0.01s. Total quarantined: 0, Total errors: 0, Total files/sec: 0.00, Total bytes/sec: 0.00, Auditing time: 0.00, Rate: 0.00
Sep 12 11:05:07 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:05:07 ubuntu 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
Sep 12 11:05:08 ubuntu kernel: [3265221.633649] connection2:0: detected conn error (1020)
Sep 12 11:05:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:11 ubuntu container-replicator: Beginning replication run
Sep 12 11:05:11 ubuntu container-replicator: Replication run OVER
Sep 12 11:05:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00389 seconds (0.00000/s)
Sep 12 11:05:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:05:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:05:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:05:11 ubuntu kernel: [3265224.636706] connection2:0: detected conn error (1020)
Sep 12 11:05:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:12 ubuntu account-replicator: Beginning replication run
Sep 12 11:05:12 ubuntu account-replicator: Replication run OVER
Sep 12 11:05:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00331 seconds (0.00000/s)
Sep 12 11:05:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:05:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:05:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:05:14 ubuntu kernel: [3265227.640356] connection2:0: detected conn error (1020)
Sep 12 11:05:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:17 ubuntu kernel: [3265230.643571] connection2:0: detected conn error (1020)
Sep 12 11:05:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:20 ubuntu kernel: [3265233.646693] connection2:0: detected conn error (1020)
Sep 12 11:05:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:23 ubuntu kernel: [3265236.649726] connection2:0: detected conn error (1020)
Sep 12 11:05:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:26 ubuntu kernel: [3265239.653099] connection2:0: detected conn error (1020)
Sep 12 11:05:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:29 ubuntu kernel: [3265242.657550] connection2:0: detected conn error (1020)
Sep 12 11:05:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:32 ubuntu kernel: [3265245.661245] connection2:0: detected conn error (1020)
Sep 12 11:05:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:05:33 ubuntu object-replicator: Nothing replicated for 0.00178408622742 seconds.
Sep 12 11:05:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:05:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:35 ubuntu kernel: [3265248.664547] connection2:0: detected conn error (1020)
Sep 12 11:05:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:37 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:05:37 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:05:37 ubuntu 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
Sep 12 11:05:37 ubuntu 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
Sep 12 11:05:38 ubuntu kernel: [3265251.667363] connection2:0: detected conn error (1020)
Sep 12 11:05:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:41 ubuntu container-replicator: Beginning replication run
Sep 12 11:05:41 ubuntu container-replicator: Replication run OVER
Sep 12 11:05:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00299 seconds (0.00000/s)
Sep 12 11:05:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:05:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:05:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:05:41 ubuntu kernel: [3265254.671073] connection2:0: detected conn error (1020)
Sep 12 11:05:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:42 ubuntu account-replicator: Beginning replication run
Sep 12 11:05:42 ubuntu account-replicator: Replication run OVER
Sep 12 11:05:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00229 seconds (0.00000/s)
Sep 12 11:05:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:05:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:05:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:05:44 ubuntu kernel: [3265257.673841] connection2:0: detected conn error (1020)
Sep 12 11:05:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:47 ubuntu kernel: [3265260.676871] connection2:0: detected conn error (1020)
Sep 12 11:05:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:50 ubuntu kernel: [3265263.681370] connection2:0: detected conn error (1020)
Sep 12 11:05:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:53 ubuntu kernel: [3265266.684444] connection2:0: detected conn error (1020)
Sep 12 11:05:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:56 ubuntu kernel: [3265269.687958] connection2:0: detected conn error (1020)
Sep 12 11:05:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:05:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:05:59 ubuntu kernel: [3265272.690902] connection2:0: detected conn error (1020)
Sep 12 11:06:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:02 ubuntu kernel: [3265275.693550] connection2:0: detected conn error (1020)
Sep 12 11:06:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:06:03 ubuntu object-replicator: Nothing replicated for 0.00249695777893 seconds.
Sep 12 11:06:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:06:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:05 ubuntu kernel: [3265278.696495] connection2:0: detected conn error (1020)
Sep 12 11:06:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:07 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:06:07 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:06:07 ubuntu 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
Sep 12 11:06:07 ubuntu 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
Sep 12 11:06:07 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:06:07 ubuntu 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
Sep 12 11:06:08 ubuntu kernel: [3265281.699510] connection2:0: detected conn error (1020)
Sep 12 11:06:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:11 ubuntu container-replicator: Beginning replication run
Sep 12 11:06:11 ubuntu container-replicator: Replication run OVER
Sep 12 11:06:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00226 seconds (0.00000/s)
Sep 12 11:06:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:06:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:06:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:06:11 ubuntu kernel: [3265284.702533] connection2:0: detected conn error (1020)
Sep 12 11:06:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:12 ubuntu account-replicator: Beginning replication run
Sep 12 11:06:12 ubuntu account-replicator: Replication run OVER
Sep 12 11:06:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00328 seconds (0.00000/s)
Sep 12 11:06:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:06:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:06:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:06:14 ubuntu kernel: [3265287.705253] connection2:0: detected conn error (1020)
Sep 12 11:06:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:17 ubuntu kernel: [3265290.708583] connection2:0: detected conn error (1020)
Sep 12 11:06:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:20 ubuntu kernel: [3265293.711604] connection2:0: detected conn error (1020)
Sep 12 11:06:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:23 ubuntu kernel: [3265296.714587] connection2:0: detected conn error (1020)
Sep 12 11:06:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:26 ubuntu kernel: [3265299.717781] connection2:0: detected conn error (1020)
Sep 12 11:06:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:29 ubuntu kernel: [3265302.720966] connection2:0: detected conn error (1020)
Sep 12 11:06:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:32 ubuntu kernel: [3265305.723638] connection2:0: detected conn error (1020)
Sep 12 11:06:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:06:33 ubuntu object-replicator: Nothing replicated for 0.00262689590454 seconds.
Sep 12 11:06:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:06:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:35 ubuntu kernel: [3265308.726757] connection2:0: detected conn error (1020)
Sep 12 11:06:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:38 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:06:38 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:06:38 ubuntu 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
Sep 12 11:06:38 ubuntu 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
Sep 12 11:06:38 ubuntu kernel: [3265311.730473] connection2:0: detected conn error (1020)
Sep 12 11:06:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:41 ubuntu container-replicator: Beginning replication run
Sep 12 11:06:41 ubuntu container-replicator: Replication run OVER
Sep 12 11:06:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00225 seconds (0.00000/s)
Sep 12 11:06:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:06:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:06:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:06:41 ubuntu kernel: [3265314.733533] connection2:0: detected conn error (1020)
Sep 12 11:06:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:42 ubuntu account-replicator: Beginning replication run
Sep 12 11:06:42 ubuntu account-replicator: Replication run OVER
Sep 12 11:06:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00251 seconds (0.00000/s)
Sep 12 11:06:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:06:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:06:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:06:44 ubuntu kernel: [3265317.736674] connection2:0: detected conn error (1020)
Sep 12 11:06:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:47 ubuntu kernel: [3265320.740214] connection2:0: detected conn error (1020)
Sep 12 11:06:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:50 ubuntu kernel: [3265323.743880] connection2:0: detected conn error (1020)
Sep 12 11:06:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:53 ubuntu kernel: [3265326.746826] connection2:0: detected conn error (1020)
Sep 12 11:06:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:56 ubuntu kernel: [3265329.749826] connection2:0: detected conn error (1020)
Sep 12 11:06:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:06:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:06:59 ubuntu kernel: [3265332.753173] connection2:0: detected conn error (1020)
Sep 12 11:07:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:02 ubuntu kernel: [3265335.756194] connection2:0: detected conn error (1020)
Sep 12 11:07:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:07:03 ubuntu object-replicator: Nothing replicated for 0.00212407112122 seconds.
Sep 12 11:07:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:07:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:05 ubuntu kernel: [3265338.759259] connection2:0: detected conn error (1020)
Sep 12 11:07:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:08 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:07:08 ubuntu 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
Sep 12 11:07:08 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:07:08 ubuntu 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
Sep 12 11:07:08 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:07:08 ubuntu 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
Sep 12 11:07:08 ubuntu kernel: [3265341.768649] connection2:0: detected conn error (1020)
Sep 12 11:07:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:11 ubuntu container-replicator: Beginning replication run
Sep 12 11:07:11 ubuntu container-replicator: Replication run OVER
Sep 12 11:07:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00247 seconds (0.00000/s)
Sep 12 11:07:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:07:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:07:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:07:11 ubuntu kernel: [3265344.771355] connection2:0: detected conn error (1020)
Sep 12 11:07:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:12 ubuntu account-replicator: Beginning replication run
Sep 12 11:07:12 ubuntu account-replicator: Replication run OVER
Sep 12 11:07:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00223 seconds (0.00000/s)
Sep 12 11:07:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:07:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:07:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:07:14 ubuntu kernel: [3265347.774069] connection2:0: detected conn error (1020)
Sep 12 11:07:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:17 ubuntu kernel: [3265350.777961] connection2:0: detected conn error (1020)
Sep 12 11:07:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:20 ubuntu kernel: [3265353.780723] connection2:0: detected conn error (1020)
Sep 12 11:07:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:23 ubuntu kernel: [3265356.783615] connection2:0: detected conn error (1020)
Sep 12 11:07:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:26 ubuntu kernel: [3265359.786943] connection2:0: detected conn error (1020)
Sep 12 11:07:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:29 ubuntu kernel: [3265362.790247] connection2:0: detected conn error (1020)
Sep 12 11:07:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:32 ubuntu kernel: [3265365.793628] connection2:0: detected conn error (1020)
Sep 12 11:07:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:07:33 ubuntu object-replicator: Nothing replicated for 0.00576305389404 seconds.
Sep 12 11:07:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:07:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:35 ubuntu kernel: [3265368.797227] connection2:0: detected conn error (1020)
Sep 12 11:07:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:38 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:07:38 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:07:38 ubuntu 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
Sep 12 11:07:38 ubuntu 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
Sep 12 11:07:38 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:07:38 ubuntu 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
Sep 12 11:07:38 ubuntu kernel: [3265371.801142] connection2:0: detected conn error (1020)
Sep 12 11:07:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:41 ubuntu container-replicator: Beginning replication run
Sep 12 11:07:41 ubuntu container-replicator: Replication run OVER
Sep 12 11:07:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00338 seconds (0.00000/s)
Sep 12 11:07:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:07:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:07:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:07:41 ubuntu kernel: [3265374.804125] connection2:0: detected conn error (1020)
Sep 12 11:07:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:42 ubuntu account-replicator: Beginning replication run
Sep 12 11:07:42 ubuntu account-replicator: Replication run OVER
Sep 12 11:07:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00227 seconds (0.00000/s)
Sep 12 11:07:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:07:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:07:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:07:44 ubuntu kernel: [3265377.806953] connection2:0: detected conn error (1020)
Sep 12 11:07:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:47 ubuntu kernel: [3265380.810323] connection2:0: detected conn error (1020)
Sep 12 11:07:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:50 ubuntu kernel: [3265383.812944] connection2:0: detected conn error (1020)
Sep 12 11:07:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:53 ubuntu kernel: [3265386.815953] connection2:0: detected conn error (1020)
Sep 12 11:07:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:56 ubuntu kernel: [3265389.819659] connection2:0: detected conn error (1020)
Sep 12 11:07:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:07:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:07:59 ubuntu kernel: [3265392.823941] connection2:0: detected conn error (1020)
Sep 12 11:08:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:02 ubuntu kernel: [3265395.827753] connection2:0: detected conn error (1020)
Sep 12 11:08:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:08:03 ubuntu object-replicator: Nothing replicated for 0.00371599197388 seconds.
Sep 12 11:08:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:08:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:05 ubuntu kernel: [3265398.832487] connection2:0: detected conn error (1020)
Sep 12 11:08:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:08 ubuntu kernel: [3265401.836830] connection2:0: detected conn error (1020)
Sep 12 11:08:08 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:08:08 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:08:08 ubuntu 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
Sep 12 11:08:08 ubuntu 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
Sep 12 11:08:09 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:08:09 ubuntu 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
Sep 12 11:08:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:11 ubuntu container-replicator: Beginning replication run
Sep 12 11:08:11 ubuntu container-replicator: Replication run OVER
Sep 12 11:08:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00345 seconds (0.00000/s)
Sep 12 11:08:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:08:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:08:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:08:11 ubuntu kernel: [3265404.840655] connection2:0: detected conn error (1020)
Sep 12 11:08:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:12 ubuntu account-replicator: Beginning replication run
Sep 12 11:08:12 ubuntu account-replicator: Replication run OVER
Sep 12 11:08:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00226 seconds (0.00000/s)
Sep 12 11:08:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:08:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:08:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:08:14 ubuntu kernel: [3265407.844145] connection2:0: detected conn error (1020)
Sep 12 11:08:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:17 ubuntu kernel: [3265410.856843] connection2:0: detected conn error (1020)
Sep 12 11:08:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:20 ubuntu kernel: [3265413.860360] connection2:0: detected conn error (1020)
Sep 12 11:08:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:23 ubuntu kernel: [3265416.864062] connection2:0: detected conn error (1020)
Sep 12 11:08:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:26 ubuntu kernel: [3265419.867983] connection2:0: detected conn error (1020)
Sep 12 11:08:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:29 ubuntu kernel: [3265422.872190] connection2:0: detected conn error (1020)
Sep 12 11:08:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:32 ubuntu kernel: [3265425.880115] connection2:0: detected conn error (1020)
Sep 12 11:08:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:08:33 ubuntu object-replicator: Nothing replicated for 0.00316286087036 seconds.
Sep 12 11:08:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:08:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:35 ubuntu kernel: [3265428.883709] connection2:0: detected conn error (1020)
Sep 12 11:08:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:38 ubuntu kernel: [3265431.890256] connection2:0: detected conn error (1020)
Sep 12 11:08:39 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:08:39 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:08:39 ubuntu 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
Sep 12 11:08:39 ubuntu 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
Sep 12 11:08:39 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:08:39 ubuntu 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
Sep 12 11:08:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:41 ubuntu container-replicator: Beginning replication run
Sep 12 11:08:41 ubuntu container-replicator: Replication run OVER
Sep 12 11:08:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00370 seconds (0.00000/s)
Sep 12 11:08:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:08:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:08:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:08:41 ubuntu kernel: [3265434.894319] connection2:0: detected conn error (1020)
Sep 12 11:08:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:42 ubuntu account-replicator: Beginning replication run
Sep 12 11:08:42 ubuntu account-replicator: Replication run OVER
Sep 12 11:08:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00322 seconds (0.00000/s)
Sep 12 11:08:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:08:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:08:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:08:44 ubuntu kernel: [3265437.898712] connection2:0: detected conn error (1020)
Sep 12 11:08:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:47 ubuntu kernel: [3265440.902939] connection2:0: detected conn error (1020)
Sep 12 11:08:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:50 ubuntu kernel: [3265443.906940] connection2:0: detected conn error (1020)
Sep 12 11:08:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:53 ubuntu kernel: [3265446.916055] connection2:0: detected conn error (1020)
Sep 12 11:08:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:08:57 ubuntu kernel: [3265449.920083] connection2:0: detected conn error (1020)
Sep 12 11:08:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:08:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:00 ubuntu kernel: [3265452.924188] connection2:0: detected conn error (1020)
Sep 12 11:09:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:03 ubuntu kernel: [3265455.932998] connection2:0: detected conn error (1020)
Sep 12 11:09:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:09:03 ubuntu object-replicator: Nothing replicated for 0.00286793708801 seconds.
Sep 12 11:09:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:09:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:06 ubuntu kernel: [3265458.937017] connection2:0: detected conn error (1020)
Sep 12 11:09:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:09 ubuntu kernel: [3265461.941438] connection2:0: detected conn error (1020)
Sep 12 11:09:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:09 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:09:09 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:09:09 ubuntu 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
Sep 12 11:09:09 ubuntu 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
Sep 12 11:09:09 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:09:09 ubuntu 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
Sep 12 11:09:11 ubuntu container-replicator: Beginning replication run
Sep 12 11:09:11 ubuntu container-replicator: Replication run OVER
Sep 12 11:09:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00313 seconds (0.00000/s)
Sep 12 11:09:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:09:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:09:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:09:12 ubuntu kernel: [3265464.958431] connection2:0: detected conn error (1020)
Sep 12 11:09:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:12 ubuntu account-replicator: Beginning replication run
Sep 12 11:09:12 ubuntu account-replicator: Replication run OVER
Sep 12 11:09:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00363 seconds (0.00000/s)
Sep 12 11:09:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:09:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:09:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:09:15 ubuntu kernel: [3265467.962218] connection2:0: detected conn error (1020)
Sep 12 11:09:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:18 ubuntu kernel: [3265470.965677] connection2:0: detected conn error (1020)
Sep 12 11:09:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:21 ubuntu kernel: [3265473.969506] connection2:0: detected conn error (1020)
Sep 12 11:09:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:24 ubuntu kernel: [3265476.973508] connection2:0: detected conn error (1020)
Sep 12 11:09:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:27 ubuntu kernel: [3265479.986068] connection2:0: detected conn error (1020)
Sep 12 11:09:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:30 ubuntu kernel: [3265482.990589] connection2:0: detected conn error (1020)
Sep 12 11:09:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:33 ubuntu kernel: [3265485.995418] connection2:0: detected conn error (1020)
Sep 12 11:09:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:09:33 ubuntu object-replicator: Nothing replicated for 0.00363612174988 seconds.
Sep 12 11:09:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:09:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:34 ubuntu container-updater: Begin container update sweep
Sep 12 11:09:34 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 11:09:36 ubuntu kernel: [3265488.999625] connection2:0: detected conn error (1020)
Sep 12 11:09:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:39 ubuntu kernel: [3265492.003370] connection2:0: detected conn error (1020)
Sep 12 11:09:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:39 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:09:39 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:09:39 ubuntu 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
Sep 12 11:09:39 ubuntu 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
Sep 12 11:09:41 ubuntu container-replicator: Beginning replication run
Sep 12 11:09:41 ubuntu container-replicator: Replication run OVER
Sep 12 11:09:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00330 seconds (0.00000/s)
Sep 12 11:09:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:09:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:09:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:09:42 ubuntu kernel: [3265495.008674] connection2:0: detected conn error (1020)
Sep 12 11:09:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:42 ubuntu account-replicator: Beginning replication run
Sep 12 11:09:42 ubuntu account-replicator: Replication run OVER
Sep 12 11:09:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00342 seconds (0.00000/s)
Sep 12 11:09:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:09:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:09:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:09:45 ubuntu kernel: [3265498.012127] connection2:0: detected conn error (1020)
Sep 12 11:09:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:46 ubuntu object-updater: Begin object update sweep
Sep 12 11:09:46 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 11:09:46 ubuntu object-updater: Object update sweep completed: 0.06s
Sep 12 11:09:48 ubuntu kernel: [3265501.015849] connection2:0: detected conn error (1020)
Sep 12 11:09:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:51 ubuntu kernel: [3265504.020070] connection2:0: detected conn error (1020)
Sep 12 11:09:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:54 ubuntu kernel: [3265507.023695] connection2:0: detected conn error (1020)
Sep 12 11:09:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:09:57 ubuntu kernel: [3265510.027511] connection2:0: detected conn error (1020)
Sep 12 11:09:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:09:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:00 ubuntu kernel: [3265513.031849] connection2:0: detected conn error (1020)
Sep 12 11:10:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:03 ubuntu kernel: [3265516.037564] connection2:0: detected conn error (1020)
Sep 12 11:10:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:10:03 ubuntu object-replicator: Nothing replicated for 0.00375914573669 seconds.
Sep 12 11:10:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:10:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:06 ubuntu kernel: [3265519.040811] connection2:0: detected conn error (1020)
Sep 12 11:10:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:09 ubuntu kernel: [3265522.044827] connection2:0: detected conn error (1020)
Sep 12 11:10:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:09 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:10:09 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:10:09 ubuntu 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
Sep 12 11:10:09 ubuntu 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
Sep 12 11:10:11 ubuntu container-replicator: Beginning replication run
Sep 12 11:10:11 ubuntu container-replicator: Replication run OVER
Sep 12 11:10:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00367 seconds (0.00000/s)
Sep 12 11:10:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:10:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:10:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:10:12 ubuntu kernel: [3265525.048793] connection2:0: detected conn error (1020)
Sep 12 11:10:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:12 ubuntu account-replicator: Beginning replication run
Sep 12 11:10:12 ubuntu account-replicator: Replication run OVER
Sep 12 11:10:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00499 seconds (0.00000/s)
Sep 12 11:10:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:10:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:10:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:10:15 ubuntu kernel: [3265528.053023] connection2:0: detected conn error (1020)
Sep 12 11:10:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:18 ubuntu kernel: [3265531.057529] connection2:0: detected conn error (1020)
Sep 12 11:10:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:21 ubuntu kernel: [3265534.061674] connection2:0: detected conn error (1020)
Sep 12 11:10:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:24 ubuntu kernel: [3265537.065903] connection2:0: detected conn error (1020)
Sep 12 11:10:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:27 ubuntu kernel: [3265540.069488] connection2:0: detected conn error (1020)
Sep 12 11:10:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:30 ubuntu kernel: [3265543.073557] connection2:0: detected conn error (1020)
Sep 12 11:10:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:33 ubuntu kernel: [3265546.078076] connection2:0: detected conn error (1020)
Sep 12 11:10:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:10:33 ubuntu object-replicator: Nothing replicated for 0.00524282455444 seconds.
Sep 12 11:10:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:10:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:36 ubuntu kernel: [3265549.081796] connection2:0: detected conn error (1020)
Sep 12 11:10:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:39 ubuntu kernel: [3265552.091806] connection2:0: detected conn error (1020)
Sep 12 11:10:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:40 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:10:40 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:10:40 ubuntu 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
Sep 12 11:10:40 ubuntu 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
Sep 12 11:10:40 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:10:40 ubuntu 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
Sep 12 11:10:41 ubuntu container-replicator: Beginning replication run
Sep 12 11:10:41 ubuntu container-replicator: Replication run OVER
Sep 12 11:10:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00664 seconds (0.00000/s)
Sep 12 11:10:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:10:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:10:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:10:42 ubuntu kernel: [3265555.098203] connection2:0: detected conn error (1020)
Sep 12 11:10:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:42 ubuntu account-replicator: Beginning replication run
Sep 12 11:10:42 ubuntu account-replicator: Replication run OVER
Sep 12 11:10:42 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00249 seconds (0.00000/s)
Sep 12 11:10:42 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:10:42 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:10:42 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:10:45 ubuntu kernel: [3265558.102185] connection2:0: detected conn error (1020)
Sep 12 11:10:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:48 ubuntu kernel: [3265561.107034] connection2:0: detected conn error (1020)
Sep 12 11:10:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:51 ubuntu kernel: [3265564.111600] connection2:0: detected conn error (1020)
Sep 12 11:10:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:54 ubuntu kernel: [3265567.116030] connection2:0: detected conn error (1020)
Sep 12 11:10:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:10:57 ubuntu kernel: [3265570.119892] connection2:0: detected conn error (1020)
Sep 12 11:10:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:10:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:00 ubuntu kernel: [3265573.125978] connection2:0: detected conn error (1020)
Sep 12 11:11:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:03 ubuntu kernel: [3265576.129806] connection2:0: detected conn error (1020)
Sep 12 11:11:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:11:03 ubuntu object-replicator: Nothing replicated for 0.00369906425476 seconds.
Sep 12 11:11:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:11:03 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:06 ubuntu kernel: [3265579.133338] connection2:0: detected conn error (1020)
Sep 12 11:11:06 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:09 ubuntu kernel: [3265582.137074] connection2:0: detected conn error (1020)
Sep 12 11:11:09 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:10 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:11:10 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:11:10 ubuntu 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
Sep 12 11:11:10 ubuntu 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
Sep 12 11:11:11 ubuntu container-replicator: Beginning replication run
Sep 12 11:11:11 ubuntu container-replicator: Replication run OVER
Sep 12 11:11:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00364 seconds (0.00000/s)
Sep 12 11:11:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:11:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:11:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:11:12 ubuntu kernel: [3265585.140959] connection2:0: detected conn error (1020)
Sep 12 11:11:12 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:12 ubuntu account-replicator: Beginning replication run
Sep 12 11:11:12 ubuntu account-replicator: Replication run OVER
Sep 12 11:11:12 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00444 seconds (0.00000/s)
Sep 12 11:11:12 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:11:12 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:11:12 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:11:15 ubuntu kernel: [3265588.145018] connection2:0: detected conn error (1020)
Sep 12 11:11:15 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:18 ubuntu kernel: [3265591.149427] connection2:0: detected conn error (1020)
Sep 12 11:11:18 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:21 ubuntu kernel: [3265594.154175] connection2:0: detected conn error (1020)
Sep 12 11:11:21 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:24 ubuntu kernel: [3265597.158670] connection2:0: detected conn error (1020)
Sep 12 11:11:24 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:27 ubuntu kernel: [3265600.184942] connection2:0: detected conn error (1020)
Sep 12 11:11:27 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:30 ubuntu kernel: [3265603.190117] connection2:0: detected conn error (1020)
Sep 12 11:11:30 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:33 ubuntu kernel: [3265606.194124] connection2:0: detected conn error (1020)
Sep 12 11:11:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:11:33 ubuntu object-replicator: Nothing replicated for 0.00351285934448 seconds.
Sep 12 11:11:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:11:33 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:36 ubuntu kernel: [3265609.198916] connection2:0: detected conn error (1020)
Sep 12 11:11:36 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:39 ubuntu kernel: [3265612.205158] connection2:0: detected conn error (1020)
Sep 12 11:11:39 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:40 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:11:40 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:11:40 ubuntu 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
Sep 12 11:11:40 ubuntu 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
Sep 12 11:11:41 ubuntu container-replicator: Beginning replication run
Sep 12 11:11:41 ubuntu container-replicator: Replication run OVER
Sep 12 11:11:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00355 seconds (0.00000/s)
Sep 12 11:11:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:11:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:11:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:11:42 ubuntu kernel: [3265615.209602] connection2:0: detected conn error (1020)
Sep 12 11:11:42 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:43 ubuntu account-replicator: Beginning replication run
Sep 12 11:11:43 ubuntu account-replicator: Replication run OVER
Sep 12 11:11:43 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00662 seconds (0.00000/s)
Sep 12 11:11:43 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:11:43 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:11:43 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:11:45 ubuntu kernel: [3265618.213570] connection2:0: detected conn error (1020)
Sep 12 11:11:45 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:48 ubuntu kernel: [3265621.218185] connection2:0: detected conn error (1020)
Sep 12 11:11:48 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:51 ubuntu kernel: [3265624.221913] connection2:0: detected conn error (1020)
Sep 12 11:11:51 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:54 ubuntu kernel: [3265627.226649] connection2:0: detected conn error (1020)
Sep 12 11:11:54 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:11:57 ubuntu kernel: [3265630.230788] connection2:0: detected conn error (1020)
Sep 12 11:11:57 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:11:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:00 ubuntu kernel: [3265633.234807] connection2:0: detected conn error (1020)
Sep 12 11:12:00 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:03 ubuntu kernel: [3265636.239508] connection2:0: detected conn error (1020)
Sep 12 11:12:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:12:03 ubuntu object-replicator: Nothing replicated for 0.0029239654541 seconds.
Sep 12 11:12:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:12:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:06 ubuntu kernel: [3265639.243504] connection2:0: detected conn error (1020)
Sep 12 11:12:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:09 ubuntu kernel: [3265642.247764] connection2:0: detected conn error (1020)
Sep 12 11:12:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:10 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:12:10 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:12:10 ubuntu 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
Sep 12 11:12:10 ubuntu 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
Sep 12 11:12:11 ubuntu container-replicator: Beginning replication run
Sep 12 11:12:11 ubuntu container-replicator: Replication run OVER
Sep 12 11:12:11 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00298 seconds (0.00000/s)
Sep 12 11:12:11 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:12:11 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:12:11 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:12:12 ubuntu kernel: [3265645.252677] connection2:0: detected conn error (1020)
Sep 12 11:12:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:13 ubuntu account-replicator: Beginning replication run
Sep 12 11:12:13 ubuntu account-replicator: Replication run OVER
Sep 12 11:12:13 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00429 seconds (0.00000/s)
Sep 12 11:12:13 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:12:13 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:12:13 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:12:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:15 ubuntu kernel: [3265648.256581] connection2:0: detected conn error (1020)
Sep 12 11:12:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:18 ubuntu kernel: [3265651.261257] connection2:0: detected conn error (1020)
Sep 12 11:12:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:21 ubuntu kernel: [3265654.265927] connection2:0: detected conn error (1020)
Sep 12 11:12:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:24 ubuntu kernel: [3265657.270864] connection2:0: detected conn error (1020)
Sep 12 11:12:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:27 ubuntu kernel: [3265660.273372] connection2:0: detected conn error (1020)
Sep 12 11:12:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:30 ubuntu kernel: [3265663.277866] connection2:0: detected conn error (1020)
Sep 12 11:12:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:12:33 ubuntu object-replicator: Nothing replicated for 0.00753402709961 seconds.
Sep 12 11:12:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:12:33 ubuntu kernel: [3265666.282430] connection2:0: detected conn error (1020)
Sep 12 11:12:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:36 ubuntu kernel: [3265669.286617] connection2:0: detected conn error (1020)
Sep 12 11:12:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:39 ubuntu kernel: [3265672.290592] connection2:0: detected conn error (1020)
Sep 12 11:12:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:40 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:12:40 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:12:40 ubuntu 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
Sep 12 11:12:40 ubuntu 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
Sep 12 11:12:41 ubuntu container-replicator: Beginning replication run
Sep 12 11:12:41 ubuntu container-replicator: Replication run OVER
Sep 12 11:12:41 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00376 seconds (0.00000/s)
Sep 12 11:12:41 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:12:41 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:12:41 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:12:42 ubuntu kernel: [3265675.294819] connection2:0: detected conn error (1020)
Sep 12 11:12:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:43 ubuntu account-replicator: Beginning replication run
Sep 12 11:12:43 ubuntu account-replicator: Replication run OVER
Sep 12 11:12:43 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00405 seconds (0.00000/s)
Sep 12 11:12:43 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:12:43 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:12:43 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:12:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:45 ubuntu kernel: [3265678.298707] connection2:0: detected conn error (1020)
Sep 12 11:12:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:48 ubuntu kernel: [3265681.302283] connection2:0: detected conn error (1020)
Sep 12 11:12:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:51 ubuntu kernel: [3265684.305691] connection2:0: detected conn error (1020)
Sep 12 11:12:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:54 ubuntu kernel: [3265687.310491] connection2:0: detected conn error (1020)
Sep 12 11:12:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:12:57 ubuntu kernel: [3265690.315360] connection2:0: detected conn error (1020)
Sep 12 11:12:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:12:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:00 ubuntu kernel: [3265693.319531] connection2:0: detected conn error (1020)
Sep 12 11:13:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:13:03 ubuntu object-replicator: Nothing replicated for 0.00370407104492 seconds.
Sep 12 11:13:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:13:03 ubuntu kernel: [3265696.322543] connection2:0: detected conn error (1020)
Sep 12 11:13:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:06 ubuntu kernel: [3265699.326462] connection2:0: detected conn error (1020)
Sep 12 11:13:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:09 ubuntu kernel: [3265702.330277] connection2:0: detected conn error (1020)
Sep 12 11:13:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:10 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:13:10 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:13:10 ubuntu 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
Sep 12 11:13:10 ubuntu 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
Sep 12 11:13:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:13:11 ubuntu 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
Sep 12 11:13:12 ubuntu container-replicator: Beginning replication run
Sep 12 11:13:12 ubuntu container-replicator: Replication run OVER
Sep 12 11:13:12 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00384 seconds (0.00000/s)
Sep 12 11:13:12 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:13:12 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:13:12 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:13:12 ubuntu kernel: [3265705.334324] connection2:0: detected conn error (1020)
Sep 12 11:13:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:13 ubuntu account-replicator: Beginning replication run
Sep 12 11:13:13 ubuntu account-replicator: Replication run OVER
Sep 12 11:13:13 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00370 seconds (0.00000/s)
Sep 12 11:13:13 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:13:13 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:13:13 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:13:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:15 ubuntu kernel: [3265708.339927] connection2:0: detected conn error (1020)
Sep 12 11:13:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:18 ubuntu kernel: [3265711.344076] connection2:0: detected conn error (1020)
Sep 12 11:13:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:21 ubuntu kernel: [3265714.348210] connection2:0: detected conn error (1020)
Sep 12 11:13:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:24 ubuntu kernel: [3265717.351405] connection2:0: detected conn error (1020)
Sep 12 11:13:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:27 ubuntu kernel: [3265720.355339] connection2:0: detected conn error (1020)
Sep 12 11:13:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:30 ubuntu kernel: [3265723.360092] connection2:0: detected conn error (1020)
Sep 12 11:13:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:13:33 ubuntu object-replicator: Nothing replicated for 0.00242686271667 seconds.
Sep 12 11:13:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:13:33 ubuntu kernel: [3265726.363892] connection2:0: detected conn error (1020)
Sep 12 11:13:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:36 ubuntu kernel: [3265729.368085] connection2:0: detected conn error (1020)
Sep 12 11:13:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:39 ubuntu kernel: [3265732.373361] connection2:0: detected conn error (1020)
Sep 12 11:13:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:41 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:13:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:13:41 ubuntu 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
Sep 12 11:13:41 ubuntu 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
Sep 12 11:13:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:13:41 ubuntu 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
Sep 12 11:13:42 ubuntu container-replicator: Beginning replication run
Sep 12 11:13:42 ubuntu container-replicator: Replication run OVER
Sep 12 11:13:42 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00226 seconds (0.00000/s)
Sep 12 11:13:42 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:13:42 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:13:42 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:13:42 ubuntu kernel: [3265735.377052] connection2:0: detected conn error (1020)
Sep 12 11:13:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:43 ubuntu account-replicator: Beginning replication run
Sep 12 11:13:43 ubuntu account-replicator: Replication run OVER
Sep 12 11:13:43 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00389 seconds (0.00000/s)
Sep 12 11:13:43 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:13:43 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:13:43 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:13:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:45 ubuntu kernel: [3265738.380963] connection2:0: detected conn error (1020)
Sep 12 11:13:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:48 ubuntu kernel: [3265741.384953] connection2:0: detected conn error (1020)
Sep 12 11:13:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:51 ubuntu kernel: [3265744.388774] connection2:0: detected conn error (1020)
Sep 12 11:13:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:54 ubuntu kernel: [3265747.393561] connection2:0: detected conn error (1020)
Sep 12 11:13:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:13:57 ubuntu kernel: [3265750.397008] connection2:0: detected conn error (1020)
Sep 12 11:13:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:13:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:00 ubuntu kernel: [3265753.401419] connection2:0: detected conn error (1020)
Sep 12 11:14:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:14:03 ubuntu object-replicator: Nothing replicated for 0.00367188453674 seconds.
Sep 12 11:14:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:14:03 ubuntu kernel: [3265756.405331] connection2:0: detected conn error (1020)
Sep 12 11:14:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:06 ubuntu kernel: [3265759.409223] connection2:0: detected conn error (1020)
Sep 12 11:14:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:09 ubuntu kernel: [3265762.413761] connection2:0: detected conn error (1020)
Sep 12 11:14:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:14:11 ubuntu 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
Sep 12 11:14:11 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:14:11 ubuntu 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
Sep 12 11:14:12 ubuntu container-replicator: Beginning replication run
Sep 12 11:14:12 ubuntu container-replicator: Replication run OVER
Sep 12 11:14:12 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00349 seconds (0.00000/s)
Sep 12 11:14:12 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:14:12 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:14:12 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:14:12 ubuntu kernel: [3265765.429773] connection2:0: detected conn error (1020)
Sep 12 11:14:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:13 ubuntu account-replicator: Beginning replication run
Sep 12 11:14:13 ubuntu account-replicator: Replication run OVER
Sep 12 11:14:13 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00326 seconds (0.00000/s)
Sep 12 11:14:13 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:14:13 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:14:13 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:14:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:15 ubuntu kernel: [3265768.433661] connection2:0: detected conn error (1020)
Sep 12 11:14:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:18 ubuntu kernel: [3265771.437142] connection2:0: detected conn error (1020)
Sep 12 11:14:18 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:21 ubuntu kernel: [3265774.440892] connection2:0: detected conn error (1020)
Sep 12 11:14:21 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:24 ubuntu kernel: [3265777.444489] connection2:0: detected conn error (1020)
Sep 12 11:14:24 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:27 ubuntu kernel: [3265780.448330] connection2:0: detected conn error (1020)
Sep 12 11:14:27 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:30 ubuntu kernel: [3265783.451796] connection2:0: detected conn error (1020)
Sep 12 11:14:30 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:14:33 ubuntu object-replicator: Nothing replicated for 0.00322890281677 seconds.
Sep 12 11:14:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:14:33 ubuntu kernel: [3265786.456079] connection2:0: detected conn error (1020)
Sep 12 11:14:33 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:34 ubuntu container-updater: Begin container update sweep
Sep 12 11:14:34 ubuntu container-updater: Container update sweep completed: 0.00s
Sep 12 11:14:36 ubuntu kernel: [3265789.460279] connection2:0: detected conn error (1020)
Sep 12 11:14:36 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:39 ubuntu kernel: [3265792.464142] connection2:0: detected conn error (1020)
Sep 12 11:14:39 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:14:41 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:14:41 ubuntu 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
Sep 12 11:14:41 ubuntu 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
Sep 12 11:14:41 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:14:41 ubuntu 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
Sep 12 11:14:42 ubuntu container-replicator: Beginning replication run
Sep 12 11:14:42 ubuntu container-replicator: Replication run OVER
Sep 12 11:14:42 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00369 seconds (0.00000/s)
Sep 12 11:14:42 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:14:42 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:14:42 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:14:42 ubuntu kernel: [3265795.468913] connection2:0: detected conn error (1020)
Sep 12 11:14:42 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:43 ubuntu account-replicator: Beginning replication run
Sep 12 11:14:43 ubuntu account-replicator: Replication run OVER
Sep 12 11:14:43 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00553 seconds (0.00000/s)
Sep 12 11:14:43 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:14:43 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:14:43 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:14:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:45 ubuntu kernel: [3265798.472617] connection2:0: detected conn error (1020)
Sep 12 11:14:45 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:46 ubuntu object-updater: Begin object update sweep
Sep 12 11:14:46 ubuntu object-updater: Object update sweep of sde1 completed: 0.00s, 0 successes, 0 failures
Sep 12 11:14:46 ubuntu object-updater: Object update sweep completed: 0.07s
Sep 12 11:14:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:48 ubuntu kernel: [3265801.478190] connection2:0: detected conn error (1020)
Sep 12 11:14:48 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:51 ubuntu kernel: [3265804.483182] connection2:0: detected conn error (1020)
Sep 12 11:14:51 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:54 ubuntu kernel: [3265807.486646] connection2:0: detected conn error (1020)
Sep 12 11:14:54 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:14:57 ubuntu kernel: [3265810.491131] connection2:0: detected conn error (1020)
Sep 12 11:14:57 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:14:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:00 ubuntu kernel: [3265813.495933] connection2:0: detected conn error (1020)
Sep 12 11:15:00 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:15:03 ubuntu object-replicator: Nothing replicated for 0.00315594673157 seconds.
Sep 12 11:15:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:15:03 ubuntu kernel: [3265816.500451] connection2:0: detected conn error (1020)
Sep 12 11:15:03 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:06 ubuntu kernel: [3265819.505406] connection2:0: detected conn error (1020)
Sep 12 11:15:06 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:09 ubuntu kernel: [3265822.510680] connection2:0: detected conn error (1020)
Sep 12 11:15:09 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:11 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:15:11 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:15:11 ubuntu 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
Sep 12 11:15:11 ubuntu 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
Sep 12 11:15:12 ubuntu container-replicator: Beginning replication run
Sep 12 11:15:12 ubuntu container-replicator: Replication run OVER
Sep 12 11:15:12 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00257 seconds (0.00000/s)
Sep 12 11:15:12 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:15:12 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:15:12 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:15:12 ubuntu kernel: [3265825.514646] connection2:0: detected conn error (1020)
Sep 12 11:15:12 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:13 ubuntu account-replicator: Beginning replication run
Sep 12 11:15:13 ubuntu account-replicator: Replication run OVER
Sep 12 11:15:13 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00662 seconds (0.00000/s)
Sep 12 11:15:13 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:15:13 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:15:13 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:15:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:15 ubuntu kernel: [3265828.519247] connection2:0: detected conn error (1020)
Sep 12 11:15:15 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:18 ubuntu kernel: [3265831.524721] connection2:0: detected conn error (1020)
Sep 12 11:15:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:21 ubuntu kernel: [3265834.528902] connection2:0: detected conn error (1020)
Sep 12 11:15:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:24 ubuntu kernel: [3265837.532453] connection2:0: detected conn error (1020)
Sep 12 11:15:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:27 ubuntu kernel: [3265840.536565] connection2:0: detected conn error (1020)
Sep 12 11:15:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:30 ubuntu kernel: [3265843.539960] connection2:0: detected conn error (1020)
Sep 12 11:15:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:15:33 ubuntu object-replicator: Nothing replicated for 0.00412201881409 seconds.
Sep 12 11:15:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:15:33 ubuntu kernel: [3265846.544088] connection2:0: detected conn error (1020)
Sep 12 11:15:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:36 ubuntu kernel: [3265849.548931] connection2:0: detected conn error (1020)
Sep 12 11:15:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:39 ubuntu kernel: [3265852.552820] connection2:0: detected conn error (1020)
Sep 12 11:15:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:42 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:15:42 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:15:42 ubuntu 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
Sep 12 11:15:42 ubuntu 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
Sep 12 11:15:42 ubuntu container-replicator: Beginning replication run
Sep 12 11:15:42 ubuntu container-replicator: Replication run OVER
Sep 12 11:15:42 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00220 seconds (0.00000/s)
Sep 12 11:15:42 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:15:42 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:15:42 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:15:42 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:15:42 ubuntu 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
Sep 12 11:15:42 ubuntu kernel: [3265855.556970] connection2:0: detected conn error (1020)
Sep 12 11:15:43 ubuntu account-replicator: Beginning replication run
Sep 12 11:15:43 ubuntu account-replicator: Replication run OVER
Sep 12 11:15:43 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00370 seconds (0.00000/s)
Sep 12 11:15:43 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:15:43 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:15:43 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:15:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:45 ubuntu kernel: [3265858.562179] connection2:0: detected conn error (1020)
Sep 12 11:15:46 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:46 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:48 ubuntu kernel: [3265861.567668] connection2:0: detected conn error (1020)
Sep 12 11:15:49 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:49 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:51 ubuntu kernel: [3265864.571637] connection2:0: detected conn error (1020)
Sep 12 11:15:52 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:52 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:54 ubuntu kernel: [3265867.574940] connection2:0: detected conn error (1020)
Sep 12 11:15:55 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:55 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:15:57 ubuntu kernel: [3265870.578879] connection2:0: detected conn error (1020)
Sep 12 11:15:58 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:15:58 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:16:00 ubuntu kernel: [3265873.582777] connection2:0: detected conn error (1020)
Sep 12 11:16:01 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:16:01 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:16:03 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:16:03 ubuntu object-replicator: Nothing replicated for 0.00178718566895 seconds.
Sep 12 11:16:03 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:16:03 ubuntu kernel: [3265876.589438] connection2:0: detected conn error (1020)
Sep 12 11:16:04 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:16:04 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:16:06 ubuntu kernel: [3265879.593605] connection2:0: detected conn error (1020)
Sep 12 11:16:07 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:16:07 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:16:09 ubuntu kernel: [3265882.597172] connection2:0: detected conn error (1020)
Sep 12 11:16:10 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:16:10 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:16:12 ubuntu container-replicator: Beginning replication run
Sep 12 11:16:12 ubuntu container-replicator: Replication run OVER
Sep 12 11:16:12 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00310 seconds (0.00000/s)
Sep 12 11:16:12 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:16:12 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:16:12 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:16:12 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:16:12 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:16:12 ubuntu 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
Sep 12 11:16:12 ubuntu 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
Sep 12 11:16:12 ubuntu kernel: [3265885.600680] connection2:0: detected conn error (1020)
Sep 12 11:16:13 ubuntu account-replicator: Beginning replication run
Sep 12 11:16:13 ubuntu account-replicator: Replication run OVER
Sep 12 11:16:13 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00473 seconds (0.00000/s)
Sep 12 11:16:13 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:16:13 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:16:13 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:16:13 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:16:13 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:16:15 ubuntu kernel: [3265888.604912] connection2:0: detected conn error (1020)
Sep 12 11:16:16 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:16:16 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:16:18 ubuntu kernel: [3265891.609758] connection2:0: detected conn error (1020)
Sep 12 11:16:19 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:16:19 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:16:21 ubuntu kernel: [3265894.613282] connection2:0: detected conn error (1020)
Sep 12 11:16:22 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:16:22 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:16:24 ubuntu kernel: [3265897.617704] connection2:0: detected conn error (1020)
Sep 12 11:16:25 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:16:25 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:16:27 ubuntu kernel: [3265900.621179] connection2:0: detected conn error (1020)
Sep 12 11:16:28 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:16:28 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:16:30 ubuntu kernel: [3265903.625464] connection2:0: detected conn error (1020)
Sep 12 11:16:31 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:16:31 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:16:33 ubuntu object-replicator: Starting object replication pass.
Sep 12 11:16:33 ubuntu object-replicator: Nothing replicated for 0.00817012786865 seconds.
Sep 12 11:16:33 ubuntu object-replicator: Object replication complete. (0.00 minutes)
Sep 12 11:16:33 ubuntu kernel: [3265906.628263] connection2:0: detected conn error (1020)
Sep 12 11:16:34 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:16:34 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:16:36 ubuntu kernel: [3265909.631733] connection2:0: detected conn error (1020)
Sep 12 11:16:37 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:16:37 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:16:39 ubuntu kernel: [3265912.635257] connection2:0: detected conn error (1020)
Sep 12 11:16:40 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:16:40 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1
Sep 12 11:16:42 ubuntu container-replicator: Beginning replication run
Sep 12 11:16:42 ubuntu container-replicator: Replication run OVER
Sep 12 11:16:42 ubuntu container-replicator: Attempted to replicate 0 dbs in 0.00351 seconds (0.00000/s)
Sep 12 11:16:42 ubuntu container-replicator: Removed 0 dbs
Sep 12 11:16:42 ubuntu container-replicator: 0 successes, 0 failures
Sep 12 11:16:42 ubuntu container-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:16:42 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:16:42 ubuntu 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
Sep 12 11:16:42 ubuntu object-auditor: Begin object audit "forever" mode (ALL)
Sep 12 11:16:42 ubuntu 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
Sep 12 11:16:42 ubuntu object-auditor: Begin object audit "forever" mode (ZBF)
Sep 12 11:16:42 ubuntu 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
Sep 12 11:16:42 ubuntu kernel: [3265915.638804] connection2:0: detected conn error (1020)
Sep 12 11:16:43 ubuntu account-replicator: Beginning replication run
Sep 12 11:16:43 ubuntu account-replicator: Replication run OVER
Sep 12 11:16:43 ubuntu account-replicator: Attempted to replicate 0 dbs in 0.00224 seconds (0.00000/s)
Sep 12 11:16:43 ubuntu account-replicator: Removed 0 dbs
Sep 12 11:16:43 ubuntu account-replicator: 0 successes, 0 failures
Sep 12 11:16:43 ubuntu account-replicator: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Sep 12 11:16:43 ubuntu iscsid: conn 0 login rejected: initiator error - target not found (02/03)
Sep 12 11:16:43 ubuntu tgtd: conn_close(101) connection closed, 0x2204828 1

Revision history for this message
Abhishek Kumar (abhi24790) said :
#21

Hi Clayg ,
This is the output I'm getting in account.builder

262144 partitions, 3.000000 replicas, 1 regions, 1 zones, 1 devices, 0.00 balance
The minimum number of hours before a partition can be reassigned is 1
Devices: id region zone ip address port replication ip replication port name weight partitions balance meta
             0 1 1 192.168.124.10 6000 192.168.124.10 6000 sde1 100.00 786432 0.00
root@ubuntu:~#

Revision history for this message
clayg (clay-gerrard) said :
#22

What's the deal with the keystone permissions issues/exceptions - did you get that squared?

You've posted too much info from the logs. I'm not even sure if you made a request between Sep 12 06:35:01 and Sep 12 11:16:43 that returned a 503?

It'd be better if you could stop the background daemons, and make a request while you tail the logs and post any relevant log info (i.e. anything from iscsid or tgtd definitely isn't useful, kernel log lines may not be useful either unless they mention a disk...)

As far as continuing to troubleshoot the issue at hand, your ring says you have only a single device on a single server for your account - but three replicas? That seems not quite right...

Can you at least confirm the one account server in the ring is up and running?

curl http://192.168.124.10:6000 -v

Should return 400 Bad Request, something about invalid path.

You might also check /srv/node/sde1 on that machine and make sure it's mounted? Posting the account-server.conf from that machine might also be useful to confirm it's bind_port matches the ring and devices option point where the sde1 disk is mounted and if mount_check is false (if [devices]/sde1 isn't a mount point).

Revision history for this message
Abhishek Kumar (abhi24790) said :
#23

Hi Carg,
I have chnge my public url in keystone endpoint-list to 10.1.195.195, now when I am running swift-stat, I am getting this error

 http://10.1.195.195:8080:8080/v1/AUTH_7e278506d4cc4202b59e51863fe5182d 401 Unauthorized

------------------------------------------------
In /srv/node/sde1 only objects folder is present which is empty
root@ubuntu:/srv/node/sde1# ls
objects (empty folder)
--------------------------------------------
when I am running curl http://192.168.124.10:6000 -v, I am getting these errors
root@ubuntu:~# curl http://192.168.124.10:6000 -v
* About to connect() to proxy web-proxy.**.**.com port 8080 (#0)
* Trying 16.167.28.210... connected
> GET http://192.168.124.10:6000 HTTP/1.1
> User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
> Host: 192.168.124.10:6000
> Accept: */*
> Proxy-Connection: Keep-Alive
>
< HTTP/1.1 503 Service Unavailable
< Cache-Control: no-cache
< Pragma: no-cache
< Content-Type: text/html; charset=utf-8
* HTTP/1.1 proxy connection set close!
< Proxy-Connection: close
< Connection: close
< Content-Length: 751
<
<HTML><HEAD>
<TITLE>Network Error</TITLE>
</HEAD>
<BODY>
<FONT face="Helvetica">
<big><strong></strong></big><BR>
</FONT>
<blockquote>
<TABLE border=0 cellPadding=1 width="80%">
<TR><TD>
<FONT face="Helvetica">
<big>Network Error (tcp_error)</big>
<BR>
<BR>
</FONT>
</TD></TR>
<TR><TD>
<FONT face="Helvetica">
A communication error occurred: "Operation timed out"
</FONT>
</TD></TR>
<TR><TD>
<FONT face="Helvetica">
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.
</FONT>
</TD></TR>
<TR><TD>
<FONT face="Helvetica" SIZE=2>
<BR>
For assistance, contact your network support team.
</FONT>
</TD></TR>
</TABLE>
</blockquote>
</FONT>
</BODY></HTML>
* Closing connection #0
---------------------------------------------------
account-server.conf

[DEFAULT]
bind_ip = 0.0.0.0
bind_port = 6000
workers = 2

[pipeline:main]
pipeline = account-server

[app:account-server]
use = egg:swift#account

[account-replicator]

[account-auditor]

[account-reaper]
-----------------------------
container-server.conf

[DEFAULT]
bind_ip = 0.0.0.0
bind_port = 6001
workers = 2

[pipeline:main]
pipeline = container-server

[app:container-server]
use = egg:swift#container

[container-replicator]

[container-updater]

[container-auditor]

[container-sync]
-------------------------------
object-server.conf

[DEFAULT]
bind_ip = 0.0.0.0
bind_port = 6002
workers = 2

[pipeline:main]
pipeline = object-server

[app:object-server]
use = egg:swift#object

[object-replicator]

[object-updater]

[object-auditor]
--------------------------------

swift-ring-builder account.builder
account.builder, build version 1
262144 partitions, 3.000000 replicas, 1 regions, 1 zones, 1 devices, 0.00 balance
The minimum number of hours before a partition can be reassigned is 1
Devices: id region zone ip address port replication ip replication port name weight partitions balance meta
             0 1 1 192.168.124.10 6000 192.168.124.10 6000 sde1 100.00 786432 0.00

swift-ring-builder container.builder
container.builder, build version 1
262144 partitions, 3.000000 replicas, 1 regions, 1 zones, 1 devices, 0.00 balance
The minimum number of hours before a partition can be reassigned is 1
Devices: id region zone ip address port replication ip replication port name weight partitions balance meta
             0 1 1 192.168.124.10 6001 192.168.124.10 6001 sde1 100.00 786432 0.00

swift-ring-builder object.builder
object.builder, build version 1
262144 partitions, 3.000000 replicas, 1 regions, 1 zones, 1 devices, 0.00 balance
The minimum number of hours before a partition can be reassigned is 1
Devices: id region zone ip address port replication ip replication port name weight partitions balance meta
             0 1 1 192.168.124.10 6002 192.168.124.10 6002 sde1 100.00 786432 0.00

-------------------------+----------------------------------+
| id | region | publicurl | internalurl | adminurl | service_id |
+----------------------------------+-----------+------------------------------------------------+--------------------------------------------------+---------------------------------------------+----------------------------------+
| 209d9f86cba34d69a4f68227bf739bca | RegionOne | http://10.1.195.195:8080/v1/AUTH_%(tenant_id)s | http://192.168.124.10:8080/v1/AUTH_%(tenant_id)s | http://192.168.124.10:8080 | 9fd31d09cd6d42e3b75c2a4d08246cfb |
| 2b2a4f5d85ec4a49a294a1eda1f2119a | RegionOne | http://10.1.195.195:8773/services/Cloud | http://192.168.124.10:8773/services/Cloud | http://192.168.124.10:8773/services/Admin | 43d2070f342f4ca3987a7b097e35304b |
| 3a3ebefa9a854cdda5031a9e592b84a9 | RegionOne | http://10.1.195.195:9696/ | http://192.168.124.10:9696/ | http://192.168.124.10:9696/ | 72effd2e76424d7c93fc1d4e4a03f90a |
| 42024129dcd8408b9f7e033d641e369a | RegionOne | http://10.1.195.195:8000/v1 | http://192.168.124.10:8000/v1 | http://192.168.124.10:8000/v1 | e4eefa78cbdb411f8d0e4e601f791dc1 |
| 527fdae1879f41c288efb94ecb1dccbd | RegionOne | http://10.1.195.195:8774/v2/$(tenant_id)s | http://192.168.124.10:8774/v2/$(tenant_id)s | http://192.168.124.10:8774/v2/$(tenant_id)s | 103f676941324d4b8ac86afe9f7f0edc |
| 5e13e080d9da4ec895f24e51b1c8af50 | RegionOne | http://10.1.195.195:8004/v1/%(tenant_id)s | http://192.168.124.10:8004/v1/%(tenant_id)s | http://192.168.124.10:8004/v1/%(tenant_id)s | 7c9d3b6c720d4c99b108b98f72e49862 |
| 60aff9f4f3b645eb8e3c3dd102191d78 | RegionOne | http://10.1.195.195:9292/ | http://10.1.195.195:9292/ | http://10.1.195.195:9292/ | 1530805b154d40c293b380ed34905f3e |
| a983a025640041cb9040fb5e41ddb976 | RegionOne | http://10.1.195.195:8282/ | http://10.1.195.195:8282/ | http://10.1.195.195:8282/ | 1336258684c648738a27108dc7a55ef5 |
| aa749a38d88c4174a3a62ebacfce7453 | RegionOne | http://10.1.195.195:8776/v1/$(tenant_id)s | http://192.168.124.10:8776/v1/$(tenant_id)s | http://192.168.124.10:8776/v1/$(tenant_id)s | 356b8f1cb0224edfb4cdb3f823853a64 |
| cd8635be237949048841aca2e7d6c1d5 | RegionOne | http://10.1.195.195:5000/v2.0 | http://10.1.195.195:5000/v2.0 | http://10.1.195.195:35357/v2.0 | 183dfc6db64142289bcd8e2daa5f0753 |
+----------------------------------+-----------+------------------------------------------------+--------------------------------------------------+---------------------------------------------+----------------------------------+

proxy-server.conf
-------------------
[DEFAULT]
bind_port = 8080
user = swift
#bind_ip = 192.168.124.10

[pipeline:main]
pipeline = healthcheck cache authtoken keystoneauth proxy-server

[app:proxy-server]
use = egg:swift#proxy
allow_account_management = true
account_autocreate = true

[filter:keystoneauth]
use = egg:swift#keystoneauth
operator_roles = Member,admin,swiftoperator

[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory

# Delaying the auth decision is required to support token-less
# usage for anonymous referrers ('.r:*').
delay_auth_decision = true
#auth_uri = http://10.1.195.195:5000/v2.0
# cache directory for signing certificate
signing_dir = /tmp/

# auth_* settings refer to the Keystone server
auth_protocol = http
auth_host = 192.168.124.10
auth_port = 35357

# the service tenant and swift username and password created in Keystone
admin_tenant_name = service
admin_user = swift
admin_password = SWIFT_PASS

[filter:cache]
use = egg:swift#memcache
memcache_servers = 192.168.124.10:11211
[filter:catch_errors]
use = egg:swift#catch_errors
[filter:healthcheck]
use = egg:swift#healthcheck
-----------------------------------------------
keystone.conf

[DEFAULT]

public_bind_host=0.0.0.0
public_endpoint=http://10.1.195.195:/5000/v2.0/

[database]

connection = mysql://keystoneUser:keystonePass@192.168.124.10/keystone

[extra_headers]
Distribution = Ubuntu

Revision history for this message
Abhishek Kumar (abhi24790) said :
#24

Hi clayg,
I have resolved my issue, the prblem was with [filter:authtoken] in proxy-server.conf.
I have change auth_host=to my public_ip-10.1.xx.xx(earlier it was private ip=192.162.xx.xx), enabled auth_uri also and bind_ip for all rings to my private ip (earlier it was 0.0.0.0), now it is working fine.

Thanks for your assistance.
regards,
Abhishek kumar

Revision history for this message
송병우 (sbw228) said :
#25

https://bugs.launchpad.net/openstack-manuals/+bug/1525563

    /etc/swift/account-server.conf
    /etc/swift/container-server.conf
    /etc/swift/object-server.conf

Modify files above on storage nodes to have

    [pipeline:main]
    ...
    pipeline = recon account-server

and append

    [filter:recon]
    use = egg:swift#recon