Changed HCP API name for getting user entry.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4442 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a7e21266cf
commit
d5cf990b16
@ -457,7 +457,7 @@ sub getMdisks {
|
||||
return;
|
||||
}
|
||||
|
||||
my $out = `ssh $hcp $dir/getimagerecords $userId`;
|
||||
my $out = `ssh $hcp $dir/getuserentry $userId`;
|
||||
|
||||
# Get MDISK statements
|
||||
my @lines = split( '\n', $out );
|
||||
@ -586,7 +586,7 @@ sub saveDirEntryNoDisk {
|
||||
return;
|
||||
}
|
||||
|
||||
my $out = `ssh $hcp $dir/getimagerecords $userId`;
|
||||
my $out = `ssh $hcp $dir/getuserentry $userId`;
|
||||
|
||||
# Create a file to save output
|
||||
open( DIRENTRY, ">$file" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user