<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>47130</bug_id>
          
          <creation_ts>2023-08-05 13:43:35 +0300</creation_ts>
          <short_desc>assertion failed при запуске сервиса glusterd</short_desc>
          <delta_ts>2023-08-05 14:56:14 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>glusterfs11</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Evgeny Shesteperov">alimektor</reporter>
          <assigned_to name="Vitaly Lipatov">lav</assigned_to>
          <cc>lav</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>230934</commentid>
    <comment_count>0</comment_count>
    <who name="Evgeny Shesteperov">alimektor</who>
    <bug_when>2023-08-05 13:43:35 +0300</bug_when>
    <thetext>Версия: glusterfs11-11.0-alt2

Шаги воспроизведения:

# apt-get install -y glusterfs11 glusterfs11-server glusterfs11-client
# systemctl enable --now glusterd.service &amp;&amp; sleep 5; systemctl status glusterd.service --no-pager -l

Ожидаемый результат: active running

Фактический результат: loaded failed

В логах:

Fatal glibc error: malloc.c:2593 (sysmalloc): assertion failed: (old_top == initial_top (av) &amp;&amp; old_size == 0) || ((unsigned long) (old_size) &gt;= MINSIZE &amp;&amp; prev_inuse (old_top) &amp;&amp; ((unsigned long) old_end &amp; (pagesize - 1)) == 0)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>230936</commentid>
    <comment_count>1</comment_count>
    <who name="Evgeny Shesteperov">alimektor</who>
    <bug_when>2023-08-05 14:56:14 +0300</bug_when>
    <thetext>Также воспроизводится при проверке glusterfs-coreutils-0.3.2-alt1

# hostnamectl set-hostname srv1 &amp;&amp; echo $(hostname -i ) srv1 &gt;&gt; /etc/hosts &amp;&amp; reboot
# apt-get install -y glusterfs-coreutils glusterfs8 glusterfs8-server glusterfs8-client glusterfs8-cli &amp;&amp; \
systemctl enable --now glusterd.service &amp;&amp; sleep 5; systemctl status glusterd.service --no-pager -l &amp;&amp; \
mkdir -p /mnt/repl{1,2} &amp;&amp; \
gluster volume create replicated replica 2 transport tcp srv1:/mnt/repl1 srv1:/mnt/repl2 force &amp;&amp; \
gluster volume start replicated
# mkdir /mnt/replica &amp;&amp; \
mount.glusterfs srv1:/replicated /mnt/replica/ &amp;&amp; \
seq 1 10 | while read line; do echo &quot;This is File${line}&quot; &gt; /mnt/replica/file${line}; done
# gfls -lh glfs://localhost/replicated

Если я правильно понял, то используется libglusterfs11-api-11.0-alt2

Дополнительно: в P10 не воспроизводится, но там libglusterfs8-api-8.4-alt1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>