Trying to get data classification work on darksite BlueXP (3.9.40 / 273) ( Datasense v1.31.0 )
because the netapp documentation said Datasense darksite installation is not allowed on LINUX 8.X or 9.x
I have both BlueXp and DataSense host running on 7.9
there were multiple other errors and was able to clear them all , but it fails while loading telegraf; looks like it is being run through the datasense docker container but I am not able to pass this though, any guide/help is appreciated
**2024-08-15 15:19:50 INFO Loading image /opt/netapp/Datasense/ds_docker_images/telegraf:1.27.4.tar.gz
2024-08-15 15:21:03 ERROR cmd stderr: lsetxattr security.capability /usr/bin/ping: operation not supported2024-08-15 15:21:03 ERROR Load docker images - error
2024-08-15 15:21:03 INFO Killing Probe API
Traceback (most recent call last):
File "/data/first_install.py", line 675, in <module>
main()
File "/data/first_install.py", line 523, in main
install_artifact()
File "/data/first_install.py", line 594, in install_artifact
load_docker_images()
File "/data/install_logging.py", line 104, in wrapper
return func(*args, kwargs)
File "/data/first_install.py", line 293, in load_docker_images
execute_command(["docker", "load", "-i", image_path], cwd=CLOUD_COMPLIANCE_PATH, output_log_level=logging.INFO)
File "/data/exec_cmd.py", line 29, in execute_command
raise subprocess.CalledProcessError(returncode=p.returncode, cmd=args[0], output=std_out, stderr=std_err)
subprocess.CalledProcessError: Command '['docker', 'load', '-i', '/opt/netapp/Datasense/ds_docker_images/telegraf:1.27.4.tar.gz']' returned non-zero exit status 1.