Skip to content

mxmount: Add option --noexport #71

Merged
merged 1 commit into from
Jan 30, 2019
Merged

mxmount: Add option --noexport #71

merged 1 commit into from
Jan 30, 2019

Commits on Jan 30, 2019

  1. mxmount: Add option --noexport

    When mxmount is called by mxmount.service during boot, we do want to
    mount the filesystems and produce /etc/exports, but we do not need
    to call `exportfs -ra`. This is done by the startup of nfsd.service
    anyway.
    
    When `exportfs -ra` is used, the hostnames in /etc/exports are looked
    up via dns. This might be a problem, if dns is not yet available.
    
    Add option --noexport and use it in mxmount.service.
    donald committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    35715cf View commit details
    Browse the repository at this point in the history