{{ 'These services depend on pool {name} and will be disrupted if the pool is detached:' | translate: { name: pool.name } }}
{{ 'These running processes are using {name}:' | translate: { name: pool.name } }}
{{ 'These unknown processes are using the pool:' }}
-
{{ process.pid || ('Unknown PID' | translate) }} -
{{ process.cmdline?.substring(0, 40) }}
{{ 'WARNING: These unknown processes will be terminated while exporting the pool.' | translate }}