mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-22 03:00:26 +00:00
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:
@@ -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" );
|
||||
|
Reference in New Issue
Block a user