<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <p>Hello,</p>
    <p>I'm playing with the official docker image of unit 1.25.0-php8.0.
      <br>
    </p>
    <p>I'm trying to start a simple php app from /www where I mounted my
      GCP Bucket using gcsfuse as follows (101 is the uid/gid of 'unit'
      user/group) :</p>
    <p><font face="monospace">            postStart:<br>
                      exec:<br>
                        command: ['sh', '-c', 'gcsfuse -o nonempty
        --dir-mode 777 --file-mode 777 --uid 101 --gid 101
        --implicit-dirs testt-01 /www']</font><br>
    </p>
    <p>The bucket is correctly mounted, but unit does not work, showing
      the permission error on workers startup:<br>
    </p>
    <p><font face="monospace">root realpath(/www/) failed (13:
        Permission denied)</font></p>
    <p>The directory exists and the permissions are correct:</p>
    <p><font face="monospace">    1 0 drwxrwxrwx   1 unit unit    0 Sep
        30 17:05 www</font></p>
    <p>The only file inside the directory has the correct permissions
      too:</p>
    <p><font face="monospace">    2 1 -rwxrwxrwx 1 unit unit 170 Sep 30
        17:04 index.php</font></p>
    <p>If I unmount the bucket, create the same file locally and restart
      unit - everything works as expected.</p>
    <p>Where am I wrong?<br>
    </p>
    <div class="moz-signature">Best regards, <br>
      
      <p style="margin-bottom: 0mm; border: none; padding:
        0mm;><font color=" #000000?="" face="Verdana" size="3">
        <b>Peter TKATCHENKO | Ingenieur Informatique</b></p>
      <a href="mailto:peter@bimp.fr">peter@bimp.fr</a>
      <p style="margin-bottom: 0mm; border: none; padding:
        0mm;><font color=" #000000?="" face="Verdana" size="2">
        150 allée des Frènes - 69760 LIMONEST</p>
      <p style="margin-bottom: 0mm; border: none; padding: 0mm;
        ><span style=" background:="" #ffffff?="">
        <img src="cid:part2.3DF81611.6887EC36@bimp.fr" alt="BIMP Groupe
          LOGO">
      </p>
      <p styl="margin-bottom: 0mm; border: none; padding:
        0mm;><font color=" #1155cc?="" face="Verdana" size="1" style="font-size: 8pt">
        <b>Retrouvez-nous sur<u><a href="https://www.bimp.fr/">www.bimp.fr</a></u></b>
        <font style="font-size: 8pt" size="1" face="Verdana" color="#000000"><b>|</b></font>
        <font style="font-size: 8pt" size="1" face="Verdana" color="#1155cc"><u><b>
              <a href="http://www.bimp-pro.fr/">www.bimp-pro.fr</a></b></u></font>
        <font style="font-size: 8pt" size="1" face="Verdana" color="#000000"><b>|</b></font>
        <font style="font-size: 8pt" size="1" face="Verdana" color="#1155cc">
          <u><b><a href="http://www.bimp-education.fr/">www.bimp-education.fr</a></b></u></font><br>
        <br>
      </p>
      <p style="margin-bottom: 0mm; border: none; padding: 0mm;>
        <font color=" #919191?="" face="Verdana" size="1">
        Ce message et éventuellement les pièces jointes, sont
        exclusivement
        transmis à l'usage de leur destinataire et leur contenu est
        strictement confidentiel. Une quelconque copie, retransmission,
        diffusion ou autre usage, ainsi que toute utilisation par des
        personnes physiques ou morales ou entités autres que le
        destinataire
        sont formellement interdits. Si vous recevez ce message par
        erreur,
        merci de le détruire et d'en avertir immédiatement
        l'expéditeur.<br>
        L'Internet ne permettant pas d'assurer l'intégrité de ce
        message,
        l'expéditeur décline toute responsabilité au cas où il
        aurait été intercepté ou modifié par quiconque.</p>
    </div>
  </body>
</html>