Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use $(hostname) instead of ${HOSTNAME} for log names #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 6, 2016

  1. use $(hostname) instead of ${HOSTNAME} for log names

    When run under the SLURM job scheduler, $HOSTNAME is the hostname
    of the job on which the job was submitted (ie where srun was invoked),
    not the hostname of the node on which zfsstress is running.
    
    This doesn't affect zfsstress in the normal situation of ZFS testing,
    but does affect it when in use for testing lustre.
    
    Signed-off-by: Olaf Faaland <faaland1@llnl.gov>
    ofaaland committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    5fabc7a View commit details
    Browse the repository at this point in the history