All of lore.kernel.org
 help / color / mirror / Atom feed
* Errors in ceph_objectstore_tool.py
@ 2016-08-01 21:03 Willem Jan Withagen
  0 siblings, 0 replies; only message in thread
From: Willem Jan Withagen @ 2016-08-01 21:03 UTC (permalink / raw)
  To: Ceph Development

Hi,

It aborts with:
2016-08-01 14:17:03.777916 7f9c00d629c0 -1 asok(0x188ebb0)
AdminSocketConfigObs::init: failed: AdminSocket::bind_and_listen: The
UNIX domain socket path
/home/jenkins-build/build/workspace/ceph-pull-requests/build/ceph_objectstore_tool_dir/out/client.admin.25541.asok
is too long! The maximum length on this system is 107

And the last remark is true, it is a sort of hard upperlimit on length
of socket-names. (107 in Linux, 104 in FreeBSD)

Which is probably the reason why on most systems sockets are created in
/tmp, /var/tmp or /var/run/

So I guess that some of the testscripts need to be adjusted to this
limit and not create the sockets in ..../<testdir>/*.asok

--WjW

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-01 22:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-01 21:03 Errors in ceph_objectstore_tool.py Willem Jan Withagen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.