Lines Matching refs:lg2

165     lg2::info("Starting format", "REDFISH_MESSAGE_ID", msg);  in formatLuks()
169 lg2::error("Only ext4 filesystems are supported currently", in formatLuks()
184 lg2::info("Starting erase", "REDFISH_MESSAGE_ID", in erase()
246 lg2::info("Starting lock", "REDFISH_MESSAGE_ID", msg); in lock()
255 lg2::info("Starting unlock", "REDFISH_MESSAGE_ID", msg); in unlock()
264 lg2::info("Starting change password", "REDFISH_MESSAGE_ID", in changePassword()
275 lg2::error("Failed to change password", "REDFISH_MESSAGE_ID", in changePassword()
280 lg2::info("Successfully changed password for {DEV}", "DEV", devPath, in changePassword()
298 lg2::error("Failed to query locked status: {EXCEPT}", "EXCEPT", in isLocked()
313 lg2::info("Formatting device {DEV}", "DEV", devPath, "REDFISH_MESSAGE_ID", in formatLuksDev()
321 lg2::error("Failed to create volume key", "REDFISH_MESSAGE_ID", in formatLuksDev()
336 lg2::error("Failed to format encrypted device: {RETVAL}", "RETVAL", in formatLuksDev()
349 lg2::error("Failed to set encryption password", "REDFISH_MESSAGE_ID", in formatLuksDev()
354 lg2::info("Encrypted device {DEV} successfully formatted", "DEV", devPath, in formatLuksDev()
366 lg2::error("Failed to load LUKS header: {RETVAL}", "RETVAL", retval, in loadLuksHeader()
389 lg2::info("Activating LUKS dev {DEV}", "DEV", devPath, "REDFISH_MESSAGE_ID", in activateLuksDev()
401 lg2::error("Failed to activate LUKS dev: {RETVAL}", "RETVAL", retval, in activateLuksDev()
407 lg2::info("Successfully activated LUKS dev {DEV}", "DEV", devPath, in activateLuksDev()
418 lg2::error("Failed to create filesystem: {RETVAL}", "RETVAL", retval, in createFilesystem()
423 lg2::info("Successfully created filesystem for {CONTAINER}", "CONTAINER", in createFilesystem()
441 lg2::error("Failed to create mount point: {DIR}", "DIR", mountPoint, in mountFilesystem()
453 lg2::error("Failed to mount filesystem: {RETVAL}", "RETVAL", retval, in mountFilesystem()
460 lg2::error("Failed to remove mount point: {DIR}", "DIR", mountPoint, in mountFilesystem()
467 lg2::info("Successfully mounted filesystem at {DIR}", "DIR", mountPoint, in mountFilesystem()
477 lg2::error("Failed to unmount filesystem: {RETVAL}", "RETVAL", retval, in unmountFilesystem()
487 lg2::error("Failed to remove mount point {DIR}", "DIR", mountPoint, in unmountFilesystem()
493 lg2::info("Successfully unmounted filesystem at {DIR}", "DIR", mountPoint, in unmountFilesystem()
500 lg2::info("Deactivating LUKS device {DEV}", "DEV", devPath, in deactivateLuksDev()
507 lg2::error("Failed to deactivate crypt device: {RETVAL}", "RETVAL", in deactivateLuksDev()
513 lg2::info("Successfully deactivated LUKS device {DEV}", "DEV", devPath, in deactivateLuksDev()