Loading src/disk.sh +1 −2 Original line number Diff line number Diff line Loading @@ -290,8 +290,7 @@ checkFS () { if [[ "$FA" != *"C"* ]]; then info "Warning: the filesystem of $DIR is ${FS^^}, and COW (copy on write) is not disabled for that folder!" info "This will negatively affect performance, please empty the folder and add the LINUX_IMMUTABLE flag" info "to the 'cap_add' section of your compose file, or disable COW manually by executing: chattr +C <path>" info "This will negatively affect performance, please empty the folder and disable COW first (chattr +C <path>)." fi fi Loading Loading
src/disk.sh +1 −2 Original line number Diff line number Diff line Loading @@ -290,8 +290,7 @@ checkFS () { if [[ "$FA" != *"C"* ]]; then info "Warning: the filesystem of $DIR is ${FS^^}, and COW (copy on write) is not disabled for that folder!" info "This will negatively affect performance, please empty the folder and add the LINUX_IMMUTABLE flag" info "to the 'cap_add' section of your compose file, or disable COW manually by executing: chattr +C <path>" info "This will negatively affect performance, please empty the folder and disable COW first (chattr +C <path>)." fi fi Loading